summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
| | | | Closes #2976.
* libdebugger: Work around assert when using _Thread_Executing.Chris Johns2017-04-152-2/+8
| | | | | | | Using _Thread_Executing with RTEMS_DEBUG results in an `assert` if the server accesses invalid memory. Updates #2993.
* 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
| | | | | | | | Replace STATES_DELAYING with STATES_WAITING_FOR_TIME. There is no need for separate timeout thread states. The Thread_Control::Timer::header and Watchdog_Control::cpu members can be used to figure out the kind of timeout.
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-5/+3
| | | | | Add thread state bit to identify thread queues that are embedded in an object with identifier.
* 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