From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103395 invoked by alias); 18 Oct 2016 13:03:11 -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 103384 invoked by uid 89); 18 Oct 2016 13:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=mflr, respond X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Oct 2016 13:03:01 +0000 Received: by mail-oi0-f68.google.com with SMTP id e12so14344166oib.3 for ; Tue, 18 Oct 2016 06:03:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Dr3Z5U0N/lR1oTVrG3MwMvJ39Pn6SheE5wyzxUeiZmA=; b=JCmQNgvOxT0JLeNhz/I7uoNHjMTPJYrqQSWjq8ti3A3nRs7eF5dIur22ieY5DKhVB6 s/L9WSU/DEtlME/5BixfHG6my/5RSPHSJZ3HmNYC/7juYeKIhreXPB71gGXN2CoLjjo3 1QdMKr8TkX4yDUjRh963KC9bZ4+0h8wB892TO+LIHMp3oJRvoDrLYn8XvRaNA174oo6h S30SRTzqjl/6WulO9q6mmyqscxVyxwibWqLWnBuXZR9CFFviFiDBOhXVhvDhHit956w5 c7G1A05Ejim94Bkd8itYTpsRKT5gcZbsNmkLd3OrfpqfBY5XQno1j7JfVBX0pwELFT1/ 0wig== X-Gm-Message-State: AA6/9RkPTOOjp9CvEdcz541Yhg2F3suuRCkMPElu4+AAw7D1gW/kivqYc/Vdz0wwiuQpX9Q/io3UNar+mDGW+g== X-Received: by 10.202.82.7 with SMTP id g7mr254585oib.112.1476795779475; Tue, 18 Oct 2016 06:02:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.193.5 with HTTP; Tue, 18 Oct 2016 06:02:58 -0700 (PDT) In-Reply-To: References: <20161017155133.A9B8711C257@oc8523832656.ibm.com> From: Yao Qi Date: Tue, 18 Oct 2016 13:03:00 -0000 Message-ID: Subject: Re: [RFC 2/3] Record function descriptor address instead of function address in value To: "Maciej W. Rozycki" Cc: Ulrich Weigand , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00509.txt.bz2 On Tue, Oct 18, 2016 at 3:27 AM, Maciej W. Rozycki wrote: > > What about `info address main'? > It is unchanged. It shows the function address of main, (gdb) info address main Symbol "main" is a function at address 0x1000073c. (gdb) disassemble main Dump of assembler code for function main: 0x000000001000073c <+0>: mflr r0 I'll respond to the rest of your mail later, after I got some clues/ideas f= or both your and Ulrich's comments. --=20 Yao (=E9=BD=90=E5=B0=A7)