Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h164 lldb::SBValue GetValueForVariablePath(const char *var_expr_cstr,
169 lldb::SBValue GetValueForVariablePath(const char *var_path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp568 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path) { in GetValueForVariablePath() function in SBFrame
578 sb_value = GetValueForVariablePath(var_path, use_dynamic); in GetValueForVariablePath()
583 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path, in GetValueForVariablePath() function in SBFrame