Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i66 SetPrintErrors (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h61 void SetPrintErrors(bool);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py97 opts.SetPrintErrors(not opts.GetPrintErrors())
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp273 options.SetPrintErrors(true); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp471 options.SetPrintErrors(true); in DoExecute()
H A DCommandObjectCommands.cpp182 options.SetPrintErrors(true); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h159 void SetPrintErrors(bool print_errors) { in SetPrintErrors() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp637 options.SetPrintErrors(true); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2320 options.SetPrintErrors(true); in SourceInitFile()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3615 options.SetPrintErrors(true); in HandleStop()