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