From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8471 invoked by alias); 1 Oct 2009 20:19:32 -0000 Received: (qmail 8463 invoked by uid 22791); 1 Oct 2009 20:19:31 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Oct 2009 20:19:24 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KQU00800QWQXS00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Thu, 01 Oct 2009 22:19:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.44.55]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KQU00JIAR49KE40@i_mtaout3.012.net.il>; Thu, 01 Oct 2009 22:19:21 +0200 (IST) Date: Thu, 01 Oct 2009 20:19:00 -0000 From: Eli Zaretskii Subject: Re: symbolic debug of loadable modules with kgdb light In-reply-to: <0C6ED71F84CD48A9A37E2161011EF64B@xpjpn> To: Caz Yokoyama Cc: brobecker@adacore.com, pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zl8aq307.fsf@gnu.org> 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> 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/msg00024.txt.bz2 > 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.