Search
lxdream.org :: lxdream/src/gdbserver.c :: log
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdbserver.c
changeset1271:3edc4bdd7c0b
authornkeynes
dateThu Mar 15 08:26:06 2012 +1000 (12 years ago)
permissions-rw-r--r--
last changeGDB: Support ^C interruption from GDB
- postpone dreamcast_run() until after the IO callback returns (callback
won't be called again until the callback returns, so blocks all input)
- generate stop notifications when the DC stops, regardless of where the
stop originates.
file annotate diff log rss
1271:3edc4bdd7c0b12 yearsnkeynesGDB: Support ^C interruption from GDB
1081:ef31ae97bb8b14 yearsnkeynesFix compile-time warnings
1077:136fc24d17ef14 yearsnkeynesCreate a host attachment for the SCIF serial port. By default, uses /dev/console
1071:182cfe43c09e14 yearsnkeynesFix assorted -Wall warnings
1025:f32183d273fb14 yearsnkeynesFix signedness warnings
1020:04e622ab163514 yearsnkeynesUse sscanf correctly
998:1754a8c6a9cf15 yearsnkeynesAdd preliminary implementation of the GDB remote debugging server - attaches to
.