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.h269 const FormatEntity::Entry *GetThreadStopFormat() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1635 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp340 const FormatEntity::Entry *Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger