I work on embedded software. We currently use a debugger that is no longer supported and won't work with the newer debug hardware available. I have successfully configured a version of GDB to work with our firmware. It is possible to configure Slickedit to use my GDB instead of the one that comes with it?
This GDB is a patched version of 6.6.50. Once GBD is running I have to run a configure script to setup our hardware. At that point I would also need to run another command to load the software onto our platform.
Is this possible?