Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h201 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1617 bool stop_format) { in DumpUsingSettingsFormat() argument
1621 if (stop_format) in DumpUsingSettingsFormat()
1725 bool stop_format, bool only_stacks) { in GetStatus() argument
1754 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1782 const bool stop_format = false; in GetDescription() local
1783 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
H A DProcess.cpp907 const bool stop_format = true; in HandleProcessStateChangedEvent() local
913 stop_format); in HandleProcessStateChangedEvent()
5579 bool stop_format) { in GetThreadStatus() argument
5610 stop_format); in GetThreadStatus()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h513 bool stop_format);
1119 uint32_t num_frames_with_source, bool stop_format,
H A DProcess.h1314 bool stop_format);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp192 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()
1433 const bool stop_format = false; in HandleOneThread() local
1435 num_frames_with_source, stop_format); in HandleOneThread()
H A DCommandObjectProcess.cpp1450 const bool stop_format = true; in DoExecute() local
1453 num_frames, num_frames_with_source, stop_format); in DoExecute()
H A DCommandObjectMemory.cpp1625 const bool stop_format = false; in DoExecute() local
1627 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format); in DoExecute()
H A DCommandObjectTarget.cpp130 const bool stop_format = false; in DumpTargetInfo() local
134 stop_format); in DumpTargetInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1218 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription()
1219 LLDB_INSTRUMENT_VA(this, description, stop_format); in GetDescription()
1228 strm, LLDB_INVALID_THREAD_ID, stop_format); in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1826 const bool stop_format = true; in HandleThreadEvent() local
1832 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()