emacs-lsp / dap-mode

Emacs :heart: Debug Adapter Protocol
https://emacs-lsp.github.io/dap-mode
GNU General Public License v3.0
1.3k stars 181 forks source link

Support gdb's built-in DAP implementation #752

Open tromey opened 1 year ago

tromey commented 1 year ago

The forthcoming release of GDB 14 (due out this fall) will include direct support for DAP. No separate adapter will be needed. Instead, clients can invoke gdb -i=dap and communicate with it over its stdin/stdout. I think it would be nice if dap-mode supported this.

Dushistov commented 9 months ago

gdb 14.1 was released.

daym commented 2 months ago

See also https://github.com/emacs-lsp/dap-mode/issues/790 -- which was implemented.