summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-target.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-23cpukit/libdebugger: Avoid cascade for interruptsKinsey Moore1-6/+99
2022-02-23cpukit/libdebugger: Avoid missed swbreak removalKinsey Moore1-0/+16
2021-11-01cpukit/libdebugger: Use uintptr_t for pointersKinsey Moore1-1/+1
2021-10-27rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark1-1/+1
2021-02-12rtems-debugger-target.c: Fix Dereference before null check (CID #1468682)Ryan Long1-2/+4
2019-04-09libdebugger: Use an offset table to format GDB `g` packets.Chris Johns1-19/+51
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns1-45/+81
2017-04-15libdebugger: Work around assert when using _Thread_Executing.Chris Johns1-1/+6
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns1-0/+400