Re: How to support interrupting a single step
Luis Machado via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/30/20 6:15 AM, [email protected] wrote: > Hi Luis, > >> Am 27.03.2020 um 19:27 schrieb Luis Machado <[email protected]>: >> >> So it seems your debugging stub needs to reply with SIGINT (interrupted) as opposed to SIGTRAP (meaning your program has concluded a single-step). >> >> Let me know if that fix what you're seeing. > > perfect, that solves the problem. Thank you very much! Great! You're welcome.