Have GDB exit on SIGABRT
Edgar Mobile via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <DM8PR16MB43575D10A387D637C4133722C7309@DM8PR16MB4357.namprd16.prod.outlook.com> |
Greetings, I want to start a gdb session for a process within a test environment that executes some commands via script. The test environment is configured so that it sends a SIGABRT after ten minutes which was enough to end the original process. With a GDB session however it will cause gdb to halt there which means the overall process never stops. Is it possible to configure the setup so that GDB completely quits when a SIGABRT arrives? Regards