Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h249 const FormatEntity::Entry *GetThreadStopFormat() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp426 const FormatEntity::Entry *Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1817 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()