Searched refs:expr_path (Results 1 – 4 of 4) sorted by relevance
245 GetValueForExpressionPath(const char* expr_path);
300 GetValueForExpressionPath(const char* expr_path);
1670 std::string expr_path(var_name_final-var_name_begin-1,0); in FormatPromptRecurse() local1671 … memcpy(&expr_path[0], var_name_begin+3,var_name_final-var_name_begin-3); in FormatPromptRecurse()1674 … log->Printf("[Debugger::FormatPrompt] symbol to expand: %s",expr_path.c_str()); in FormatPromptRecurse()1676 target = valobj->GetValueForExpressionPath(expr_path.c_str(), in FormatPromptRecurse()
1022 SBValue::GetValueForExpressionPath(const char* expr_path) in GetValueForExpressionPath() argument1031 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()1038 …ueForExpressionPath (expr_path=\"%s\") => SBValue(%p)", value_sp.get(), expr_path, value_sp.get()); in GetValueForExpressionPath()