Searched refs:frame_format (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1802 const FormatEntity::Entry *frame_format = nullptr; local
1806 frame_format = target->GetDebugger().GetFrameFormatUnique();
1808 frame_format = target->GetDebugger().GetFrameFormat();
1811 if (frame_format && FormatEntity::Format(*frame_format, s, &m_sc, &exe_ctx,

Completed in 56 milliseconds