Home
last modified time | relevance | path

Searched refs:stateString (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp39 const char* stateString = UiUtils::ThreadStateToString( in Execute() local
41 printf("%10" B_PRId32 " %-9s \"%s\"", thread->ID(), stateString, in Execute()