Changeset 29618fe in buchla-emu for emu/gdb.c


Ignore:
Timestamp:
08/05/2017 08:57:52 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
65e7a3a
Parents:
149c3e0
Message:

No GDB connection -> no breakpoint response.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/gdb.c

    r149c3e0 r29618fe  
    611611                        state = STATE_ACK;
    612612
     613                        if (con == NULL) {
     614                                cont_cpu();
     615                                continue;
     616                        }
     617
    613618                        if (SDLNet_TCP_Send(con, "$S05#b8", 7) != 7) {
    614619                                err("connection error");
Note: See TracChangeset for help on using the changeset viewer.