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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp124 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { function in class:SBCommandInterpreterRunOptions
127 m_opaque_up->SetPrintErrors(print_errors);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h160 void SetPrintErrors(bool print_errors) { function in class:lldb_private::CommandInterpreterRunOptions
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp273 options.SetPrintErrors(true);
H A DCommandObjectSettings.cpp465 options.SetPrintErrors(true);
H A DCommandObjectCommands.cpp182 options.SetPrintErrors(true);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp636 options.SetPrintErrors(true);
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2370 options.SetPrintErrors(true);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3828 options.SetPrintErrors(true);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13694 SWIG_check_num_args("lldb::SBCommandInterpreterRunOptions::SetPrintErrors",2,2)
13695 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandInterpreterRunOptions::SetPrintErrors",1,"lldb::SBCommandInterpreterRunOptions *");
13696 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBCommandInterpreterRunOptions::SetPrintErrors",2,"bool");
13703 (arg1)->SetPrintErrors(arg2);
13893 { "SetPrintErrors", _wrap_SBCommandInterpreterRunOptions_SetPrintErrors},
[all...]

Completed in 569 milliseconds