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

/external/lldb/include/lldb/API/
H A DSBFrame.h179 GetValueForVariablePath (const char *var_expr_cstr,
/external/lldb/source/Target/
H A DStackFrame.cpp546 StackFrame::GetValueForVariableExpressionPath (const char *var_expr_cstr, argument
553 if (var_expr_cstr && var_expr_cstr[0])
572 const char *var_expr = var_expr_cstr;
735 var_expr_cstr);
1103 error.SetErrorStringWithFormat("invalid variable path '%s'", var_expr_cstr);

Completed in 239 milliseconds