Home
last modified time | relevance | path

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

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