Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1502 const bool only_threads_with_stop_reason = true; in DoExecute() local
1508 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectThread.cpp1224 const bool only_threads_with_stop_reason = false; in DoExecute() local
1229 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectTarget.cpp116 const bool only_threads_with_stop_reason = true; in DumpTargetInfo() local
122 process_sp->GetThreadStatus(strm, only_threads_with_stop_reason, in DumpTargetInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp899 const bool only_threads_with_stop_reason = true; in HandleProcessStateChangedEvent() local
906 process_sp->GetThreadStatus(*stream, only_threads_with_stop_reason, in HandleProcessStateChangedEvent()
5522 bool only_threads_with_stop_reason, in GetThreadStatus() argument
5549 if (only_threads_with_stop_reason) { in GetThreadStatus()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1255 size_t GetThreadStatus(Stream &ostrm, bool only_threads_with_stop_reason,