index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb_remote.c
Age
Commit message (
Expand
)
Author
2020-05-03
More correct implementation of byte printing in builtin debugger. Fix GDB deb...
Michael Pavone
2020-04-28
Add support for printing a byte from memory in native debugger. Add stubs for...
Eric Fry
2020-04-30
Get WIP net play code compiling on Windows and cleanup some unistd.h includes
Michael Pavone
2020-04-29
Fix addrinfo leak in GDB remote debug support
Michael Pavone
2019-03-20
Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2017-04-24
Fix interaction between 68K debugger and instruction retranslation due to sel...
Michael Pavone
2017-02-26
Fix direct usage of read rather than GDB_READ in gdb_remote.c
Michael Pavone
2017-01-22
Force IPV4 for GDB remote debugging on Windows. Bind to localhost instead of ...
Michael Pavone
2017-01-10
Fix GDB remote protocol support
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2015-07-26
Fix a search/replace bug from the old Win32 GDB remote debugging work and rep...
Michael Pavone
2015-07-26
Merge
Michael Pavone
2015-07-26
Old changes for GDB remote debugging on Windows I forgot to commit
Michael Pavone
2015-07-26
Fix GDB remote debugging support
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-06-28
More clang warning cleanup
Michael Pavone
2014-03-01
Add a separate flag/define for disabling the Z80 at compile time to ease refa...
Michael Pavone
2014-02-18
Initial work on the x86-32 target
Michael Pavone
2014-02-12
Implement memory writes in GDB remote debugging stub
Mike Pavone
2014-02-11
Support setting registers in gdb remote debugger
Mike Pavone
2014-02-11
Support single stepping in gdb remote debugger
Mike Pavone
2014-02-08
Initial GDB remote debugging support. Lacks some features, but breakpoints an...
Mike Pavone
2014-01-06
The local clone on my laptop got messed up and some changes had not been push...
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-09-04
Initial work on GDB remote debugging support
Mike Pavone