log gdb_remote.c @ 1996:e35b00626b3e

age author description
Sun, 03 May 2020 23:28:42 -0700 Michael Pavone More correct implementation of byte printing in builtin debugger. Fix GDB debugger to use helper in backend.c for reading bytes
Tue, 28 Apr 2020 22:03:04 +1000 Eric Fry Add support for printing a byte from memory in native debugger. Add stubs for GDB commands qThreadExtraInfo and qP
Thu, 30 Apr 2020 23:15:50 -0700 Michael Pavone Get WIP net play code compiling on Windows and cleanup some unistd.h includes
Wed, 29 Apr 2020 01:00:15 -0700 Michael Pavone Fix addrinfo leak in GDB remote debug support
Sat, 18 Apr 2020 11:42:53 -0700 Michael Pavone Merge from default mame_interp
Sun, 14 Apr 2019 23:38:02 -0700 Michael Pavone Merge from default mame_interp
Wed, 20 Mar 2019 22:05:27 -0700 Michael Pavone Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled as this can confuse GDB
Tue, 12 Mar 2019 21:59:52 -0700 Michael Pavone Remove MAME Z80 core in favor of my new Z80 core mame_interp
Fri, 01 Mar 2019 14:17:29 -0800 Michael Pavone Merge from default mame_interp
Sun, 10 Feb 2019 11:58:23 -0800 Michael Pavone Initial attempt at interrupts in new Z80 core and integrating it into main executable
Wed, 27 Dec 2017 13:46:52 -0800 Michael Pavone Super hacky integration of the version of Musashi from MAME mame_interp
Mon, 24 Apr 2017 20:49:31 -0700 Michael Pavone Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching
Sun, 26 Feb 2017 23:20:11 -0800 Michael Pavone Fix direct usage of read rather than GDB_READ in gdb_remote.c
Sun, 22 Jan 2017 19:40:32 -0800 Michael Pavone Force IPV4 for GDB remote debugging on Windows. Bind to localhost instead of unspecified address since listening on external ports probably isn't a good idea in the general case
Tue, 10 Jan 2017 23:45:59 -0800 Michael Pavone Fix GDB remote protocol support