Dear Readers ,
I am remote debugging with gdb.
The debugee runs under Linux, the client under Windows.
I use SIGUSR1 and SIGUSR2 in my application.
Although I read
http://community.slickedit.com/index.php/topic,7299.0.htmland more I do not see any other chance than to enter
debug-send-command handle SIGUSR2 nostop noprint
debug-send-command handle SIGUSR1 nostop noprint
every time at the command line.
How do I have to configure gdb under Windows, that it reads and executes a command file?
Regards
ikke noe