From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32112 invoked by alias); 1 Oct 2009 19:37:04 -0000 Received: (qmail 32103 invoked by uid 22791); 1 Oct 2009 19:37:03 -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; Thu, 01 Oct 2009 19:36:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B1F872BAB71; Thu, 1 Oct 2009 15:36:57 -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 y1vVtX-FESar; Thu, 1 Oct 2009 15:36:57 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5732D2BABA1; Thu, 1 Oct 2009 15:36:57 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9C4E2F593D; Thu, 1 Oct 2009 12:36:42 -0700 (PDT) Date: Thu, 01 Oct 2009 19:37:00 -0000 From: Joel Brobecker To: Caz Yokoyama Cc: 'Eli Zaretskii' , pedro@codesourcery.com, gdb-patches@sourceware.org Subject: Re: symbolic debug of loadable modules with kgdb light Message-ID: <20091001193642.GO10338@adacore.com> References: <2C14068798BA41219F3603CDD24C8BC0@xpjpn> <20090929051929.GL9003@adacore.com> <7063C3E99BE344B2B98EDC0318ED852A@xpjpn> <20090929163910.GO9003@adacore.com> <93F096FEF7ED4579B52B23D69DA91195@xpjpn> <8363b0qm0n.fsf@gnu.org> <20090930201204.GH10338@adacore.com> <5650DA603A804427AA3B3F8F91164548@xpjpn> <20091001163330.GL10338@adacore.com> <0C6ED71F84CD48A9A37E2161011EF64B@xpjpn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0C6ED71F84CD48A9A37E2161011EF64B@xpjpn> 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-10/txt/msg00018.txt.bz2 > >> +set remote interrupt-sequence [Ctrl-C | BREAK | SysRq-g] > >You changed the user interface again, this is really frustrating. > Sorry for frustrating you. The reason I changed is the following words by > Eli. OK - sorry if I snapped a little. I couldn't understand this even after re-reviewing the previous emails. I think you misunderstood what Eli said, but I will let him confirm (and re-explain) or deny that. As I said, either way is fine by me at this point, I just want the functionality to be there, and the naming is not hugely important after all. I suggested break-g over SysRq-g because perhaps SysRq could be implemented through a different character (?). > >Please use the same conventions for these keys as in the portion you are > replacing. >For example, BREAK should be in caps and control-c should be > spelled Ctrl-C. > > When interrupt sequence is controlled by remotebreak, the user does not need > to enter strings. On the other hand, s/he has to specify sequence name on > "set remote interrupt-sequence". In addition, the sequence name has to be > same on document and actual command. Therefore, I changed according to Eli. > Let me know what you want. -- Joel