summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-i386.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-09libdebugger: Use an offset table to format GDB `g` packets.Chris Johns1-62/+147
Adding support for a register offset table lets FPU registers be supported if added to the backend. Closes #3733.
2017-08-16libdebugger/i386 Fix i386 backend after changes.Chris Johns1-1/+16
Closes #3097.
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns1-1/+2
- Add `printk` support to aid multi-core debugging. - Add lock trace to aid lock debugging. - Fixes to gcc-7.1 warnings. - Fixes from ticket #2879. - Add verbose command controls. - Change using the RTEMS sys/lock.h API to manage exception threads. - ARM hardware breakpoint fixes. Support for SMP stepping is not implemented, this requires use of the context id register. Closes #2879.
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns1-0/+421