From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9402 invoked by alias); 24 Sep 2009 20:22:08 -0000 Received: (qmail 9378 invoked by uid 22791); 24 Sep 2009 20:22:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_HELO_PASS,SPF_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; Thu, 24 Sep 2009 20:22:03 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8OKLxta020970; Thu, 24 Sep 2009 16:22:00 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8OKLxje012826; Thu, 24 Sep 2009 16:21:59 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n8OKLwgK007683; Thu, 24 Sep 2009 16:21:58 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id D053B378185; Thu, 24 Sep 2009 14:21:57 -0600 (MDT) From: Tom Tromey To: Caz Yokoyama Cc: gdb-patches@sourceware.org Subject: Re: patch to eliminate ADDR on loading symbols of Linux module References: <4D3A256890A9458FB055F19527A022A2@xpjpn> <20090924201644.GA30712@caradoc.them.org> Reply-To: tromey@redhat.com Date: Thu, 24 Sep 2009 20:22:00 -0000 In-Reply-To: <20090924201644.GA30712@caradoc.them.org> (Daniel Jacobowitz's message of "Thu, 24 Sep 2009 16:16:44 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00759.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> ... Except you'd need gdb.parse_and_eval, wouldn't you. Tom, that Daniel> missed 7.0, I guess? Yes, I never got around to rewriting the documentation. Sorry about that. Does this need parse_and_eval, or just gdb.execute? parse_and_eval is for expressions, execute invokes gdb commands. The latter is in CVS. Tom