Home
last modified time | relevance | path

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

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