Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h269 const FormatEntity::Entry *GetFrameFormat() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1791 frame_format = target->GetDebugger().GetFrameFormat(); in DumpUsingSettingsFormat()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp264 const FormatEntity::Entry *Debugger::GetFrameFormat() const { in GetFrameFormat() function in Debugger