Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h275 const FormatEntity::Entry *GetThreadFormat() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1615 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp308 const FormatEntity::Entry *Debugger::GetThreadFormat() const { in GetThreadFormat() function in Debugger