Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp443 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path) { in GetValueForVariablePath() argument
444 LLDB_INSTRUMENT_VA(this, var_path); in GetValueForVariablePath()
455 sb_value = GetValueForVariablePath(var_path, use_dynamic); in GetValueForVariablePath()
460 lldb::SBValue SBFrame::GetValueForVariablePath(const char *var_path, in GetValueForVariablePath() argument
462 LLDB_INSTRUMENT_VA(this, var_path, use_dynamic); in GetValueForVariablePath()
465 if (var_path == nullptr || var_path[0] == '\0') { in GetValueForVariablePath()
483 var_path, eNoDynamicValues, in GetValueForVariablePath()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h179 lldb::SBValue GetValueForVariablePath(const char *var_path);