Home
last modified time | relevance | path

Searched refs:GetThreadStopFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h258 FormatEntity::Entry GetThreadStopFormat() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1673 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp359 FormatEntity::Entry Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger