Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp261 options.SetPrintErrors(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp433 options.SetPrintErrors(true); in DoExecute()
H A DCommandObjectCommands.cpp163 options.SetPrintErrors(true); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h167 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp628 options.SetPrintErrors(true); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2383 options.SetPrintErrors(true); in SourceInitFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3816 options.SetPrintErrors(true); in HandleStop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14595 (arg1)->SetPrintErrors(arg2); in _wrap_SBCommandInterpreterRunOptions_SetPrintErrors()