From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14975 invoked by alias); 1 Oct 2009 20:29:29 -0000 Received: (qmail 14966 invoked by uid 22791); 1 Oct 2009 20:29:29 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Oct 2009 20:29:25 +0000 Received: by fg-out-1718.google.com with SMTP id 22so200383fge.12 for ; Thu, 01 Oct 2009 13:29:23 -0700 (PDT) Received: by 10.86.163.5 with SMTP id l5mr1629234fge.3.1254428963134; Thu, 01 Oct 2009 13:29:23 -0700 (PDT) Received: from xpjpn (pool-71-111-147-240.ptldor.dsl-w.verizon.net [71.111.147.240]) by mx.google.com with ESMTPS id 12sm37939fgg.3.2009.10.01.13.29.19 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Oct 2009 13:29:22 -0700 (PDT) From: Caz Yokoyama To: "'Eli Zaretskii'" Cc: , , References: <1724490614004CEB9EE1A091A151E05B@xpjpn> <20090929042226.GK9003@adacore.com> <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> <83zl8aq307.fsf@gnu.org> Subject: RE: symbolic debug of loadable modules with kgdb light Date: Thu, 01 Oct 2009 20:29:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <83zl8aq307.fsf@gnu.org> X-IsSubscribed: yes 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/msg00026.txt.bz2 Hello Eli, Actually I support your spellings. Ctrl-C is much popular than control-c, BREAK is popular than break for break signal. SysRq-g should be BREAK-g as Joel said. -caz -----Original Message----- From: Eli Zaretskii [mailto:eliz@gnu.org] Sent: Thursday, October 01, 2009 1:21 PM To: Caz Yokoyama Cc: brobecker@adacore.com; pedro@codesourcery.com; gdb-patches@sourceware.org Subject: Re: symbolic debug of loadable modules with kgdb light > From: Caz Yokoyama > Cc: "'Eli Zaretskii'" , , > Date: Thu, 1 Oct 2009 10:18:28 -0700 > > >> +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. > > >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. I'm sorry, it seems I didn't make myself clear. What I meant by the above is that these should be spelled like that in the manual. I didn't mean to suggest that the interface should be changed, just that when you are speaking about these key sequences, spell them as elsewhere in the manual.