Searched refs:GetStopOnContinue (Results 1 – 6 of 6) sorted by relevance
83 self.assertEqual(opts.GetStopOnContinue(), False)92 opts.SetStopOnContinue(not opts.GetStopOnContinue())101 self.assertEqual(opts.GetStopOnContinue(), True)
46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue() function in SBCommandInterpreterRunOptions49 return m_opaque_up->GetStopOnContinue(); in GetStopOnContinue()
33 GetStopOnContinue () const;
35 bool GetStopOnContinue() const;
119 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue() function
2492 if (!options.GetStopOnContinue()) { in HandleCommands()2555 if (options.GetStopOnContinue()) { in HandleCommands()