From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20916 invoked by alias); 8 Sep 2009 23:55:03 -0000 Received: (qmail 20822 invoked by uid 22791); 8 Sep 2009 23:55:02 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Sep 2009 23:54:50 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id n88Nsk9R008324 for ; Wed, 9 Sep 2009 00:54:47 +0100 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz24.hot.corp.google.com with ESMTP id n88NsiWG024742 for ; Tue, 8 Sep 2009 16:54:44 -0700 Received: by localhost (Postfix, from userid 67641) id 16F10843B9; Tue, 8 Sep 2009 16:54:44 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [obv] Fix thinko in stack_cache_enabled_p Message-Id: <20090908235444.16F10843B9@localhost> Date: Tue, 08 Sep 2009 23:55:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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-09/txt/msg00229.txt.bz2 Hi. I committed this as obvious. 2009-09-08 Doug Evans * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p. Index: target.c =================================================================== RCS file: /cvs/src/src/gdb/target.c,v retrieving revision 1.222 diff -u -p -r1.222 target.c --- target.c 31 Aug 2009 20:18:45 -0000 1.222 +++ target.c 8 Sep 2009 23:50:30 -0000 @@ -3555,7 +3555,7 @@ Tells gdb whether to control the inferio &showlist); add_setshow_boolean_cmd ("stack-cache", class_support, - &stack_cache_enabled_p, _("\ + &stack_cache_enabled_p_1, _("\ Set cache use for stack access."), _("\ Show cache use for stack access."), _("\ When on, use the data cache for all stack access, regardless of any\n\