Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp304 const char *thread_run_state = NULL; in Dump() local
308 thread_run_state = "running"; in Dump()
311 thread_run_state = "stopped"; in Dump()
314 thread_run_state = "waiting"; in Dump()
317 thread_run_state = "uninter"; in Dump()
320 thread_run_state = "halted "; in Dump()
323 thread_run_state = "???"; in Dump()
336 m_basic_info.policy, m_basic_info.run_state, thread_run_state, in Dump()