/external/lldb/source/Commands/ |
H A D | CommandObjectExpression.h | 54 bool unwind_on_error; member in class:lldb_private::CommandObjectExpression::CommandOptions
|
/external/lldb/source/Target/ |
H A D | ThreadPlanCallUserExpression.cpp | 43 bool unwind_on_error, 48 ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg), 39 ThreadPlanCallUserExpression(Thread &thread, Address &function, lldb::addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, lldb::addr_t *this_arg, lldb::addr_t *cmd_arg, ClangUserExpression::ClangUserExpressionSP &user_expression_sp) argument
|
H A D | ThreadPlanCallFunction.cpp | 133 bool unwind_on_error, 145 m_unwind_on_error (unwind_on_error), 195 bool unwind_on_error, 211 m_unwind_on_error (unwind_on_error), 128 ThreadPlanCallFunction(Thread &thread, const Address &function, const ClangASTType &return_type, addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, addr_t *this_arg, addr_t *cmd_arg) argument 191 ThreadPlanCallFunction(Thread &thread, const Address &function, const ClangASTType &return_type, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, addr_t *arg1_ptr, addr_t *arg2_ptr, addr_t *arg3_ptr, addr_t *arg4_ptr, addr_t *arg5_ptr, addr_t *arg6_ptr) argument
|
H A D | StopInfo.cpp | 698 const bool unwind_on_error = true; local 705 unwind_on_error,
|
H A D | Process.cpp | 1795 const bool unwind_on_error = true; local 1805 unwind_on_error, 1872 const bool unwind_on_error = true; local 1882 unwind_on_error, 4647 bool unwind_on_error, 5042 if (!unwind_on_error) 5249 bool should_unwind = (return_value == eExecutionInterrupted && unwind_on_error) 5370 if (unwind_on_error && thread_plan_sp) 5394 if (unwind_on_error && thread_plan_sp) 5397 log->PutCString("Process::RunThreadPlan(): discarding thread plan 'cause unwind_on_error i [all...] |
H A D | Thread.cpp | 1471 bool unwind_on_error, 1479 unwind_on_error, 1467 QueueThreadPlanForCallFunction(bool abort_other_plans, Address& function, lldb::addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints) argument
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 87 const bool unwind_on_error = true; local 94 unwind_on_error,
|
H A D | AppleObjCRuntime.cpp | 140 const bool unwind_on_error = true; local 151 unwind_on_error,
|
H A D | AppleObjCRuntimeV2.cpp | 1823 bool unwind_on_error = true; local 1841 unwind_on_error, 2074 bool unwind_on_error = true; local 2092 unwind_on_error,
|
/external/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 52 const bool unwind_on_error = true; local 85 unwind_on_error, 110 unwind_on_error, 164 const bool unwind_on_error = true; local 176 unwind_on_error, 196 unwind_on_error, 219 const bool unwind_on_error = true; local 231 unwind_on_error, 250 unwind_on_error,
|
/external/lldb/source/Expression/ |
H A D | ClangFunction.cpp | 402 bool unwind_on_error, 428 unwind_on_error, 492 const bool unwind_on_error = true; local 495 unwind_on_error, ignore_breakpoints, results); 507 const bool unwind_on_error = true; local 510 try_all_threads, unwind_on_error, ignore_breakpoints, results); 521 bool unwind_on_error, 537 unwind_on_error, 551 unwind_on_error, 582 bool unwind_on_error, 397 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t func_addr, lldb::addr_t &args_addr, Stream &errors, bool stop_others, bool unwind_on_error, bool ignore_breakpoints, lldb::addr_t *this_arg, lldb::addr_t *cmd_arg) argument 515 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t function_address, lldb::addr_t &void_arg, bool stop_others, bool try_all_threads, bool unwind_on_error, bool ignore_breakpoints, uint32_t timeout_usec, Stream &errors, lldb::addr_t *this_arg) argument 575 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr, Stream &errors, bool stop_others, uint32_t timeout_usec, bool try_all_threads, bool unwind_on_error, bool ignore_breakpoints, Value &results) argument [all...] |
H A D | ClangUserExpression.cpp | 733 // forcing unwind_on_error to be true here, in practical terms that can't happen. 736 const bool unwind_on_error = true; local 743 unwind_on_error, 788 bool unwind_on_error, 867 unwind_on_error, 891 unwind_on_error, 917 if ((execution_result == eExecutionInterrupted && unwind_on_error) 953 bool unwind_on_error, 966 unwind_on_error, 981 bool unwind_on_error, 786 Execute(Stream &error_stream, ExecutionContext &exe_ctx, bool unwind_on_error, bool ignore_breakpoints, ClangUserExpression::ClangUserExpressionSP &shared_ptr_to_me, lldb::ClangExpressionVariableSP &result, bool run_others, uint32_t timeout_usec) argument 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 [all...] |
/external/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 294 const bool unwind_on_error = true; local 307 unwind_on_error,
|
/external/lldb/source/API/ |
H A D | SBFrame.cpp | 1344 SBFrame::EvaluateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) argument 1348 options.SetUnwindOnError (unwind_on_error);
|