From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99501 invoked by alias); 26 Aug 2019 10:22:48 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 99493 invoked by uid 89); 26 Aug 2019 10:22:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:mvmef18, H*f:sk:mvmef18, HTo:U*schwab X-HELO: mail-io1-f43.google.com Received: from mail-io1-f43.google.com (HELO mail-io1-f43.google.com) (209.85.166.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Aug 2019 10:22:47 +0000 Received: by mail-io1-f43.google.com with SMTP id t6so36006039ios.7 for ; Mon, 26 Aug 2019 03:22:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yOL3Rdg0yXLBp2zrCPprl0wR5t/28sy1fpjibP2CELI=; b=M1uwQ71b3UIwP+bc8Y/bZKgVQjrOYsTCmRIU6oDZgDRhVM+x4gRBV6MftgqbOXc6Z6 jzj6r+298ROdJW7rGIoz2800YraP+flqdtJ70BaLn4WUwS2s0jJnxMfDvTRT9kgeAnxw zjqF0dxmo6cvE6MGiMtNv1nJD4GLdwjOYKNrtnPJctM16bPNFpekxr+uNiaXIydnfS6M cMyH6v8jfo7w/0UtAhrRM9KAVzZJ5YYWMClJzwAbST60ELjUZwu/n5yj9QrWFuw0L1lh J0lhieOrFk9utP7iS8LLyDD7DBhHKt/ERV73z28+cl/3N/QKQc3WC59hlGaWAg2bT8QN 46Pg== MIME-Version: 1.0 References: In-Reply-To: From: Andrea Cardaci Date: Mon, 26 Aug 2019 10:22:00 -0000 Message-ID: Subject: Re: Function address incoherence To: Andreas Schwab Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-08/txt/msg00040.txt.bz2 On Mon, 26 Aug 2019 at 09:55, Andreas Schwab wrote: > The disassembler can chose the nearest symbols, but the expression > evaluator needs to resolve it to a single address, so it can only chose > one of the them. Would then be possible to obtain such list using a GDB command or the Python API?