Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h267 const FormatEntity::Entry *GetFrameFormat() const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp276 const FormatEntity::Entry *Debugger::GetFrameFormat() const { in GetFrameFormat() function in Debugger
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1806 frame_format = target->GetDebugger().GetFrameFormat(); in DumpUsingSettingsFormat()