1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Bug 134617: The "stop on shared library event" option doesn't work.

This commit is contained in:
Mikhail Khodjaiants 2006-04-03 21:10:08 +00:00
parent 81cc0b0322
commit 89ae273720
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-04-03 Mikhail Khodjaiants
Bug 134617: The "stop on shared library event" option doesn't work.
* GDBCDIDebugger2.java
2006-03-31 Mikhail Khodjaiants
Corrected position of the "try-catch-finally" clause in createSession.
* AbstractGDBCDIDebugger.java

View file

@ -194,6 +194,7 @@ public class GDBCDIDebugger2 extends AbstractGDBCDIDebugger {
try {
sharedMgr.setAutoLoadSymbols( target, autolib );
sharedMgr.setStopOnSolibEvents( target, stopOnSolibEvents );
sharedMgr.setDeferredBreakpoint( false );
// The idea is that if the user set autolib, by default
// we provide with the capability of deferred breakpoints
// And we set setStopOnSolib events for them(but they should not see those things.