Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] gdb hogs cpu at startup

If you uncheck "Load shared library symbols automatically" the debugger
won't stop on solib events. But you will need to load the symbols
manually in the modules view if you want to debug the library code.

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of maestro
Sent: Tuesday, September 09, 2008 5:31 PM
To: CDT Debug developers list
Subject: RE: [cdt-debug-dev] gdb hogs cpu at startup

Am Dienstag, den 09.09.2008, 08:59 -0700 schrieb Schaefer, Doug:
> Yes, that's probably the shared library handling we have in the CDT.
> Since gdb pre-6.8 didn't have pending breakpoint support at the MI 
> layer, we had to catch all shared library load events and retry 
> setting the breakpoints. And Firefox has a lot of shared libraries.

Can I turn that shared library handling off somehow? A 90 second lag in
the debug cycle really is time-consuming.

cheers
--m

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top