From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17549 invoked by alias); 22 Nov 2013 07:40:37 -0000 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 Received: (qmail 17535 invoked by uid 89); 22 Nov 2013 07:40:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from Unknown (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Nov 2013 07:40:33 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MWN00L00MLFMP00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 22 Nov 2013 09:40:25 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWN00LP8MNCMO00@a-mtaout22.012.net.il>; Fri, 22 Nov 2013 09:40:25 +0200 (IST) Date: Fri, 22 Nov 2013 07:43:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/3] set/show code-cache In-reply-to: <528EB834.1080205@codesourcery.com> To: Yao Qi Cc: tromey@redhat.com, dje@google.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831u28evf6.fsf@gnu.org> References: <1384996594-20865-1-git-send-email-yao@codesourcery.com> <1384996594-20865-3-git-send-email-yao@codesourcery.com> <528D781A.7070909@codesourcery.com> <871u29h7oa.fsf@fleche.redhat.com> <87k3g1foiq.fsf@fleche.redhat.com> <528EB834.1080205@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00672.txt.bz2 > Date: Fri, 22 Nov 2013 09:49:40 +0800 > From: Yao Qi > CC: Doug Evans , gdb-patches > > On 11/22/2013 05:11 AM, Tom Tromey wrote: > > I generally try not to require people to fix existing problems. > > My view is that patch submitters aren't responsible for the context; and > > that if it matters that much to me, I can fix it myself. (On occasion I > > may ask nicely though...) > > > > I'd like to fix existing problems related to my submissions. Patch > below updates "ON" and "OFF" in doc in lower case. OK, thanks.