This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: First stab at breakpoints in multiple locations


> Date: Mon, 21 Mar 2005 09:29:13 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 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 ;-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]