Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h297 const FormatEntity::Entry *GetThreadStopFormat() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp301 const FormatEntity::Entry *Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1620 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()