Revision 36556b20 monitor.c

b/monitor.c
577 577
    if (gdbserver_start(port) < 0) {
578 578
        monitor_printf(mon, "Could not open gdbserver socket on port '%s'\n",
579 579
                       port);
580
    } else if (strcmp(port, "none") == 0) {
581
        monitor_printf(mon, "Disabled gdbserver\n");
580 582
    } else {
581 583
        monitor_printf(mon, "Waiting gdb connection on port '%s'\n", port);
582 584
    }

Also available in: Unified diff