farre / midas

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

Custom Midas DAP Interpreter & Ground work for polyfill work coming up #172

Closed theIDinside closed 10 months ago

theIDinside commented 10 months ago

This PR introduces Midas' own adhoc DAP interpreter in GDB, using Python. GDB will introduce it's own DAP interpreter in version 14, so the work that's been put in here can be used as a polyfill for users who can't use the latest GDB (once it's released, that is).

It also allow Midas room for different design decisions.