Home
last modified time | relevance | path

Searched refs:SetPrintResults (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBugreport.cpp115 options.SetPrintResults(true); in DoExecute()
HDCommandObjectWatchpointCommand.cpp275 options.SetPrintResults (true); in WatchpointOptionsCallbackFunction()
HDCommandObjectBreakpointCommand.cpp289 options.SetPrintResults (true); in BreakpointOptionsCallbackFunction()
HDCommandObjectCommands.cpp391 options.SetPrintResults (!m_options.m_silent_run.GetCurrentValue()); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h55 SetPrintResults (bool);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp97 SBCommandInterpreterRunOptions::SetPrintResults (bool print_results) in SetPrintResults() function in SBCommandInterpreterRunOptions
99 m_opaque_up->SetPrintResults(print_results); in SetPrintResults()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h146 SetPrintResults (bool print_results) in SetPrintResults() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2320 options.SetPrintResults (true); in RunStopHooks()