Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h339 bool DumpUsingFormat(Stream &strm,
H A DThread.h516 bool DumpUsingFormat(Stream &strm, uint32_t frame_idx,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1608 bool Thread::DumpUsingFormat(Stream &strm, uint32_t frame_idx, in DumpUsingFormat() function in Thread
1641 DumpUsingFormat(strm, frame_idx, thread_format); in DumpUsingSettingsFormat()
H A DStackFrame.cpp1773 bool StackFrame::DumpUsingFormat(Stream &strm, in DumpUsingFormat() function in StackFrame
1805 if (!DumpUsingFormat(*strm, frame_format, frame_marker)) { in DumpUsingSettingsFormat()
/freebsd/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()