Home
last modified time | relevance | path

Searched refs:stop_others (Results 1 – 25 of 38) sorted by relevance

12

/external/lldb/source/Target/
DThreadPlanStepInRange.cpp45 lldb::RunMode stop_others in ThreadPlanStepInRange() argument
47 …(ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others), in ThreadPlanStepInRange()
61 lldb::RunMode stop_others in ThreadPlanStepInRange() argument
63 …(ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others), in ThreadPlanStepInRange()
133 bool stop_others; in ShouldStop() local
135 stop_others = false; in ShouldStop()
137 stop_others = true; in ShouldStop()
148 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
185 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
382 const bool stop_others = false; in DefaultShouldStopHereCallback() local
[all …]
DThreadPlanStepOverRange.cpp45 lldb::RunMode stop_others in ThreadPlanStepOverRange() argument
47 …eadPlan::eKindStepOverRange, "Step range stepping over", thread, range, addr_context, stop_others), in ThreadPlanStepOverRange()
84 bool stop_others; in ShouldStop() local
86 stop_others = true; in ShouldStop()
88 stop_others = false; in ShouldStop()
103 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
148 stop_others, in ShouldStop()
155 … new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
176 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
DThreadPlanRunToAddress.cpp35 bool stop_others in ThreadPlanRunToAddress() argument
38 m_stop_others (stop_others), in ThreadPlanRunToAddress()
50 bool stop_others in ThreadPlanRunToAddress() argument
53 m_stop_others (stop_others), in ThreadPlanRunToAddress()
65 bool stop_others in ThreadPlanRunToAddress() argument
68 m_stop_others (stop_others), in ThreadPlanRunToAddress()
DThreadPlanStepInstruction.cpp149 const bool stop_others = false; in ShouldStop() local
153 stop_others, in ShouldStop()
DThreadPlanStepOut.cpp41 bool stop_others, in ThreadPlanStepOut() argument
52 m_stop_others (stop_others), in ThreadPlanStepOut()
83 stop_others, in ThreadPlanStepOut()
DThreadPlanStepThrough.cpp35 ThreadPlanStepThrough::ThreadPlanStepThrough (Thread &thread, StackID &m_stack_id, bool stop_others in ThreadPlanStepThrough() argument
41 m_stop_others (stop_others) in ThreadPlanStepThrough()
DThreadPlanStepUntil.cpp40 bool stop_others, in ThreadPlanStepUntil() argument
52 m_stop_others (stop_others) in ThreadPlanStepUntil()
/external/lldb/include/lldb/Expression/
DClangFunction.h274 bool stop_others,
329 Stream &errors, bool stop_others,
406 bool stop_others,
455 bool stop_others,
490 bool stop_others,
498 stop_others,
/external/lldb/include/lldb/Target/
DThreadPlanStepInRange.h33 lldb::RunMode stop_others);
39 lldb::RunMode stop_others);
84 lldb::RunMode stop_others);
90 lldb::RunMode stop_others,
DThreadPlanRunToAddress.h29 bool stop_others);
33 bool stop_others);
37 bool stop_others);
DThreadPlanStepThrough.h42 bool stop_others);
54 bool stop_others);
DThreadPlanStepUntil.h43 bool stop_others,
68 bool stop_others,
DThreadPlanStepOut.h28 bool stop_others,
73 bool stop_others,
DThreadPlanStepOverRange.h31 lldb::RunMode stop_others);
DDynamicLoader.h155 GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) = 0;
DThreadPlanStepInstruction.h41 bool stop_others,
DThreadPlanStepRange.h33 lldb::RunMode stop_others);
/external/lldb/source/Expression/
DClangFunction.cpp401 bool stop_others, in GetThreadPlanToCallFunction() argument
427 stop_others, in GetThreadPlanToCallFunction()
489 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool stop_others, Value &… in ExecuteFunction() argument
494 return ExecuteFunction (exe_ctx, NULL, errors, stop_others, 0UL, try_all_threads, in ExecuteFunction()
506 const bool stop_others = true; in ExecuteFunction() local
509 return ExecuteFunction (exe_ctx, NULL, errors, stop_others, timeout_usec, in ExecuteFunction()
519 bool stop_others, in ExecuteFunction() argument
536 stop_others, in ExecuteFunction()
549 stop_others, in ExecuteFunction()
579 bool stop_others, in ExecuteFunction() argument
[all …]
DClangUserExpression.cpp735 const bool stop_others = true; in GetThreadPlanToExecuteJITExpression() local
742 stop_others, in GetThreadPlanToExecuteJITExpression()
859 const bool stop_others = true; in Execute() local
866 stop_others, in Execute()
889 stop_others, in Execute()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp142 const bool stop_others = true; in GetObjectDescription() local
148 stop_others, in GetObjectDescription()
278 AppleObjCRuntime::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) in GetStepThroughTrampolinePlan() argument
282 … thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan (thread, stop_others); in GetStepThroughTrampolinePlan()
DAppleThreadPlanStepThroughObjCTrampoline.cpp40 bool stop_others in AppleThreadPlanStepThroughObjCTrampoline() argument
53 m_stop_others (stop_others) in AppleThreadPlanStepThroughObjCTrampoline()
DAppleThreadPlanStepThroughObjCTrampoline.h37 bool stop_others);
DAppleObjCRuntime.h64 GetStepThroughTrampolinePlan (Thread &thread, bool stop_others);
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.h67 bool stop_others);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.h59 bool stop_others);

12