Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Fw: Issue with setting autolibs and stoponSolib events in CDT GDB Debugger

Hi,

you are using the CDI-GDB debugger which I am not as familiar with,
but I know you can turn this off in the launch Debugger tab, under
the shared library subtab.

Marc 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Nayna Jain
> Sent: Friday, August 17, 2012 4:31 AM
> To: CDT General developers list.
> Subject: [cdt-dev] Fw: Issue with setting autolibs and 
> stoponSolib events in CDT GDB Debugger
> 
> 
> Hi all,
> 
> Forwarding the message again, just made the subject line more clear.
> 
> In gdb debugger implementation, we set autolibs and stop on
> Solib events.
> 
> What is the purpose of this ? is it must or can be disabled 
> by some option.
> 
> I am facing the problem that the debug session hangs on this 
> point.. where
> we are setting autolibs and stopOnSolib events in
> GDBCDIDebugger2.initializeLibraries() method. It takes lot of time
> and then comes out with exception which is actually not handled in
> GDBCDIDebugger2.java
> 
> Can someone please help me with why resolving this time 
> taking issue.. Not
> sure if it is searching for some libs which takes lot of time.
> Also, I don't know how to avoid this time taking problem.
> 
> 
> Thanks & Regards,
> Nayna Jain
> Nexus Tools Development
> Bangalore, India
> Contact : 402-56859
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top