This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: gdb_assert when resetting breakpoints
- From: Roland Schwingel <roland dot schwingel at onevision dot de>
- To: ppluzhnikov at google dot com
- Cc: gdb <gdb at sourceware dot org>
- Date: Tue, 10 Mar 2009 17:44:49 +0100
- Subject: Re: gdb_assert when resetting breakpoints
Hi Paul,
Thanks for your reply.
Paul Pluzhnikov <ppluzhnikov@google.com> wrote on 10.03.2009 16:39:09:
> On Tue, Mar 10, 2009 at 7:02 AM, Roland Schwingel
> <roland.schwingel@onevision.de> wrote:
>
> > When using current gdb cvs head sources I encounter a gdb_assert() in
> > breakpoint.c line 7451.
>
> How current? It appears that this may have been fixed yesterday :-)
> Could you check if this problem is still present in current source?
Just verfied it. I am using the most recent code from CVS.
In the meantime I have hacked myself the matching of sals entries
and infos from breakpoint. It appears to work (for me). I am
matching linenumber and filenames in case of more than one
sals hit. The question for me is: Is this a good solution? I would
prefer a fix from someone knowing gdb's code much better than
me at any time...
Roland