This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: pretty-printing update
- From: Tom Tromey <tromey at redhat dot com>
- To: Sami Wagiaalla <swagiaal at redhat dot com>
- Cc: Project Archer <archer at sourceware dot org>
- Date: Fri, 03 Oct 2008 12:41:21 -0600
- Subject: Re: pretty-printing update
- References: <m3fxnhmmp7.fsf@fleche.redhat.com> <48E64242.8060008@redhat.com><m3fxndfu1b.fsf@fleche.redhat.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
Sami> How do I install these printers ?
Tom> I'm using:
Tom> python execfile ('/home/tromey/gnu/python-gdb/libcxx.py')
Tom> I haven't tried the auto-loading stuff yet.
I just tried it -- works great.
I copied the printer code to $prefix/lib/.gdb.py in my gcc trunk
install tree, then set up to use this libstdc++ with my test case.
gdb loaded the printers properly and everything worked.
Tom