Revision c636bb66 monitor.c

b/monitor.c
423 423
{
424 424
    if (!has_port)
425 425
        port = DEFAULT_GDBSTUB_PORT;
426
    if (gdbserver_start(port) < 0) {
426
    if (gdbserver_start_port(port) < 0) {
427 427
        qemu_printf("Could not open gdbserver socket on port %d\n", port);
428 428
    } else {
429 429
        qemu_printf("Waiting gdb connection on port %d\n", port);

Also available in: Unified diff