On Sat, Aug 06, 2005 at 03:32:45AM +0200, wim delvaux wrote:
> I have the same problem
> 
> In my case it occurs when I do things like 
> 
> (gdb) b 'MSP_Core::deviceGroupsChanged(MSP_DeviceGroup*, bool)'
> 
> NOT when I break in a regular C function
> 
> like b DoSomething 
> 
> I use a lot of dynamic libraries but I think it is a mangling problem

Does this sometimes crash, or does it just take a long time?  Is there
a testcase I can try?

> Also it relates to tabbing
> 
> when I do 
> 
> b 'XYZ 
> 
> and press TAB/TAB to find all XYZ
> 
> It also takes a long time to find them

Of course, you've asked GDB to do an expensive search through the
symbol table.

> if you provide me with a debuggable gdb I will do what you suggested  but I 
> do 
> not have the time to build gdb (knowing that it probably relates to lots of 
> other stuff like glibc etc)

No, it doesn't.  It's very easy to build.  All you need to do is
debian/rules debian/stamp-patched, and then ./configure; make with
whatever CFLAGS you need.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to