Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A 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/
H A DSBCommandInterpreterRunOptions.i66 SetPrintErrors (bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp273 options.SetPrintErrors(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp471 options.SetPrintErrors(true); in DoExecute()
H A DCommandObjectCommands.cpp183 options.SetPrintErrors(true); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h160 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp637 options.SetPrintErrors(true); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2367 options.SetPrintErrors(true); in SourceInitFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3712 options.SetPrintErrors(true); in HandleStop()