Home
last modified time | relevance | path

Searched refs:DumpUsingFormat (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h338 bool DumpUsingFormat(Stream &strm,
H A DThread.h507 bool DumpUsingFormat(Stream &strm, uint32_t frame_idx,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1595 bool Thread::DumpUsingFormat(Stream &strm, uint32_t frame_idx, in DumpUsingFormat() function in Thread
1628 DumpUsingFormat(strm, frame_idx, thread_format); in DumpUsingSettingsFormat()
H A DStackFrame.cpp1780 bool StackFrame::DumpUsingFormat(Stream &strm, in DumpUsingFormat() function in StackFrame
1813 if (!DumpUsingFormat(*strm, frame_format, frame_marker)) { in DumpUsingSettingsFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1249 if (exe_ctx.GetThreadPtr()->DumpUsingFormat( in GetDescriptionWithFormat()
H A DSBFrame.cpp973 frame->DumpUsingFormat(strm, format.GetFormatEntrySP().get())) { in GetDescriptionWithFormat()