summaryrefslogtreecommitdiff
path: root/gdb_remote.c
AgeCommit message (Collapse)Author
2015-07-26Fix a search/replace bug from the old Win32 GDB remote debugging work and ↵Michael Pavone
replace some more print+exit combos with fatal_error
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
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
2015-06-28More clang warning cleanupMichael Pavone
2014-03-01Add a separate flag/define for disabling the Z80 at compile time to ease ↵Michael Pavone
refactoring
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 ↵Mike Pavone
and basic inspection of registers and memory work.
2014-01-06The local clone on my laptop got messed up and some changes had not been ↵Michael Pavone
pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment.
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