Searched refs:saveReport (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h23 CommandLineUserInterface(bool saveReport,
H A DCommandLineUserInterface.cpp95 CommandLineUserInterface::CommandLineUserInterface(bool saveReport, argument
100 fSaveReport(saveReport),
/haiku-fatelf/src/apps/debugger/
H A DDebugger.cpp81 bool saveReport; member in struct:Options
91 saveReport(false),
141 options.saveReport = true;
599 = new(std::nothrow) CommandLineUserInterface(options.saveReport,
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp128 thread_id _EnterDebugger(bool saveReport);
522 TeamDebugHandler::_EnterDebugger(bool saveReport) argument
598 if (saveReport) {

Completed in 118 milliseconds