farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

Write custom DAP implementation directly for GDB #169

Closed theIDinside closed 10 months ago

theIDinside commented 11 months ago

Currently started on work that involves writing a DAP server inside of GDB, using Python instead of the current state of Midas that relies on 3rd party dependencies (gdb-js) that has to translate from the incredibly ugly "format" MI that GDB uses for legacy reasons.

This is, so that this can be used as a poly fill for those who can't use the latest GDB versions, which itself will introduce a DAP interpreter.

theIDinside commented 10 months ago

Part 1 of 2-step plan completed: