Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1602 bool stop_format) { in DumpUsingSettingsFormat() argument
1619 if (stop_format) in DumpUsingSettingsFormat()
1716 bool stop_format, bool only_stacks) { in GetStatus() argument
1741 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1769 const bool stop_format = false; in GetDescription() local
1770 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
H A DProcess.cpp882 const bool stop_format = true; in HandleProcessStateChangedEvent() local
888 stop_format); in HandleProcessStateChangedEvent()
5478 bool stop_format) { in GetThreadStatus() argument
5509 stop_format); in GetThreadStatus()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h197 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp141 const bool stop_format = false; in DoExtendedBacktrace() local
144 num_frames_with_source, stop_format)) { in DoExtendedBacktrace()
171 const bool stop_format = true; in HandleOneThread() local
173 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread()
1322 const bool stop_format = false; in HandleOneThread() local
1324 num_frames_with_source, stop_format); in HandleOneThread()
H A DCommandObjectMemory.cpp1597 const bool stop_format = false; in DoExecute() local
1599 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format); in DoExecute()
H A DCommandObjectProcess.cpp1340 const bool stop_format = true; in DoExecute() local
1343 num_frames, num_frames_with_source, stop_format); in DoExecute()
H A DCommandObjectTarget.cpp110 const bool stop_format = false; in DumpTargetInfo() local
114 stop_format); in DumpTargetInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h493 bool stop_format);
1095 uint32_t num_frames_with_source, bool stop_format,
H A DProcess.h1233 bool stop_format);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i349 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1262 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription()
1264 (lldb::SBStream &, bool), description, stop_format); in GetDescription()
1274 stop_format); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1454 const bool stop_format = true; in HandleThreadEvent() local
1460 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()