Searched refs:stop_format (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBThread.h | 197 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 1595 bool stop_format) { in DumpUsingSettingsFormat() argument 1612 if (stop_format) in DumpUsingSettingsFormat() 1709 bool stop_format, bool only_stacks) { in GetStatus() argument 1734 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus() 1762 const bool stop_format = false; in GetDescription() local 1763 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
|
| H A D | Process.cpp | 902 const bool stop_format = true; in HandleProcessStateChangedEvent() local 908 stop_format); in HandleProcessStateChangedEvent() 5504 bool stop_format) { in GetThreadStatus() argument 5535 stop_format); in GetThreadStatus()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Thread.h | 492 bool stop_format); 1098 uint32_t num_frames_with_source, bool stop_format,
|
| H A D | Process.h | 1245 bool stop_format);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 193 const bool stop_format = false; in DoExtendedBacktrace() local 196 num_frames_with_source, stop_format)) { in DoExtendedBacktrace() 223 const bool stop_format = true; in HandleOneThread() local 225 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread() 1370 const bool stop_format = false; in HandleOneThread() local 1372 num_frames_with_source, stop_format); in HandleOneThread()
|
| H A D | CommandObjectMemory.cpp | 1641 const bool stop_format = false; in DoExecute() local 1643 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 1505 const bool stop_format = true; in DoExecute() local 1508 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 120 const bool stop_format = false; in DumpTargetInfo() local 124 stop_format); in DumpTargetInfo()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBThread.i | 349 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThread.cpp | 1221 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription() 1222 LLDB_INSTRUMENT_VA(this, description, stop_format); in GetDescription() 1232 stop_format); in GetDescription()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1654 const bool stop_format = true; in HandleThreadEvent() local 1660 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
|