From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: gdb-patches@sourceware.cygnus.com Subject: Patch to allow interrupting rdi target with SIGINT Date: Tue, 09 Nov 1999 12:59:00 -0000 Message-id: <19991109145906.A28986@visi.com> X-SW-Source: 1999-q4/msg00213.html Hi, Attached is a patch against gdb-4.18 sources. This patch can be applied to 4.18 either before or after my previous rdi patches. The changes are listed below: gdb/rdi-share/ardi.c: Added code from Thomas Zenker that enables the user to interrupt target execution by sending SIGINT (usually control-C) to gdb. -- Grant Edwards grante@visi.com