Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp50 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue() function in SBCommandInterpreterRunOptions
52 GetStopOnContinue); in GetStopOnContinue()
54 return m_opaque_up->GetStopOnContinue(); in GetStopOnContinue()
249 GetStopOnContinue, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i30 GetStopOnContinue () const;
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h35 bool GetStopOnContinue() const;
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h124 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue() function
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2290 if (!options.GetStopOnContinue()) { in HandleCommands()
2360 if (options.GetStopOnContinue()) { in HandleCommands()