Home
last modified time | relevance | path

Searched refs:GetFrameVariableStats (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h139 StatsSuccessFail &GetFrameVariableStats() { return m_frame_var; } in GetFrameVariableStats() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp706 target_stats.GetFrameVariableStats().NotifySuccess(); in DoExecute()
708 target_stats.GetFrameVariableStats().NotifyFailure(); in DoExecute()