Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp141 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() function in SBCommandInterpreterRunOptions
142 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetPrintErrors, in SetPrintErrors()
145 m_opaque_up->SetPrintErrors(print_errors); in SetPrintErrors()
288 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetPrintErrors, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i66 SetPrintErrors (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp303 options.SetPrintErrors(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp469 options.SetPrintErrors(true); in DoExecute()
H A DCommandObjectCommands.cpp154 options.SetPrintErrors(true); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h159 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp647 options.SetPrintErrors(true); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2138 options.SetPrintErrors(true); in SourceInitFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3409 options.SetPrintErrors(true); in HandleStop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13022 (arg1)->SetPrintErrors(arg2); in _wrap_SBCommandInterpreterRunOptions_SetPrintErrors()