summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-25Add Z80 BUSREQ and sound RAMOxore
2022-09-25Tidy some scopes, add some constsOxore
2022-09-25Impl access watchpointOxore
2022-09-25Impl read and write watchpointsOxore
2022-09-25Use switch-case for handling GDB commandsOxore
2022-09-25Impl monitor reset and reset halt commandsOxore
2022-09-23Disable excess verbosity in m68kmakeOxore
2022-09-07Hacky breakpoint before instruction executesOxore
2022-09-03Impl breakpoints (pretty much draft)Oxore
Breakpoints work somehow, but overstep 1 instruction. Needs to be fixed.
2022-09-03Impl writing memory via GDBOxore
2022-09-03Begin implementing breakpoints supportOxore
2022-08-30Implement GDB's execution continue and interruptOxore
2022-08-30Impl emulator stepping with GDBOxore
2022-08-30Convince GDB that it is connectedOxore
2022-08-27Introduce sophisticated parsing in GDBRemoteOxore
2022-08-27Add initial gdbremote implementationOxore
2022-08-27Move to C++ completelyOxore
2022-08-26Add README.md and licensing informationOxore
2022-08-26Split bus functionalityOxore
2022-08-26Get rid of macrosOxore
2022-08-25Initial commitOxore