Home
last modified time | relevance | path

Searched refs:result_valobj_sp (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectExpression.cpp329 lldb::ValueObjectSP result_valobj_sp; in EvaluateExpression() local
346 result_valobj_sp, in EvaluateExpression()
349 if (result_valobj_sp) in EvaluateExpression()
353 if (result_valobj_sp->GetError().Success()) in EvaluateExpression()
358 result_valobj_sp->SetFormat (format); in EvaluateExpression()
363result_valobj_sp.get(), // Variable object to dump in EvaluateExpression()
371 if (result_valobj_sp->GetError().GetError() == ClangUserExpression::kNoResult) in EvaluateExpression()
383 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression()
/external/lldb/source/Expression/
DClangUserExpression.cpp957 lldb::ValueObjectSP &result_valobj_sp, in Evaluate() argument
970 result_valobj_sp, in Evaluate()
985 lldb::ValueObjectSP &result_valobj_sp, in EvaluateWithError() argument
1071 result_valobj_sp = expr_result->GetValueObject(); in EvaluateWithError()
1074 …ression::Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCS… in EvaluateWithError()
1087 if (result_valobj_sp.get() == NULL) in EvaluateWithError()
1088 result_valobj_sp = ValueObjectConstResult::Create (NULL, error); in EvaluateWithError()
/external/lldb/include/lldb/Expression/
DClangUserExpression.h355 lldb::ValueObjectSP &result_valobj_sp,
368 lldb::ValueObjectSP &result_valobj_sp,
/external/lldb/source/Target/
DProcess.cpp1800 lldb::ValueObjectSP result_valobj_sp; in LoadImage() local
1809 result_valobj_sp, in LoadImage()
1812 error = result_valobj_sp->GetError(); in LoadImage()
1816 if (result_valobj_sp->ResolveValue (scalar)) in LoadImage()
1877 lldb::ValueObjectSP result_valobj_sp; in UnloadImage() local
1886 result_valobj_sp, in UnloadImage()
1889 if (result_valobj_sp->GetError().Success()) in UnloadImage()
1892 if (result_valobj_sp->ResolveValue (scalar)) in UnloadImage()
1906 error = result_valobj_sp->GetError(); in UnloadImage()
DTarget.cpp1832 lldb::ValueObjectSP &result_valobj_sp, in EvaluateExpression() argument
1836 result_valobj_sp.reset(); in EvaluateExpression()
1872 result_valobj_sp = persistent_var_sp->GetValueObject (); in EvaluateExpression()
1887 result_valobj_sp, in EvaluateExpression()
/external/lldb/include/lldb/Target/
DTarget.h976 lldb::ValueObjectSP &result_valobj_sp,