Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h275 const FormatEntity::Entry *GetThreadStopFormat() const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp320 const FormatEntity::Entry *Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1636 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()