Author: martin
Date: 2007-01-17 12:22:26 -0500 (Wed, 17 Jan 2007)
New Revision: 71213

Modified:
   trunk/debugger/backend/SingleSteppingEngine.cs
Log:
Also get the LMF for the main thread when attaching.

Modified: trunk/debugger/backend/SingleSteppingEngine.cs
===================================================================
--- trunk/debugger/backend/SingleSteppingEngine.cs      2007-01-17 17:21:55 UTC 
(rev 71212)
+++ trunk/debugger/backend/SingleSteppingEngine.cs      2007-01-17 17:22:26 UTC 
(rev 71213)
@@ -2163,7 +2163,9 @@
 
                        RestoreStack ();
                        inferior.InitializeModules ();
-                       return true;
+
+                       sse.PushOperation (new OperationGetLMFAddr (sse, null));
+                       return false;
                }
        }
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to