31i73 / atom-dbg-gdb

An Atom package - A GDB debugger
https://atom.io/packages/dbg-gdb
MIT License
16 stars 10 forks source link

Support for --command parameter #9

Closed dm-blue closed 7 years ago

dm-blue commented 7 years ago

Hi, I want to use the debugger in 'target remote' mode. The app runs on a different device, using gdbserver. For this, support for --command=FILE (-x) should be available, to set the target address and sysroot before execution. Also, a configurable path for gdb executable would be nice, in order to use a different cross-platform gdb.

dm-blue commented 7 years ago

The issue has been addressed in "dbg/Connection to a remote target", so it can be closed.