This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: error using pretty printing


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

>> python import gdb.libstdcxx.v6.printers
>> python gdb.libstdcxx.v6.printers.register_libstdcxx_printers(None)

Phil> FWIW the: "python
Phil> gdb.libstdcxx.v6.printers.register_libstdcxx_printers(None)" step is
Phil> not necessary as the git upstream version of printers.py still does
Phil> this step for you. So when you import it, it automatically registers
Phil> the lookup-function. I believe the copy of printers.py in the rawhide
Phil> Fedora rpm (which uses hooks) is where this was removed.  At least
Phil> this is the case for me.

Oh, thanks.
I've been using the archer branch lately, and I forgot about this :)

Tom


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