From 9a448aabe65f2b85c7721098a3f68f0a99a6728b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Dec 2016 16:02:07 +0100 Subject: score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit to identify thread queues that are embedded in an object with identifier. --- cpukit/libdebugger/rtems-debugger-threads.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpukit/libdebugger') diff --git a/cpukit/libdebugger/rtems-debugger-threads.c b/cpukit/libdebugger/rtems-debugger-threads.c index aa4cb72053..2e9cf0647d 100644 --- a/cpukit/libdebugger/rtems-debugger-threads.c +++ b/cpukit/libdebugger/rtems-debugger-threads.c @@ -521,7 +521,7 @@ rtems_debugger_thread_state_str(rtems_debugger_thread* thread, { "Wbar", STATES_WAITING_FOR_BARRIER }, { "Wcvar", STATES_WAITING_FOR_CONDITION_VARIABLE }, { "Wevnt", STATES_WAITING_FOR_EVENT }, - { "Wisig", STATES_INTERRUPTIBLE_BY_SIGNAL }, + { "ISIG" , STATES_INTERRUPTIBLE_BY_SIGNAL }, { "Wjatx", STATES_WAITING_FOR_JOIN_AT_EXIT }, { "Wjoin", STATES_WAITING_FOR_JOIN }, { "Wmsg" , STATES_WAITING_FOR_MESSAGE }, @@ -532,10 +532,8 @@ rtems_debugger_thread_state_str(rtems_debugger_thread* thread, { "Wseg", STATES_WAITING_FOR_SEGMENT }, { "Wsem", STATES_WAITING_FOR_SEMAPHORE }, { "Wsig", STATES_WAITING_FOR_SIGNAL }, - { "Wslcnd", STATES_WAITING_FOR_SYS_LOCK_CONDITION }, - { "Wslftx", STATES_WAITING_FOR_SYS_LOCK_FUTEX }, - { "Wslmtx", STATES_WAITING_FOR_SYS_LOCK_MUTEX }, - { "Wslsem", STATES_WAITING_FOR_SYS_LOCK_SEMAPHORE }, + { "Wfutex", STATES_WAITING_FOR_FUTEX }, + { "TQID", STATES_THREAD_QUEUE_WITH_IDENTIFIER }, { "Wsysev", STATES_WAITING_FOR_SYSTEM_EVENT }, { "Wtime", STATES_WAITING_FOR_TIME }, { "Wwkup", STATES_WAITING_FOR_BSD_WAKEUP }, -- cgit v1.2.3