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.
This commit is contained in:
Sebastian Huber
2017-01-11 08:42:04 +01:00
parent 48a7fa31f9
commit d063e7b3d8
5 changed files with 8 additions and 41 deletions

View File

@@ -514,7 +514,6 @@ rtems_debugger_thread_state_str(rtems_debugger_thread* thread,
DB_UINT mask;
};
const struct mapper map[] = {
{ "DELAY", STATES_DELAYING },
{ "DORM", STATES_DORMANT },
{ "LIFE", STATES_LIFE_IS_CHANGING },
{ "SUSP", STATES_SUSPENDED },