Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h267 const FormatEntity::Entry *GetThreadFormat() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1637 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp335 const FormatEntity::Entry *Debugger::GetThreadFormat() const { in GetThreadFormat() function in Debugger