Searched refs:result_valobj_sp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectExpression.cpp | 290 lldb::ValueObjectSP result_valobj_sp; in EvaluateExpression() local 315 result_valobj_sp, options); in EvaluateExpression() 317 if (result_valobj_sp) in EvaluateExpression() 321 if (result_valobj_sp->GetError().Success()) in EvaluateExpression() 326 result_valobj_sp->SetFormat (format); in EvaluateExpression() 330 result_valobj_sp->Dump(*output_stream,options); in EvaluateExpression() 338 if (result_valobj_sp->GetError().GetError() == ClangUserExpression::kNoResult) in EvaluateExpression() 350 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression()
|
| HD | CommandObjectType.cpp | 4307 ValueObjectSP result_valobj_sp; in DoExecute() local 4309 …ts expr_result = target_sp->EvaluateExpression(command, frame_sp.get(), result_valobj_sp, options); in DoExecute() 4310 if (expr_result == eExpressionCompleted && result_valobj_sp) in DoExecute() 4312 …result_valobj_sp = result_valobj_sp->GetQualifiedRepresentationIfAvailable(target_sp->GetPreferDyn… in DoExecute() 4313 … typename FormatterType::SharedPointer formatter_sp = m_discovery_function(*result_valobj_sp); in DoExecute() 4319 … result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>"), in DoExecute() 4328 … result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>"), in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangUserExpression.cpp | 1019 lldb::ValueObjectSP &result_valobj_sp, in Evaluate() argument 1075 … result_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 1109 … result_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 1143 result_valobj_sp = expr_result->GetValueObject(); in Evaluate() 1147 result_valobj_sp->GetValueAsCString()); in Evaluate() 1166 if (result_valobj_sp.get() == NULL) in Evaluate() 1168 … result_valobj_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangUserExpression.h | 303 lldb::ValueObjectSP &result_valobj_sp,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 1934 lldb::ValueObjectSP result_valobj_sp; in LoadImage() local 1940 result_valobj_sp, in LoadImage() 1944 error = result_valobj_sp->GetError(); in LoadImage() 1948 ValueObjectSP image_ptr_sp = result_valobj_sp->GetChildAtIndex(0, true); in LoadImage() 1960 … ValueObjectSP error_str_sp = result_valobj_sp->GetChildAtIndex(1, true); in LoadImage() 2044 lldb::ValueObjectSP result_valobj_sp; in UnloadImage() local 2050 result_valobj_sp, in UnloadImage() 2052 if (result_valobj_sp->GetError().Success()) in UnloadImage() 2055 if (result_valobj_sp->ResolveValue (scalar)) in UnloadImage() 2069 error = result_valobj_sp->GetError(); in UnloadImage()
|
| HD | Target.cpp | 1983 lldb::ValueObjectSP &result_valobj_sp, in EvaluateExpression() argument 1987 result_valobj_sp.reset(); in EvaluateExpression() 2023 result_valobj_sp = persistent_var_sp->GetValueObject (); in EvaluateExpression() 2034 result_valobj_sp, in EvaluateExpression()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Target.h | 1270 lldb::ValueObjectSP &result_valobj_sp,
|