Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h193 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp348 const bool stop_format = false; in DoExtendedBacktrace() local
352 stop_format)) { in DoExtendedBacktrace()
380 const bool stop_format = true; in HandleOneThread() local
382 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread()
1558 const bool stop_format = false; in HandleOneThread() local
1560 num_frames_with_source, stop_format); in HandleOneThread()
H A DCommandObjectProcess.cpp1332 const bool stop_format = true; in DoExecute() local
1335 num_frames, num_frames_with_source, stop_format); in DoExecute()
H A DCommandObjectMemory.cpp1669 const bool stop_format = false; in DoExecute() local
1671 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format); in DoExecute()
H A DCommandObjectTarget.cpp112 const bool stop_format = false; in DumpTargetInfo() local
116 num_frames_with_source, stop_format); in DumpTargetInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h498 bool stop_format);
1170 uint32_t num_frames_with_source, bool stop_format,
H A DProcess.h1522 bool stop_format);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1799 bool stop_format) { in DumpUsingSettingsFormat() argument
1816 if (stop_format) in DumpUsingSettingsFormat()
1911 bool stop_format, bool only_stacks) { in GetStatus() argument
1936 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1964 const bool stop_format = false; in GetDescription() local
1965 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
H A DProcess.cpp1195 const bool stop_format = true; in HandleProcessStateChangedEvent() local
1200 stop_format); in HandleProcessStateChangedEvent()
5681 bool stop_format) { in GetThreadStatus() argument
5712 stop_format); in GetThreadStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1495 const bool stop_format = true; in HandleThreadEvent() local
1501 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1408 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription()
1417 stop_format); in GetDescription()