This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/6] Introduce `pre_expanded sals'
- From: Tom Tromey <tromey at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 06 Apr 2011 14:13:36 -0600
- Subject: Re: [PATCH 2/6] Introduce `pre_expanded sals'
- References: <m3mxk6pvbs.fsf@redhat.com>
>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
Sergio> This patch introduces the `pre_expanded sals'. Tom, please, if
Sergio> you have additional comments to make regarding this
Sergio> modification, feel free to reply to this message.
This is just a way for decode_line_1 to tell the breakpoint code that
the returned sals has multiple locations but should still create just a
single breakpoint. We needed this because a given SystemTap probe name
may have multiple locations.
This patch by itself doesn't introduce any behavior changes.
Tom