Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp116 const char *state_cstr = StateAsCString(state); in DumpTargetInfo() local
119 strm.Printf("%sstate=%s", properties++ > 0 ? ", " : " ( ", state_cstr); in DumpTargetInfo()