osx - Is it possible to remotely debug linux code from a non-linux system? -
I know that remote debug code is possible using GDB's server mode and I know that this is the debug code that Crossed - has been compiled for any other architecture, but is it possible one step forward and remote debug Linux applications to use gdbserver from OS X?
Definitely, but you need compiled compiled GDB for OSX-host and Linux-target . This is not absolutely unusual; There should be a lot of GDB documents to cover it.
Comments
Post a Comment