Author: gonzalo
Date: 2006-02-28 16:40:12 -0500 (Tue, 28 Feb 2006)
New Revision: 57435
Modified:
branches/mono-1-1-13/mono/mono/mini/ChangeLog
branches/mono-1-1-13/mono/mono/mini/mini-exceptions.c
Log:
r56161 from head
Modified: branches/mono-1-1-13/mono/mono/mini/ChangeLog
===================================================================
--- branches/mono-1-1-13/mono/mono/mini/ChangeLog 2006-02-28 21:38:59 UTC
(rev 57434)
+++ branches/mono-1-1-13/mono/mono/mini/ChangeLog 2006-02-28 21:40:12 UTC
(rev 57435)
@@ -4,6 +4,10 @@
mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
handling of instantiated generic valuetypes.
+2006-01-27 Zoltan Varga <[EMAIL PROTECTED]>
+
+ * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
+
2006-01-26 Zoltan Varga <[EMAIL PROTECTED]>
* mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
Modified: branches/mono-1-1-13/mono/mono/mini/mini-exceptions.c
===================================================================
--- branches/mono-1-1-13/mono/mono/mini/mini-exceptions.c 2006-02-28
21:38:59 UTC (rev 57434)
+++ branches/mono-1-1-13/mono/mono/mini/mini-exceptions.c 2006-02-28
21:40:12 UTC (rev 57435)
@@ -1060,12 +1060,13 @@
fprintf (stdout, " tid=0x%p this=0x%p:\n",
(gpointer)(gsize)thread->tid, thread);
-#ifdef CUSTOM_STACK_WALK
- printf ("\t<Stack traces in thread dumps not supported on this
platform>\n");
-#else
+ /* FIXME: */
+#ifdef __i386__
mono_arch_sigctx_to_monoctx (sigctx, &ctx);
mono_jit_walk_stack_from_ctx (print_stack_frame, &ctx, TRUE, stdout);
+#else
+ printf ("\t<Stack traces in thread dumps not supported on this
platform>\n");
#endif
fflush (stdout);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches