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

/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp329 lldb::ValueObjectSP result_valobj_sp; local
346 result_valobj_sp,
349 if (result_valobj_sp)
353 if (result_valobj_sp->GetError().Success())
358 result_valobj_sp->SetFormat (format);
363 result_valobj_sp.get(), // Variable object to dump
371 if (result_valobj_sp->GetError().GetError() == ClangUserExpression::kNoResult)
383 const char *error_cstr = result_valobj_sp->GetError().AsCString();
/external/lldb/include/lldb/Expression/
H A DClangUserExpression.h330 /// @param[in/out] result_valobj_sp
355 lldb::ValueObjectSP &result_valobj_sp,
368 lldb::ValueObjectSP &result_valobj_sp,
/external/lldb/source/Expression/
H A DClangUserExpression.cpp957 lldb::ValueObjectSP &result_valobj_sp,
970 result_valobj_sp,
985 lldb::ValueObjectSP &result_valobj_sp,
1071 result_valobj_sp = expr_result->GetValueObject();
1074 log->Printf("== [ClangUserExpression::Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCString());
1087 if (result_valobj_sp.get() == NULL)
1088 result_valobj_sp = ValueObjectConstResult::Create (NULL, error);
949 Evaluate(ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, lldb::LanguageType language, ResultType desired_type, bool unwind_on_error, bool ignore_breakpoints, const char *expr_cstr, const char *expr_prefix, lldb::ValueObjectSP &result_valobj_sp, bool run_others, uint32_t timeout_usec) argument
977 EvaluateWithError(ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, lldb::LanguageType language, ResultType desired_type, bool unwind_on_error, bool ignore_breakpoints, const char *expr_cstr, const char *expr_prefix, lldb::ValueObjectSP &result_valobj_sp, Error &error, bool run_others, uint32_t timeout_usec) argument
/external/lldb/source/Target/
H A DProcess.cpp1800 lldb::ValueObjectSP result_valobj_sp; local
1809 result_valobj_sp,
1812 error = result_valobj_sp->GetError();
1816 if (result_valobj_sp->ResolveValue (scalar))
1877 lldb::ValueObjectSP result_valobj_sp; local
1886 result_valobj_sp,
1889 if (result_valobj_sp->GetError().Success())
1892 if (result_valobj_sp->ResolveValue (scalar))
1906 error = result_valobj_sp->GetError();
H A DTarget.cpp1832 lldb::ValueObjectSP &result_valobj_sp,
1836 result_valobj_sp.reset();
1872 result_valobj_sp = persistent_var_sp->GetValueObject ();
1887 result_valobj_sp,
1828 EvaluateExpression( const char *expr_cstr, StackFrame *frame, lldb::ValueObjectSP &result_valobj_sp, const EvaluateExpressionOptions& options ) argument
/external/lldb/include/lldb/Target/
H A DTarget.h976 lldb::ValueObjectSP &result_valobj_sp,

Completed in 328 milliseconds