Home
last modified time | relevance | path

Searched refs:DumpUsingSettingsFormat (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h338 void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false,
H A DThread.h492 void DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOut.cpp237 frame_sp->DumpUsingSettingsFormat(s); in GetDescription()
H A DThread.cpp1617 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, in DumpUsingSettingsFormat() function in Thread
1761 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1790 DumpUsingSettingsFormat(strm, 0, stop_format); in GetDescription()
H A DStackFrameList.cpp640 frame->DumpUsingSettingsFormat(s); in Dump()
H A DStackFrame.cpp1788 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat() function in StackFrame
1894 DumpUsingSettingsFormat(&strm, show_unique, frame_marker); in GetStatus()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp960 frame->DumpUsingSettingsFormat(&strm); in GetDescription()
1067 frame->DumpUsingSettingsFormat(&frame_description); in EvaluateExpression()
H A DSBThread.cpp1230 exe_ctx.GetThreadPtr()->DumpUsingSettingsFormat(strm, in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp209 m_exe_ctx.GetFrameRef().DumpUsingSettingsFormat(&result.GetOutputStream()); in DoExecute()