Problem sending program a signal on hitting breakpoint - an anomaly?
K via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CACTzTFA8v9Miaw01oXF4xoazyBavh94p+i2aqVP4vo1gPFrRLg@mail.gmail.com> |
ah! the signal is delivered and the program handles it. on its return gdb announces the breakpoint being hit. which suggests the breakpointed instruction was not stepped over. (gdb v13.2, x86-64)