epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.07k stars 69 forks source link

Re-add executable argument for 'connect' mode. #218

Closed epasveer closed 6 months ago

epasveer commented 6 months ago

Some types of remote gdbserver (gdbstubs) will not load the executable. So Seer needs to do it itself. QEMU debugging is such a case. Note, simple use of Seer+gdbserver does not require this.