Home
last modified time | relevance | path

Searched refs:SetStopOnError (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions
67 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i42 SetStopOnError (bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h41 void SetStopOnError(bool);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp270 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp472 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectCommands.cpp176 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h128 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp634 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp572 options.SetStopOnError(true); in MainLoop()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py1131 run_options.SetStopOnError(True)
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2368 options.SetStopOnError(false); in SourceInitFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3709 options.SetStopOnError(true); in HandleStop()