Home
last modified time | relevance | path

Searched refs:GetStopOnError (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h34 GetStopOnError () const;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp55 SBCommandInterpreterRunOptions::GetStopOnError () const in GetStopOnError() function in SBCommandInterpreterRunOptions
57 return m_opaque_up->GetStopOnError(); in GetStopOnError()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h104 GetStopOnError () const in GetStopOnError() function
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2457 if (options.GetStopOnError()) in HandleCommands()