Searched defs:unwind_on_error (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectExpression.h54 bool unwind_on_error; member in class:lldb_private::CommandObjectExpression::CommandOptions
/external/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp43 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 DThreadPlanCallFunction.cpp133 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 DStopInfo.cpp698 const bool unwind_on_error = true; local
705 unwind_on_error,
H A DProcess.cpp1795 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 DThread.cpp1471 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 DAppleThreadPlanStepThroughObjCTrampoline.cpp87 const bool unwind_on_error = true; local
94 unwind_on_error,
H A DAppleObjCRuntime.cpp140 const bool unwind_on_error = true; local
151 unwind_on_error,
H A DAppleObjCRuntimeV2.cpp1823 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 DInferiorCallPOSIX.cpp52 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 DClangFunction.cpp402 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 DClangUserExpression.cpp733 // 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 DBreakpointLocation.cpp294 const bool unwind_on_error = true; local
307 unwind_on_error,
/external/lldb/source/API/
H A DSBFrame.cpp1344 SBFrame::EvaluateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) argument
1348 options.SetUnwindOnError (unwind_on_error);

Completed in 248 milliseconds