Home
last modified time | relevance | path

Searched refs:expr_path (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/API/
DSBValue.h245 GetValueForExpressionPath(const char* expr_path);
/external/lldb/scripts/Python/interface/
DSBValue.i300 GetValueForExpressionPath(const char* expr_path);
/external/lldb/source/Core/
DDebugger.cpp1670 std::string expr_path(var_name_final-var_name_begin-1,0); in FormatPromptRecurse() local
1671 … 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()
/external/lldb/source/API/
DSBValue.cpp1022 SBValue::GetValueForExpressionPath(const char* expr_path) in GetValueForExpressionPath() argument
1031 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()