From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19462 invoked by alias); 26 May 2011 17:25:45 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 19439 invoked by uid 22791); 26 May 2011 17:25:44 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: archer@sourceware.org Subject: Re: Improved linker-debugger interface References: <20110525153649.GB3149@redhat.com> <20110526170207.GA2830@redhat.com> Date: Thu, 26 May 2011 17:25:00 -0000 In-Reply-To: <20110526170207.GA2830@redhat.com> (Gary Benson's message of "Thu, 26 May 2011 18:02:07 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2011-q2/txt/msg00003.txt.bz2 Gary> Anyway, the "ns" argument isn't enough for gdb to work on, but Gary> the "r" argument is. I put them both into the probe because Gary> gdb will probably have to maintain some internal list and the Gary> "ns" argument would be useful to track them against (and maybe Gary> get displayed in a column in "info shared"). Perfect, thanks. Tom