From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29071 invoked by alias); 25 Jun 2013 20:53:58 -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 29037 invoked by uid 89); 25 Jun 2013 20:53:54 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 25 Jun 2013 20:53:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7D4ED1C63CE; Tue, 25 Jun 2013 16:53:52 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2Lc4PXEccBi5; Tue, 25 Jun 2013 16:53:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 42D911C639A; Tue, 25 Jun 2013 16:53:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6D15BC376B; Tue, 25 Jun 2013 13:53:50 -0700 (PDT) Date: Tue, 25 Jun 2013 21:04:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, Tom Tromey , Jan Kratochvil , Pedro Alves Subject: Re: [commit] Improved linker-debugger interface Message-ID: <20130625205350.GA28973@adacore.com> References: <20130516144340.GA2105@blade.nx> <20130604133819.GA25892@blade.nx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130604133819.GA25892@blade.nx> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00746.txt.bz2 Hi Gary, > I just committed the improved linker-debugger interface patch series > as attached. For those of you using the patches in distributions, > some of the attached files have different filenames than previously > posted: I am seeing some issues on ia64-linux (rhES5): | (gdb) start | Temporary breakpoint 1 at 0x40000000000005a1: file bar.c, line 4. | Starting program: /saco.a/users/brobecke/ex/simple/bar | warning: Probes-based dynamic linker interface failed. | Reverting to original interface. | | Unknown numeric token on expression `0 8@r35'. I will investigate the problem with the unknown numeric token, but any recommendation before I start? Also, I am wondering we really want a warning in this case - I think this is going to make the average user think that there is something wrong and therefore that needs to be fixed. What do people think? -- Joel