[PATCH 7/7] [gdb] Handle SIGTERM in run_events
Tom Tromey
tom@tromey.com
Mon Sep 23 18:00:20 GMT 2024
>>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:
Tom> + catch (const gdb_exception_quit &e)
Tom> + {
Tom> + /* Should cancelation of a runnable event cancel the execution of
Tom> + the following one? The answer is not clear, so keep doing what
Tom> + we've done sofar: ignore this exception. */
Typo, "so far".
Maybe this should work differently in some cases, I'm not sure; but I
think right now DAP depends on QUIT working in these runnables.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
More information about the Gdb-patches
mailing list