rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.84k stars 100 forks source link

Is there a way to load gdb-multiarch instead of vanilla gdb? #4

Closed kishjad closed 4 years ago

kishjad commented 4 years ago

Trying this tool for remote debugging an arm board using a x86 computer. Running the ./gdbfrontend command opens an instance of gdb; is there a way to substitute this for gdb-multiarch?

rohanrhu commented 4 years ago

Look this: https://github.com/rohanrhu/gdb-frontend#--gdb-executablepath--g-path

You can specify GDB executable like: ./gdbfrontend -g /path/to/gdb