From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32125 invoked by alias); 19 Jul 2011 10:57:12 -0000 Received: (qmail 32117 invoked by uid 22791); 19 Jul 2011 10:57:11 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Jul 2011 10:56:56 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qj7yx-0005Ip-Dr; Tue, 19 Jul 2011 06:56:55 -0400 Date: Tue, 19 Jul 2011 11:42:00 -0000 Message-Id: From: Eli Zaretskii To: Jan Kratochvil CC: gdb-patches@sourceware.org In-reply-to: <20110718202510.GM30496@host1.jankratochvil.net> (message from Jan Kratochvil on Mon, 18 Jul 2011 22:25:10 +0200) Subject: Re: [patch 12/12] entryval: DWARF disassembler, NEWS, .s file Reply-to: Eli Zaretskii References: <20110718202510.GM30496@host1.jankratochvil.net> 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: 2011-07/txt/msg00457.txt.bz2 > Date: Mon, 18 Jul 2011 22:25:10 +0200 > From: Jan Kratochvil > > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -40,6 +40,10 @@ > the first connection is made. The listening port used by GDBserver will > become available after that. > > +* New function parameters suffix @entry specifies value of function parameter > + at the time the function got called. Entry values are available only since > + gcc version 4.7. This is fine with me, modulo the same comment about too specific references to GCC versions.