From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19095 invoked by alias); 16 Oct 2012 08:47:45 -0000 Received: (qmail 19031 invoked by uid 22791); 16 Oct 2012 08:47:42 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Oct 2012 08:47:38 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9G8lcDh002201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Oct 2012 04:47:38 -0400 Received: from host2.jankratochvil.net (ovpn-116-24.ams2.redhat.com [10.36.116.24]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q9G8lYYZ006167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 16 Oct 2012 04:47:37 -0400 Date: Tue, 16 Oct 2012 08:47:00 -0000 From: Jan Kratochvil To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: [comment commit] [patch] entry values: Fix resolving in inlined frames Message-ID: <20121016084732.GA19559@host2.jankratochvil.net> References: <20121005124107.GA22927@host2.jankratochvil.net> <201210051518.q95FID1J003796@glazunov.sibelius.xs4all.nl> <20121005154502.GA2128@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121005154502.GA2128@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-10/txt/msg00249.txt.bz2 On Fri, 05 Oct 2012 17:45:02 +0200, Jan Kratochvil wrote: > On Fri, 05 Oct 2012 17:18:13 +0200, Mark Kettenis wrote: > > I realize that you're not a native speaker, but a big part of the > > problem is that there are a lot of grammatical mistakes in your > > english. Can you get some help from a native speaker to make sure the > > comments in the code make sense? > > In fact I believe the comment does not explain much more than what the code > says, therefore I will remove the comment. Forgot about this part yesterday. Checked in. Jan http://sourceware.org/ml/gdb-cvs/2012-10/msg00064.html --- src/gdb/ChangeLog 2012/10/15 21:45:01 1.14738 +++ src/gdb/ChangeLog 2012/10/16 08:46:54 1.14739 @@ -1,3 +1,7 @@ +2012-10-16 Jan Kratochvil + + * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment. + 2012-10-15 Doug Evans New option -nh: inhibit loading of ~/.gdbinit.