Home
last modified time | relevance | path

Searched refs:run_mode (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/functionalities/thread/step_out/
DTestThreadStepOut.py75 def step_out_with_cmd(self, run_mode): argument
77 self.runCmd("thread step-out -m %s" % run_mode)
/external/lldb/source/Target/
DThreadPlanStepOut.cpp429 RunMode run_mode = m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads; in QueueInlinedStepPlan() local
433run_mode); in QueueInlinedStepPlan()
/external/lldb/source/Commands/
DCommandObjectThread.cpp850 …lldb::RunMode run_mode = (lldb::RunMode) Args::StringToOptionEnum(option_arg, enum_values, eOnlyDu… in SetOptionValue() local
854 if (run_mode == eAllThreads) in SetOptionValue()