Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Issue with -gdb-set stop-on-solib-events with Eclipse

Hi guys,

I am using Eclipse with GDB 6.8 on Linux (Ubuntu 9.04). Before debugging any C program, in the Debugger tab -> Shared Library, I uncheck "Stop on shared library event". But check "Load shared library automatically". However, when I start debugging using verbose console mode, I see that the "Stop on shared library event" is set to off and then on again. This is inspite of me unchecking "Stop on shared library event" in the Debug Configuration.
This setting is causing problems for me, since Eclipse hangs sometimes during debugging. I want the autoloading of shared libraries to be on but not the second option. I have come across some posts with such a problem. But there is no solution mentioned.
I tried unchecking both, but then my program does not work in that case. GDB terminates before debugging starts.
I tried the same options from command line i.e.(Autoloading on but stop of shared library event off) and everything works properly. Is there any solution to this ?

--
Thanks & Regards,
Rohit Girme


Back to the top