summaryrefslogtreecommitdiff
path: root/emulator.cpp
AgeCommit message (Expand)Author
2022-09-25Break execution on bus fault, support GDB NoAck modeOxore
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-07Hacky breakpoint before instruction executesOxore
2022-09-03Impl breakpoints (pretty much draft)Oxore
2022-09-03Impl writing memory via GDBOxore
2022-08-30Implement GDB's execution continue and interruptOxore
2022-08-30Impl emulator stepping with GDBOxore
2022-08-27Move to C++ completelyOxore