gdb/mi and signals vs gdb/cli
Andrew Cagney
ac131313@cygnus.com
Fri Sep 28 16:48:00 GMT 2001
> hi all !
> i have a question concerning gdb/mi interface and signals handling.
> The SIGTERM signal send by my remote target does not appear when
> i use gdb with its mi interface.
>
> The program runs to completion and the *stopped is displayed.
>
> -exec-continue
> ^running
> (gdb)
> *stopped
> (gdb)
>
> whereas if i used Gdb with the cli interface i get
> (top-gdb) c
> Continuing.
> Program received signal SIGTERM, Terminated.
> 0xac009bae in ?? ()
>
> Does someone knows what is happening to my SIGTERM signal ??
How recent a GDB? It sounds like it lost the signal -> bug.
Andrew
More information about the Gdb
mailing list