Searched defs:stop_others (Results 1 - 16 of 16) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp149 const bool stop_others = false; local
153 stop_others,
H A DThreadPlanStepThrough.cpp35 ThreadPlanStepThrough::ThreadPlanStepThrough (Thread &thread, StackID &m_stack_id, bool stop_others) : argument
41 m_stop_others (stop_others)
H A DThreadPlanStepUntil.cpp40 bool stop_others,
52 m_stop_others (stop_others)
35 ThreadPlanStepUntil( Thread &thread, lldb::addr_t *address_list, size_t num_addresses, bool stop_others, uint32_t frame_idx ) argument
H A DThreadPlanStepInRange.cpp45 lldb::RunMode stop_others
47 ThreadPlanStepRange (ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others),
61 lldb::RunMode stop_others
63 ThreadPlanStepRange (ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others),
133 bool stop_others; local
135 stop_others = false;
137 stop_others = true;
148 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
185 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
382 const bool stop_others local
[all...]
H A DThreadPlanStepOut.cpp41 bool stop_others,
52 m_stop_others (stop_others),
83 stop_others,
36 ThreadPlanStepOut( Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx ) argument
H A DThreadPlanStepOverRange.cpp45 lldb::RunMode stop_others
47 ThreadPlanStepRange (ThreadPlan::eKindStepOverRange, "Step range stepping over", thread, range, addr_context, stop_others),
84 bool stop_others; local
86 stop_others = true;
88 stop_others = false;
103 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
148 stop_others,
155 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
176 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
H A DThreadPlanStepRange.cpp47 lldb::RunMode stop_others) :
51 m_stop_others (stop_others),
42 ThreadPlanStepRange(ThreadPlanKind kind, const char *name, Thread &thread, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_others) argument
/external/lldb/include/lldb/Expression/
H A DClangFunction.h243 /// @param[in] stop_others
274 bool stop_others,
309 /// This simple version will run the function obeying the stop_others
318 /// @param[in] stop_others
329 Stream &errors, bool stop_others,
384 /// @param[in] stop_others
406 bool stop_others,
429 /// @param[in] stop_others
455 bool stop_others,
477 /// @param[in] stop_others
487 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors, bool stop_others, bool unwind_on_error = true, bool ignore_breakpoints = true) argument
[all...]
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp153 DynamicLoaderStatic::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) argument
/external/lldb/source/Expression/
H A DClangFunction.cpp401 bool stop_others,
427 stop_others,
489 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool stop_others, Value &results) argument
494 return ExecuteFunction (exe_ctx, NULL, errors, stop_others, 0UL, try_all_threads,
506 const bool stop_others = true; local
509 return ExecuteFunction (exe_ctx, NULL, errors, stop_others, timeout_usec,
519 bool stop_others,
536 stop_others,
549 stop_others,
579 bool stop_others,
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.cpp735 const bool stop_others = true; local
742 stop_others,
859 const bool stop_others = true; local
866 stop_others,
889 stop_others,
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp142 const bool stop_others = true; local
148 stop_others,
278 AppleObjCRuntime::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) argument
282 thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan (thread, stop_others);
H A DAppleObjCTrampolineHandler.cpp830 AppleObjCTrampolineHandler::GetStepThroughDispatchPlan (Thread &thread, bool stop_others) argument
1046 ret_plan_sp.reset (new ThreadPlanRunToAddress (thread, impl_addr, stop_others));
1123 // So we override the stop_others value passed in to us here:
H A DAppleObjCRuntimeV2.cpp1821 bool stop_others = true; local
1838 stop_others,
2072 bool stop_others = true; local
2089 stop_others,
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1553 DynamicLoaderDarwinKernel::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) argument
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1591 DynamicLoaderMacOSXDYLD::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) argument
1672 thread_plan_sp.reset (new ThreadPlanRunToAddress (thread, addresses, stop_others));

Completed in 1540 milliseconds