Searched defs:ignore_breakpoints (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectExpression.h55 bool ignore_breakpoints; member in class:lldb_private::CommandObjectExpression::CommandOptions
/external/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp44 bool ignore_breakpoints,
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.cpp134 bool ignore_breakpoints,
146 m_ignore_breakpoints (ignore_breakpoints)
196 bool ignore_breakpoints,
212 m_ignore_breakpoints (ignore_breakpoints)
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.cpp699 const bool ignore_breakpoints = true; local
706 ignore_breakpoints,
H A DProcess.cpp1796 const bool ignore_breakpoints = true; local
1806 ignore_breakpoints,
1873 const bool ignore_breakpoints = true; local
1883 ignore_breakpoints,
4648 bool ignore_breakpoints,
5033 if (!ignore_breakpoints)
5247 // 2) We hit a breakpoint, and ignore_breakpoints was true
5250 || (return_value == eExecutionHitBreakpoint && ignore_breakpoints);
H A DThread.cpp1472 bool ignore_breakpoints)
1480 ignore_breakpoints));
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.cpp88 const bool ignore_breakpoints = true; local
95 ignore_breakpoints));
H A DAppleObjCRuntime.cpp143 const bool ignore_breakpoints = true; local
152 ignore_breakpoints,
H A DAppleObjCRuntimeV2.cpp1824 bool ignore_breakpoints = true; local
1842 ignore_breakpoints,
2075 bool ignore_breakpoints = true; local
2093 ignore_breakpoints,
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp53 const bool ignore_breakpoints = true; local
86 ignore_breakpoints,
111 ignore_breakpoints,
165 const bool ignore_breakpoints = true; local
177 ignore_breakpoints,
197 ignore_breakpoints,
220 const bool ignore_breakpoints = true; local
232 ignore_breakpoints);
251 ignore_breakpoints,
/external/lldb/source/Expression/
H A DClangFunction.cpp403 bool ignore_breakpoints,
429 ignore_breakpoints,
493 const bool ignore_breakpoints = true; local
495 unwind_on_error, ignore_breakpoints, results);
508 const bool ignore_breakpoints = true; local
510 try_all_threads, unwind_on_error, ignore_breakpoints, results);
522 bool ignore_breakpoints,
538 ignore_breakpoints,
552 ignore_breakpoints,
583 bool ignore_breakpoints,
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.cpp737 const bool ignore_breakpoints = false; local
744 ignore_breakpoints,
789 bool ignore_breakpoints,
868 ignore_breakpoints,
892 ignore_breakpoints,
918 || (execution_result == eExecutionHitBreakpoint && ignore_breakpoints))
954 bool ignore_breakpoints,
967 ignore_breakpoints,
982 bool ignore_breakpoints,
1051 ignore_breakpoints,
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.cpp295 const bool ignore_breakpoints = true; local
308 ignore_breakpoints,

Completed in 733 milliseconds