ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD 3.3


From: Arnaud Desitter
Subject: Re: DDD 3.3
Date: Tue, 20 Mar 2001 10:21:16 +0000 ()

> 
> Hello!
> 
> My name is Tomaz Rotovnik and I'm a student on University of Maribor
> Slovenia.
> I'm using DDD 3.3 with GDB 5.0 on Linux Mandrake 7.2. Recently I wrote
> down simple program
> which uses "class" in different files (*.cc and *.h). When I compiled
> the program, gcc report no warnings.
> But when I used DDD the Debugger Console report this:
> 
> "warning: Unable to find dynamic linker breakpoint function."
> "GDB will be unable to debug shared library initializers"
> "and track explicitly loaded dynamic code."
> 

Use:
setenv LD_BIND_NOW 1              #csh
or
LD_BIND_NOW=1; export LD_BIND_NOW # sh

That forces the resolution and load of all symbols at start up time. 

Cheers,
Arnaud



> I've been surprised, because I couldn't trace into sub-files. Could you
> help me and tell me where it may be a problem?
> 
> Tomaz Rotovnik
> 
> e-mail: address@hidden
> 
> 
> 
> _______________________________________________
> Ddd mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ddd
> 
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet delivered
> through the MessageLabs Virus Control Centre. For further information visit
> http://www.star.net.uk/stats.asp
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]