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

/haiku/src/servers/debug/
H A DDebugServer.cpp625 bool debugInConsoled = _IsGUIServer() || !_AreGUIServersAlive(); local
628 error = _SetupGDBArguments(arguments, debugInConsoled);
640 if (!debugInConsoled && !saveReport
656 if (debugInConsoled) {
689 if (debugInConsoled && !arguments.Add("--cli"))
704 debugInConsoled ? "command line" : "graphical", fTeam));

Completed in 27 milliseconds