How do I contact you
Closed this issue · 0 comments
desertkun commented
@suborb Hello, sorry for abusing the issues for this unrelated project, but I have been circling around on idea on finally getting around implementing proper source level debugging for z88dk.
Basically, the idea is:
- Take gdb with z80 support
- Implement gdbserver for fuse (which I am working on and have a POC), I believe it is also possible to do with real hardware with things like spectranet
- The hard one; implement dwarf/elf generation by z88dk for gdb to understand them symbols. I had success with z88dk-sym which is essentially a scripts that walks over *.lis and *.map files and resolves symbols, but that's it.
Please hit me up at desertkun at gmail.com I would like to consult with you on best way to attack the 3rd milestone.