hagronnestad / retro-computing

🤓🕹💾 This hobby project contains software implementations of old microprocessors and complete computer systems. I'm very interested in retrocomputing and this is how I learn about the inner workings of these old, classic and amazing computers and game consoles.
27 stars 1 forks source link

Implement GDB-server #22

Open hagronnestad opened 2 years ago

hagronnestad commented 2 years ago

http://jborza.com/emulation/2020/04/11/debugging-in-an-emulator.html

https://medium.com/swlh/implement-gdb-remote-debug-protocol-stub-from-scratch-1-a6ab2015bfc5 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-2-5e3025f0e987 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-3-e87a697ca48c https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-4-44f3b229f7d9 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-5-8aa247251709 https://tatsuo.medium.com/implement-gdb-remote-debug-protocol-stub-from-scratch-6-1ac945e57399