Searched refs:stop_format (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1667 bool stop_format) { in DumpUsingSettingsFormat() argument 1672 if (stop_format) { in DumpUsingSettingsFormat() 1783 bool stop_format, bool show_hidden, bool only_stacks) { in GetStatus() argument 1812 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus() 1840 const bool stop_format = false; in GetDescription() local 1841 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
|
| H A D | Process.cpp | 863 const bool stop_format = true; in HandleProcessStateChangedEvent() local 869 stop_format); in HandleProcessStateChangedEvent() 5779 bool stop_format) { in GetThreadStatus() argument 5809 num_frames_with_source, stop_format, in GetThreadStatus()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThread.h | 201 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 572 bool stop_format); 1178 uint32_t num_frames_with_source, bool stop_format,
|
| H A D | Process.h | 1305 uint32_t num_frames_with_source, bool stop_format);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 206 const bool stop_format = false; in DoExtendedBacktrace() local 210 num_frames_with_source, stop_format, in DoExtendedBacktrace() 238 const bool stop_format = true; in HandleOneThread() local 240 num_frames_with_source, stop_format, in HandleOneThread() 1404 const bool stop_format = false; in HandleOneThread() local 1406 num_frames_with_source, stop_format, in HandleOneThread()
|
| H A D | CommandObjectMemory.cpp | 1598 const bool stop_format = false; in DoExecute() local 1600 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format, in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 1458 const bool stop_format = true; in DoExecute() local 1461 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 131 const bool stop_format = false; in DumpTargetInfo() local 135 stop_format); in DumpTargetInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 1233 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription() 1234 LLDB_INSTRUMENT_VA(this, description, stop_format); in GetDescription() 1243 strm, LLDB_INVALID_THREAD_ID, stop_format); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2034 const bool stop_format = true; in HandleThreadEvent() local 2040 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format, in HandleThreadEvent()
|