Home
last modified time | relevance | path

Searched refs:SetPrintErrors (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() function in SBCommandInterpreterRunOptions
127 m_opaque_up->SetPrintErrors(print_errors); in SetPrintErrors()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i66 SetPrintErrors (bool);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp273 options.SetPrintErrors(true); in WatchpointOptionsCallbackFunction()
DCommandObjectSettings.cpp471 options.SetPrintErrors(true); in DoExecute()
DCommandObjectCommands.cpp183 options.SetPrintErrors(true); in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h160 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointOptions.cpp637 options.SetPrintErrors(true); in BreakpointOptionsCallbackFunction()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp2367 options.SetPrintErrors(true); in SourceInitFile()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp3712 options.SetPrintErrors(true); in HandleStop()