Searched refs:GetStopCmdSourceOnError (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h448 GetStopCmdSourceOnError () const;
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp388 bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : m_interpreter.GetStopCmdSourceOnError();
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp137 CommandInterpreter::GetStopCmdSourceOnError () const function in class:CommandInterpreter

Completed in 116 milliseconds