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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h194 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i344 lldb driver will present, using the thread-format (stop_format==false)
345 or thread-stop-format (stop_format = true).") GetDescription;
346 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1786 bool stop_format) {
1803 if (stop_format)
1898 bool stop_format, bool only_stacks) {
1923 DumpUsingSettingsFormat(strm, start_frame, stop_format);
1951 const bool stop_format = false; local
1952 DumpUsingSettingsFormat(strm, 0, stop_format);
1785 DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, bool stop_format) argument
1896 GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames, uint32_t num_frames_with_source, bool stop_format, bool only_stacks) argument
H A DProcess.cpp941 const bool stop_format = true; local
946 stop_format);
5445 bool stop_format) {
5476 stop_format);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp333 const bool stop_format = false; local
336 num_frames_with_source, stop_format)) {
364 const bool stop_format = true; variable
366 num_frames_with_source, stop_format, only_stacks)) {
1499 const bool stop_format = false; variable
1501 num_frames_with_source, stop_format);
H A DCommandObjectProcess.cpp1226 const bool stop_format = true; variable
1229 num_frames, num_frames_with_source, stop_format);
H A DCommandObjectMemory.cpp1660 const bool stop_format = false; variable
1662 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format);
H A DCommandObjectTarget.cpp108 const bool stop_format = false; local
112 stop_format);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h464 // If stop_format is true, this will be the form used when we print stop
467 bool stop_format);
1078 uint32_t num_frames_with_source, bool stop_format,
H A DProcess.h1235 bool stop_format);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1317 bool SBThread::GetDescription(SBStream &description, bool stop_format) const {
1319 (lldb::SBStream &, bool), description, stop_format);
1329 stop_format);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1381 const bool stop_format = true; local
1387 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); local

Completed in 454 milliseconds