Searched refs:GetStopOnContinue (Results 1 – 5 of 5) sorted by relevance
46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue() function in SBCommandInterpreterRunOptions49 return m_opaque_up->GetStopOnContinue(); in GetStopOnContinue()
35 bool GetStopOnContinue() const;
127 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue() function
2559 if (!options.GetStopOnContinue()) { in HandleCommands()2622 if (options.GetStopOnContinue()) { in HandleCommands()
14269 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()