Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectExpression.cpp278 lldb::ValueObjectSP result_valobj_sp; in EvaluateExpression() local
300 result_valobj_sp, in EvaluateExpression()
303 if (result_valobj_sp) in EvaluateExpression()
307 if (result_valobj_sp->GetError().Success()) in EvaluateExpression()
312 result_valobj_sp->SetFormat (format); in EvaluateExpression()
316 result_valobj_sp->Dump(*output_stream,options); in EvaluateExpression()
324 if (result_valobj_sp->GetError().GetError() == ClangUserExpression::kNoResult) in EvaluateExpression()
336 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangUserExpression.cpp926 lldb::ValueObjectSP &result_valobj_sp, in Evaluate() argument
1010 result_valobj_sp = expr_result->GetValueObject(); in Evaluate()
1013 …ression::Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCS… in Evaluate()
1026 if (result_valobj_sp.get() == NULL) in Evaluate()
1028result_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DClangUserExpression.h305 lldb::ValueObjectSP &result_valobj_sp,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp1880 lldb::ValueObjectSP result_valobj_sp; in LoadImage() local
1886 result_valobj_sp, in LoadImage()
1890 error = result_valobj_sp->GetError(); in LoadImage()
1894 if (result_valobj_sp->ResolveValue (scalar)) in LoadImage()
1958 lldb::ValueObjectSP result_valobj_sp; in UnloadImage() local
1964 result_valobj_sp, in UnloadImage()
1966 if (result_valobj_sp->GetError().Success()) in UnloadImage()
1969 if (result_valobj_sp->ResolveValue (scalar)) in UnloadImage()
1983 error = result_valobj_sp->GetError(); in UnloadImage()
DTarget.cpp1858 lldb::ValueObjectSP &result_valobj_sp, in EvaluateExpression() argument
1862 result_valobj_sp.reset(); in EvaluateExpression()
1898 result_valobj_sp = persistent_var_sp->GetValueObject (); in EvaluateExpression()
1909 result_valobj_sp, in EvaluateExpression()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DTarget.h1092 lldb::ValueObjectSP &result_valobj_sp,