Home
last modified time | relevance | path

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

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