Files
binutils-gdb/gdb/python
Tom Tromey 3a12e74ece Introduce gdb.interrupt
DAP cancellation needs a way to interrupt whatever is happening on
gdb's main thread -- whether that is the inferior, a gdb CLI command,
or Python code.

This patch adds a new gdb.interrupt() function for this purpose.  It
simply sets the quit flag and lets gdb do the rest.

No tests in this patch -- instead this is tested via the DAP
cancellation tests.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Reviewed-By: Kévin Le Gouguec <legouguec@adacore.com>
2023-12-11 11:44:33 -07:00
..
2023-11-14 08:44:30 -07:00
2023-10-16 09:27:28 -06:00
2023-10-10 10:44:35 -04:00
2023-10-10 10:44:35 -04:00
2023-11-06 18:32:41 +01:00
2023-12-11 11:44:33 -07:00