From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28850 invoked by alias); 21 Mar 2005 19:48:25 -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 28808 invoked from network); 21 Mar 2005 19:48:13 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 21 Mar 2005 19:48:13 -0000 Received: from zaretski (IGLD-83-130-245-18.inter.net.il [83.130.245.18]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AUL30935 (AUTH halo1); Mon, 21 Mar 2005 21:47:45 +0200 (IST) Date: Mon, 21 Mar 2005 19:48:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c52e4e$Blat.v2.4$97e63360@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050321142913.GA25191@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 21 Mar 2005 09:29:13 -0500) Subject: Re: RFC: First stab at breakpoints in multiple locations Reply-to: Eli Zaretskii References: <20050314003824.GA16626@nevyn.them.org> <01c52dda$Blat.v2.4$0d3c4020@zahav.net.il> <20050321142913.GA25191@nevyn.them.org> X-SW-Source: 2005-03/txt/msg00270.txt.bz2 > Date: Mon, 21 Mar 2005 09:29:13 -0500 > From: Daniel Jacobowitz > Cc: gdb-patches@sources.redhat.com > > Sure. Half the linespec.c changes are unnecessary; they are left over > from an earlier prototype. That's the build_one_canonical_line_spec > change. The other changes to linespec.c and symtab.c provide an > interface to transform "file foo.c, line 12" into "file foo.c, line 12, > PC 0x8300; file foo.c, line 12, PC 0x9300" - i.e. resolving the line to > all of its PCs instead of just one. Thanks for the explanations. > You've successfully picked out the rawest part of the patch :-) Well, all the rest were more or less mechanical changes, so these drew my attention ;-)