Re: how GDB use ptrace to return from a function
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> what break point events are common for X86? IIRC, the breakpoint instruction on x86 is the int3 instruction. It should generate a SIGTRAP upon execution, just like any user- inserted breakpoints. -- Joel