summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-19libdebugger/arm: Clean up the building on arm variants.Chris Johns1-29/+21
2019-08-12libdebugger/arm: Support ROM tables.Chris Johns1-9/+294
2019-07-31libdebugger: ARM fixes for Cortex-A8 and ARM mode.Chris Johns4-247/+663
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber1-3/+2
2019-06-26libdebugger: Unmap thread prioritiesSebastian Huber1-2/+3
2019-04-09libdebugger: Fix for ARMv7-M with -O0 optimizationChris Johns2-5/+21
2019-04-09libdebugger: Use an offset table to format GDB `g` packets.Chris Johns7-214/+472
2018-11-09Include missing <rtems/score/thread.h>Sebastian Huber1-0/+2
2018-10-09build: Merge libdebugger/Makefile.amSebastian Huber1-22/+0
2018-10-02Use rtems_task_exit()Sebastian Huber1-2/+2
2018-05-02libdebugger: Move to separate librarySebastian Huber3-56/+8
2018-01-25Remove make preinstallChris Johns5-382/+2
2017-12-13libdebugger: Avoid use of <bsp/linker-symbols.h>Sebastian Huber1-2/+4
2017-08-16libdebugger/i386 Fix i386 backend after changes.Chris Johns1-1/+16
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns15-313/+466
2017-04-19libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns1-14/+21
2017-04-15libdebugger: Work around assert when using _Thread_Executing.Chris Johns2-2/+8
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber1-50/+3
2017-01-12libdebugger: Fix const qualifierSebastian Huber1-1/+1
2017-01-12score: Replace STATES_DELAYINGSebastian Huber1-1/+0
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-5/+3
2017-01-11score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber1-1/+0
2016-12-02libdebugger: Build for ARM's without a CP15.Chris Johns1-40/+114
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns18-0/+6294