Author: martin
Date: 2006-07-06 03:43:31 -0400 (Thu, 06 Jul 2006)
New Revision: 62297
Modified:
trunk/debugger/ChangeLog
trunk/debugger/backends/SingleSteppingEngine.cs
Log:
2006-07-06 Martin Baulig <[EMAIL PROTECTED]>
* backends/SingleSteppingEngine.cs
(OperationFinish.IsSourceOperation): Set to `!Native'.
Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog 2006-07-06 07:33:58 UTC (rev 62296)
+++ trunk/debugger/ChangeLog 2006-07-06 07:43:31 UTC (rev 62297)
@@ -1,5 +1,10 @@
2006-07-06 Martin Baulig <[EMAIL PROTECTED]>
+ * backends/SingleSteppingEngine.cs
+ (OperationFinish.IsSourceOperation): Set to `!Native'.
+
+2006-07-06 Martin Baulig <[EMAIL PROTECTED]>
+
* backends/server/i386-arch.c (ArchInfo): Use `guint64' for
`dr_control' and `dr_status' since _server_ptrace_get_dr()
operates on guint64.
Modified: trunk/debugger/backends/SingleSteppingEngine.cs
===================================================================
--- trunk/debugger/backends/SingleSteppingEngine.cs 2006-07-06 07:33:58 UTC
(rev 62296)
+++ trunk/debugger/backends/SingleSteppingEngine.cs 2006-07-06 07:43:31 UTC
(rev 62297)
@@ -2599,7 +2599,7 @@
}
public override bool IsSourceOperation {
- get { return false; }
+ get { return !Native; }
}
StepFrame step_frame;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches