Attached is a little SlickEdit 'gdb console window' that I threw together to send commands directly to gdb from slick edit. Please read the disclaimers below before using. It can be used as a dialog, or made int a dockable tool window, in the usual way (which is how I run it.) It has an "Update VS" button to update the watch variable values on demand, using some ugly hacked code. It is not pretty, but it has worked for me. It has been 'tested' mostly under 15.0.1, but I just started using it under 16.0.1, and it seems to work. I have used it only with remote debug sessions, using gdbserver, but I have no reason to think that it would not work with direct debug sessions.
I hope this is helpful. If anyone makes any improvements, please let me know.
Disclaimers:
* Use at your own risk ... and I do mean risk.
* Backup your entire SlickEdit configuration folder before using. I have crashed SE before using this, and corrupted my settings. (See next item.)
* The tool should not be used to send any 'flow control' commands (continue, step, etc.) as these will confuse, and possibly hang or crash SE.
* I have no idea what happens if breakpoint commands are issued, as I have never tried it. I suspect the results would not be good though.
* This is a 'quick and dirty' tool that I threw together for my own use. It was never intended for public release. Use at your own risk.
Enjoy!