This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: add typedef printers to libstdc++


On 16 November 2012 18:05, Tom Tromey wrote:
>>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>
> Jonathan> Please go ahead and commit, thanks, Tom!
>
> Tom> Thanks.  The needed gdb patches are still pending, so I plan to wait
> Tom> until those go in before committing to libstdc++.  I hope it will be
> Tom> next week sometime.
>
> Hahaha, "next week".  The patches went in this week.
>
> I rebased and re-tested my libstdc++ patch.  While testing it with an
> older gdb, I noticed a Tcl error from the test suite, so here is a new
> version that correctly reports "unsupported" for the new tests.
>
> The change from the last version is this addition in proc gdb-test:
>
> +           } else {
> +               unsupported "$testname"
> +               close $fd
> +               return
> +           }
>
> Ok?

Yes, thanks


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