Home
last modified time | relevance | path

Searched refs:stop_other_threads (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp51 const bool stop_other_threads = true; in InferiorCallMmap() local
84 stop_other_threads, in InferiorCallMmap()
108 stop_other_threads, in InferiorCallMmap()
163 const bool stop_other_threads = true; in InferiorCallMunmap() local
175 stop_other_threads, in InferiorCallMunmap()
194 stop_other_threads, in InferiorCallMunmap()
218 const bool stop_other_threads = true; in InferiorCall() local
230 stop_other_threads, in InferiorCall()
248 stop_other_threads, in InferiorCall()
/external/lldb/source/API/
DSBThread.cpp553 SBThread::StepOver (lldb::RunMode stop_other_threads) in StepOver() argument
563 Thread::RunModeAsCString (stop_other_threads)); in StepOver()
580 stop_other_threads); in StepOver()
586 stop_other_threads); in StepOver()
596 SBThread::StepInto (lldb::RunMode stop_other_threads) in StepInto() argument
598 StepInto (NULL, stop_other_threads); in StepInto()
602 SBThread::StepInto (const char *target_name, lldb::RunMode stop_other_threads) in StepInto() argument
613 Thread::RunModeAsCString (stop_other_threads)); in StepInto()
631 stop_other_threads, in StepInto()
638 stop_other_threads); in StepInto()
[all …]
/external/lldb/include/lldb/Target/
DThread.h529 bool stop_other_threads);
562 lldb::RunMode stop_other_threads);
601 lldb::RunMode stop_other_threads,
636 bool stop_other_threads,
663 bool stop_other_threads);
686 bool stop_other_threads);
699 bool stop_other_threads,
DThreadPlanCallFunction.h33 bool stop_other_threads,
42 bool stop_other_threads,
DThreadPlanCallUserExpression.h31 bool stop_other_threads,
DThreadPlanStepInstruction.h47 …readPlanForStepSingleInstruction (bool step_over, bool abort_other_plans, bool stop_other_threads);
/external/lldb/include/lldb/API/
DSBThread.h98 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
101 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
104 … StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
/external/lldb/source/Target/
DThreadPlanCallUserExpression.cpp42 bool stop_other_threads, in ThreadPlanCallUserExpression() argument
48 …ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error… in ThreadPlanCallUserExpression()
DThread.cpp1366 bool stop_other_threads in QueueThreadPlanForStepSingleInstruction() argument
1369 …P thread_plan_sp (new ThreadPlanStepInstruction (*this, step_over, stop_other_threads, eVoteNoOpin… in QueueThreadPlanForStepSingleInstruction()
1380 lldb::RunMode stop_other_threads in QueueThreadPlanForStepOverRange() argument
1384 …hread_plan_sp.reset (new ThreadPlanStepOverRange (*this, range, addr_context, stop_other_threads)); in QueueThreadPlanForStepOverRange()
1397 lldb::RunMode stop_other_threads, in QueueThreadPlanForStepInRange() argument
1402 …PlanStepInRange *plan = new ThreadPlanStepInRange (*this, range, addr_context, stop_other_threads); in QueueThreadPlanForStepInRange()
1430 bool stop_other_threads, in QueueThreadPlanForStepOut() argument
1439 stop_other_threads, in QueueThreadPlanForStepOut()
1456 …hreadPlanForStepThrough (StackID &return_stack_id, bool abort_other_plans, bool stop_other_threads) in QueueThreadPlanForStepThrough() argument
1458 …hreadPlanSP thread_plan_sp(new ThreadPlanStepThrough (*this, return_stack_id, stop_other_threads)); in QueueThreadPlanForStepThrough()
[all …]
DThreadPlanStepInstruction.cpp37 bool stop_other_threads, in ThreadPlanStepInstruction() argument
43 m_stop_other_threads (stop_other_threads), in ThreadPlanStepInstruction()
DThreadPlanCallFunction.cpp132 bool stop_other_threads, in ThreadPlanCallFunction() argument
139 m_stop_other_threads (stop_other_threads), in ThreadPlanCallFunction()
194 bool stop_other_threads, in ThreadPlanCallFunction() argument
205 m_stop_other_threads (stop_other_threads), in ThreadPlanCallFunction()
DThreadPlanStepOverRange.cpp256 const bool stop_other_threads = false; in ShouldStop() local
259stop_other_threads); in ShouldStop()
/external/lldb/scripts/Python/interface/
DSBThread.i121 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
124 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
127 … StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
/external/lldb/source/Commands/
DCommandObjectThread.cpp447 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute() local
476 stop_other_threads, in DoExecute()
496 stop_other_threads); in DoExecute()