Searched refs:stop_format (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThread.h | 194 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
|
/external/llvm-project/lldb/source/Target/ |
D | Thread.cpp | 1618 bool stop_format) { in DumpUsingSettingsFormat() argument 1635 if (stop_format) in DumpUsingSettingsFormat() 1724 bool stop_format, bool only_stacks) { in GetStatus() argument 1749 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus() 1777 const bool stop_format = false; in GetDescription() local 1778 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
|
D | Process.cpp | 1019 const bool stop_format = true; in HandleProcessStateChangedEvent() local 1025 stop_format); in HandleProcessStateChangedEvent() 5607 bool stop_format) { in GetThreadStatus() argument 5638 stop_format); in GetThreadStatus()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Thread.h | 493 bool stop_format); 1100 uint32_t num_frames_with_source, bool stop_format,
|
D | Process.h | 1257 bool stop_format);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 138 const bool stop_format = false; in DoExtendedBacktrace() local 141 num_frames_with_source, stop_format)) { in DoExtendedBacktrace() 169 const bool stop_format = true; in HandleOneThread() local 171 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread() 1359 const bool stop_format = false; in HandleOneThread() local 1361 num_frames_with_source, stop_format); in HandleOneThread()
|
D | CommandObjectProcess.cpp | 1283 const bool stop_format = true; in DoExecute() local 1286 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
D | CommandObjectMemory.cpp | 1636 const bool stop_format = false; in DoExecute() local 1638 thread->GetStatus(*output_stream, 0, UINT32_MAX, 0, stop_format); in DoExecute()
|
D | CommandObjectTarget.cpp | 109 const bool stop_format = false; in DumpTargetInfo() local 113 stop_format); in DumpTargetInfo()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThread.i | 346 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 1245 bool SBThread::GetDescription(SBStream &description, bool stop_format) const { in GetDescription() 1247 (lldb::SBStream &, bool), description, stop_format); in GetDescription() 1257 stop_format); in GetDescription()
|
/external/llvm-project/lldb/source/Core/ |
D | Debugger.cpp | 1379 const bool stop_format = true; in HandleThreadEvent() local 1385 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format); in HandleThreadEvent()
|