Home
last modified time | relevance | path

Searched refs:GetStopOnContinue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py83 self.assertEqual(opts.GetStopOnContinue(), False)
92 opts.SetStopOnContinue(not opts.GetStopOnContinue())
101 self.assertEqual(opts.GetStopOnContinue(), True)
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue() function in SBCommandInterpreterRunOptions
49 return m_opaque_up->GetStopOnContinue(); in GetStopOnContinue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i33 GetStopOnContinue () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h35 bool GetStopOnContinue() const;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h119 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2492 if (!options.GetStopOnContinue()) { in HandleCommands()
2555 if (options.GetStopOnContinue()) { in HandleCommands()