This is the mail archive of the gdb-patches@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: [PATCH 1/2] Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}


On 7/9/19 3:09 PM, Tom Tromey wrote:
>>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
> 
> Pedro> Irrespective of whether it's a good idea to use
> Pedro> -static-libgcc/-static-libstdc++, GDB should not crash.  Since there
> Pedro> are two copies of the code, it seems right to have more than one
> Pedro> location.  So the fix is just to remove the assertion.
> 
> Thanks for doing this.
> 
> It turns out that this was reported multiple times in bugzilla.  I dup'd
> them down to just PR c++/15468.
> 
> The patch looks good to me.

Thanks for doing that.  I added the PR number to the ChangeLogs and
pushed it in.

Thanks,
Pedro Alves


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