Re: Bug in 7.7.1 or what? (About signals)
Juha Aaltonen <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAHR0xd6Mxs6Af0J_CV-cDoxd=DZaKKFyTA_HSTsuFCpsPz7fBA@mail.gmail.com> |
Aargh! Stupid me. They, like all numbers should be HEX digits. On Mon, Nov 9, 2015 at 6:46 PM, Juha Aaltonen <[email protected]> wrote: > I was wondering if there is a bug with gdb 7.7.1 when I got: > > [r $][T][3][1][#][b][8]Packet received: T31 > ... > Program received signal SIG37, Real-time event 37. > > I was expecting SIGUSR2. > > And when I sent T10: > > [r $][T][1][0][#][b][5]Packet received: T10 > ... > Can't send signals to this remote system. SIGURG not sent. > Sending packet: $c#63...[\x00][\x00][\x00][\x00][\x00][ > r +]Ack > > I expected SIGBUS and stopping - not SIGURG and an automatic 'c'-command.