This is the mail archive of the gdb@sourceware.org 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: 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


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