summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include missing <rtems/score/thread.h>Sebastian Huber2018-11-091-0/+2
* build: Merge libdebugger/Makefile.amSebastian Huber2018-10-091-22/+0
* Use rtems_task_exit()Sebastian Huber2018-10-021-2/+2
* libdebugger: Move to separate librarySebastian Huber2018-05-023-56/+8
* Remove make preinstallChris Johns2018-01-255-382/+2
* libdebugger: Avoid use of <bsp/linker-symbols.h>Sebastian Huber2017-12-131-2/+4
* libdebugger/i386 Fix i386 backend after changes.Chris Johns2017-08-161-1/+16
* libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns2017-08-1515-313/+466
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
* libdebugger: Work around assert when using _Thread_Executing.Chris Johns2017-04-152-2/+8
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-121-50/+3
* libdebugger: Fix const qualifierSebastian Huber2017-01-121-1/+1
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+0
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-5/+3
* score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber2017-01-111-1/+0
* libdebugger: Build for ARM's without a CP15.Chris Johns2016-12-021-40/+114
* cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns2016-11-2918-0/+6294