Chris Johns
7f95cc0707
libdebugger: Fix the mode on task create. Clean up warnings.
...
Closes #2976 .
2017-04-19 14:33:29 +10:00
Chris Johns
b53ad4615a
libdebugger: Work around assert when using _Thread_Executing.
...
Using _Thread_Executing with RTEMS_DEBUG results in an `assert` if
the server accesses invalid memory.
Updates #2993 .
2017-04-15 08:18:25 +10:00
Sebastian Huber
a3730b38cc
Add and use rtems_assoc_thread_states_to_string()
2017-01-12 07:44:37 +01:00
Sebastian Huber
b7f1fc3b36
libdebugger: Fix const qualifier
2017-01-12 07:44:36 +01:00
Sebastian Huber
d063e7b3d8
score: Replace STATES_DELAYING
...
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.
2017-01-12 07:44:36 +01:00
Sebastian Huber
9a448aabe6
score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER
...
Add thread state bit to identify thread queues that are embedded in an
object with identifier.
2017-01-11 08:16:27 +01:00
Sebastian Huber
c6000d2b54
score: Delete STATES_WAITING_FOR_BUFFER
2017-01-11 08:16:27 +01:00
Chris Johns
e629076003
libdebugger: Build for ARM's without a CP15.
2016-12-02 15:39:56 +11:00
Chris Johns
a0d4e9933c
cpukit: Add libdebugger, a remote debugger agent for GDB.
2016-11-29 08:50:40 +11:00