From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4058 invoked by alias); 21 Oct 2004 05:31:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4047 invoked from network); 21 Oct 2004 05:31:10 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sourceware.org with SMTP; 21 Oct 2004 05:31:10 -0000 Received: from zaretski ([80.230.142.154]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DVG14557 (AUTH halo1); Thu, 21 Oct 2004 07:31:02 +0200 (IST) Date: Thu, 21 Oct 2004 05:31:00 -0000 From: "Eli Zaretskii" To: Joel Brobecker Message-ID: <01c4b72e$Blat.v2.2.2$b14feb80@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <20041021034759.GP21300@gnat.com> (message from Joel Brobecker on Wed, 20 Oct 2004 20:47:59 -0700) Subject: Re: [RFA] Improve "start" command for Ada Reply-to: Eli Zaretskii References: <20041021034759.GP21300@gnat.com> X-SW-Source: 2004-10/txt/msg00357.txt.bz2 > Date: Wed, 20 Oct 2004 20:47:59 -0700 > From: Joel Brobecker > > +@deftypefun void executable_changed (void *@var{unused_args}) > +The executable being debugged by GDB has changed. > +@end deftypefun This is not clear enough: what does it mean ``the executable has changed''? Did its file name change? what if its the same program, but it was recompiled and its debugging session restarted?