This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: What lib am I missing to make GDB shut up?


Andy, Khem, All,

On Wednesday 20 July 2011 22:37:35 ANDY KENNEDY wrote:
> > On Wednesday 20 July 2011 19:21:59 Khem Raj wrote:
> > > in .gdbinit add the path to it
> > >
> > > python
> > > import sys
> > > sys.path.insert(0, '~/python')
> > > from libstdcxx.v6.printers import register_libstdcxx_printers
> > > register_libstdcxx_printers (None)
> > > end
[--SNIP--]
> > Maybe we could have gdb automatically locate this? Or prepare a
> > template
> > .gdbinit that the user could install?
> 
> That could be useful.  If you or someone has the time to do it.
> 
> I don't know if I would be able to do it for all cases, but I do
> have to prepare one for our case here.  I have lots on my plate
> right now or I'd volunteer to do it.

I've just pushed #2651341cc084 which installs a template gdbinit in:
    ${prefix}/share/gdb/gdbinit

Care to see if that fits?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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