From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5876 invoked by alias); 30 Sep 2009 20:12:15 -0000 Received: (qmail 5862 invoked by uid 22791); 30 Sep 2009 20:12:15 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Sep 2009 20:12:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1CFC52BAB59; Wed, 30 Sep 2009 16:12:09 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8RWEqrL9qXnr; Wed, 30 Sep 2009 16:12:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EB5002BAB8D; Wed, 30 Sep 2009 16:12:07 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 98097F593D; Wed, 30 Sep 2009 13:12:04 -0700 (PDT) Date: Wed, 30 Sep 2009 20:12:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Caz Yokoyama , pedro@codesourcery.com, gdb-patches@sourceware.org Subject: Re: symbolic debug of loadable modules with kgdb light Message-ID: <20090930201204.GH10338@adacore.com> References: <535d47e30909260627n662135a1hf6d1a0bb33368b3a@mail.gmail.com> <20090929015830.GJ9003@adacore.com> <1724490614004CEB9EE1A091A151E05B@xpjpn> <20090929042226.GK9003@adacore.com> <2C14068798BA41219F3603CDD24C8BC0@xpjpn> <20090929051929.GL9003@adacore.com> <7063C3E99BE344B2B98EDC0318ED852A@xpjpn> <20090929163910.GO9003@adacore.com> <93F096FEF7ED4579B52B23D69DA91195@xpjpn> <8363b0qm0n.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8363b0qm0n.fsf@gnu.org> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00963.txt.bz2 > > +@item set interrupt-sequence > > +@cindex interrupt remote programs > > +@cindex select control-c, break or sysrq-g BTW: It should be "set remote interrupt-sequence". Same for "show remote interrupt-sequence". -- Joel