Home
last modified time | relevance | path

Searched refs:m_stop_others (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Target/
DThreadPlanRunToAddress.cpp38 m_stop_others (stop_others), in ThreadPlanRunToAddress()
53 m_stop_others (stop_others), in ThreadPlanRunToAddress()
68 m_stop_others (stop_others), in ThreadPlanRunToAddress()
205 return m_stop_others; in StopOthers()
211 m_stop_others = new_value; in SetStopOthers()
DThreadPlanStepThrough.cpp41 m_stop_others (stop_others) in ThreadPlanStepThrough()
90 … m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
216 return m_stop_others; in StopOthers()
DThreadPlanStepOut.cpp52 m_stop_others (stop_others), in ThreadPlanStepOut()
329 return m_stop_others; in StopOthers()
429 RunMode run_mode = m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads; in QueueInlinedStepPlan()
DThreadPlanStepRange.cpp51 m_stop_others (stop_others), in ThreadPlanStepRange()
262 if (m_stop_others == lldb::eOnlyThisThread in StopOthers()
263 || m_stop_others == lldb::eOnlyDuringStepping) in StopOthers()
DThreadPlanStepUntil.cpp52 m_stop_others (stop_others) in ThreadPlanStepUntil()
334 return m_stop_others; in StopOthers()
DThreadPlanStepOverRange.cpp85 if (m_stop_others == lldb::eOnlyThisThread) in ShouldStop()
DThreadPlanStepInRange.cpp134 if (m_stop_others == lldb::eOnlyThisThread) in ShouldStop()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp53 m_stop_others (stop_others) in AppleThreadPlanStepThroughObjCTrampoline()
93 m_stop_others, in InitializeClangFunction()
193 m_stop_others, in ShouldStop()
213 m_run_to_sp.reset(new ThreadPlanRunToAddress(m_thread, target_so_addr, m_stop_others)); in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h57 return m_stop_others; in StopOthers()
101 bool m_stop_others; variable
/external/lldb/include/lldb/Target/
DThreadPlanRunToAddress.h74 bool m_stop_others;
DThreadPlanStepThrough.h63 bool m_stop_others; variable
DThreadPlanStepUntil.h60 bool m_stop_others; variable
DThreadPlanStepRange.h78 lldb::RunMode m_stop_others; variable
DThreadPlanStepOut.h63 bool m_stop_others; variable
/external/lldb/source/Commands/
DCommandObjectThread.cpp855 m_stop_others = false; in SetOptionValue()
857 m_stop_others = true; in SetOptionValue()
874 m_stop_others = false; in OptionParsingStarting()
884 bool m_stop_others; member in CommandObjectThreadUntil::CommandOptions
1070 m_options.m_stop_others, in DoExecute()