I have a constraint where I only have/want gdbserver on a little BeagleBone Black that I have. Basically, some process is crashing on it and I’d like to debug with gdb on my host machine.
I want the workflow to be like:
- start the server on the beaglebone
- on the host machine, specify the executable, specify breakpoints and then run it (like how I would normally use gdb)
How would I do this?