Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp46 bool SBCommandInterpreterRunOptions::GetStopOnContinue() const { in GetStopOnContinue() function in SBCommandInterpreterRunOptions
49 return m_opaque_up->GetStopOnContinue(); in GetStopOnContinue()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h35 bool GetStopOnContinue() const;
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h127 bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); } in GetStopOnContinue() function
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2559 if (!options.GetStopOnContinue()) { in HandleCommands()
2622 if (options.GetStopOnContinue()) { in HandleCommands()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14269 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnContinue()