1. 01 2月, 2011 1 次提交
  2. 03 1月, 2011 1 次提交
  3. 15 10月, 2010 2 次提交
  4. 03 8月, 2010 1 次提交
  5. 05 5月, 2010 1 次提交
    • Z
      2010-05-05 Zoltan Varga <vargaz@gmail.com> · 10727c04
      Zoltan Varga 提交于
      	* tramp-<ARCH>.c exceptions-<ARCH>.c mini-trampolines.c mini-exceptions.c
      	aot-compiler.c: Use the _full trampoline creation functions on all platforms,
      	get rid of the _full from their name.
      
      svn path=/trunk/mono/; revision=156726
      10727c04
  6. 20 1月, 2010 1 次提交
    • Z
      2010-01-20 Zoltan Varga <vargaz@gmail.com> · 9111a3bf
      Zoltan Varga 提交于
      	* exceptions-<ARCH>.c: Introduce a MONO_ARCH_HAVE_THROW_EXCEPTION_BY_NAME
      	define for platforms still using it (s390). Get rid of the
      	mono_arch_get_throw_exception_by_name () routines on all other platforms.
      
      svn path=/trunk/mono/; revision=149873
      9111a3bf
  7. 24 10月, 2009 1 次提交
    • Z
      2009-10-24 Zoltan Varga <vargaz@gmail.com> · 12fa03bd
      Zoltan Varga 提交于
          	* mini-exceptions.c (mini_jit_info_table_find): Add an 'out_domain' argument
          	which will contain the domain where the method was found.
      
          	* exceptions-<ARCH>.c mini-exceptions.c: Update callers of
          	mini_jit_info_table_find ().
      
      svn path=/trunk/mono/; revision=144782
      12fa03bd
  8. 22 9月, 2009 1 次提交
    • Z
      2009-09-22 Zoltan Varga <vargaz@gmail.com> · 61fbf159
      Zoltan Varga 提交于
      	* mini-exceptions.c (mini_jit_info_table_find): New helper function which
      	searches all the domains of the current thread.
      
      	* exceptions-<ARCH>.c: Use it. Fixes #539394.
      
      svn path=/trunk/mono/; revision=142389
      61fbf159
  9. 11 8月, 2009 1 次提交
    • G
      2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com> · 5bcfd754
      Gonzalo Paniagua Javier 提交于
      	* metadata/domain.c:
      	* metadata/domain-internals.h:
      	* mini/exceptions-arm.c:
      	* mini/exceptions-hppa.c:
      	* mini/mini.c:
      	* mini/exceptions-s390x.c:
      	* mini/exceptions-mips.c:
      	* mini/exceptions-ppc.c:
      	* mini/exceptions-sparc.c:
      	* mini/exceptions-alpha.c:
      	* mini/aot-runtime.c:
      	* mini/mini-trampolines.c:
      	* mini/exceptions-x86.c:
      	* mini/exceptions-s390.c: add and use #define's instead of sizeof()
      	for MonoJitInfo and MonoJitInfoTable.
      
      
      svn path=/trunk/mono/; revision=139684
      5bcfd754
  10. 12 8月, 2008 1 次提交
    • Z
      2008-08-12 Zoltan Varga <vargaz@gmail.com> · c6034c92
      Zoltan Varga 提交于
      	* exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
      	'native_offset' argument, since these are computed in the 
      	mono_find_jit_info () function.
      
      svn path=/trunk/mono/; revision=110175
      c6034c92
  11. 18 10月, 2006 1 次提交
    • Z
      2006-10-17 Zoltan Varga <vargaz@gmail.com> · c81ce1b6
      Zoltan Varga 提交于
      	* exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
      
      	* mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
      
      	* mini-exceptions.c: Add proper include files for getpid ().
      
      svn path=/trunk/mono/; revision=66756
      c81ce1b6
  12. 04 9月, 2006 1 次提交
  13. 25 3月, 2006 1 次提交
    • Z
      2006-03-25 Zoltan Varga <vargaz@gmail.com> · 33abcd3e
      Zoltan Varga 提交于
      	* exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
      
      svn path=/trunk/mono/; revision=58508
      33abcd3e
  14. 31 1月, 2005 1 次提交
  15. 28 1月, 2005 1 次提交
  16. 19 1月, 2005 1 次提交
  17. 08 1月, 2005 1 次提交
  18. 08 11月, 2004 4 次提交
  19. 08 9月, 2004 1 次提交
  20. 04 9月, 2004 1 次提交
    • Z
      2004-09-04 Zoltan Varga <vargaz@freemail.hu> · 946b6f78
      Zoltan Varga 提交于
      	* mini-exceptions.c (mono_find_jit_info): Refactor common code from
      	mono_arch_find_jit_info functions into a new function. Fix a memory
      	leak.
      
      	* exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
      	refactored code.
      
      svn path=/trunk/mono/; revision=33338
      946b6f78
  21. 20 8月, 2004 1 次提交
  22. 19 8月, 2004 1 次提交
    • P
      · 698c995f
      Paolo Molaro 提交于
      Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
      
      	* mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
      	exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
      	exceptions-sparc.c: fix some performance issues in exception
      	handling and setting of the stack trace for exceptions that were
      	already thrown.
      
      svn path=/trunk/mono/; revision=32531
      698c995f
  23. 30 6月, 2004 1 次提交
  24. 22 6月, 2004 1 次提交
    • M
      2004-06-21 Martin Baulig <martin@ximian.com> · 83f27b41
      Martin Baulig 提交于
      	* mini/mini-exceptions.c
      	(mono_handle_exception): Added `gpointer original_ip' argument.
      	After calling mono_unhandled_exception(), call
      	mono_debugger_unhandled_exception() and if that returns true,
      	restore the context and return.
      
      svn path=/trunk/mono/; revision=30057
      83f27b41
  25. 22 5月, 2004 1 次提交
    • Z
      2004-05-21 Zoltan Varga <vargaz@freemail.hu> · 2e29b7b1
      Zoltan Varga 提交于
      	* mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
      	(crichton@gimp.org). Beginning of support for sparc/linux.
      
      	* mini-sparc.c: Optimize retrieval of LMF address.
      
      svn path=/trunk/mono/; revision=27839
      2e29b7b1
  26. 18 5月, 2004 1 次提交
    • P
      · ee07ba42
      Paolo Molaro 提交于
      Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
      
      	* mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
      	exceptions-ppc.c: added helper function to get the instruction address
      	from a signal handler context.
      
      svn path=/trunk/mono/; revision=27577
      ee07ba42
  27. 06 5月, 2004 1 次提交
    • Z
      2004-05-05 Zoltan Varga <vargaz@freemail.hu> · 881f005d
      Zoltan Varga 提交于
      	* mini-sparc.h: Fix warnings.
      
      	* exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
      	stack.
      
      	* mini-exceptions.c (mono_handle_exception): Call the filter in a
      	separate statement for clarity.
      
      svn path=/trunk/mono/; revision=26770
      881f005d
  28. 28 4月, 2004 2 次提交
  29. 16 4月, 2004 1 次提交
    • Z
      2004-04-16 Zoltan Varga <vargaz@freemail.hu> · 2970d8ae
      Zoltan Varga 提交于
      	* exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
      	original stack trace if an exception is rethrown. Fixes #56782. Oh,
      	the beauty of fixing the same thing in 5 different files...
      
      svn path=/trunk/mono/; revision=25592
      2970d8ae
  30. 31 3月, 2004 1 次提交
    • Z
      2004-03-30 Zoltan Varga <vargaz@freemail.hu> · 441f0b4d
      Zoltan Varga 提交于
      	* mini-sparc.c: Update status.
      
      	* mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
      
      	* exceptions-sparc.c: Fix return value in filters.
      
      svn path=/trunk/mono/; revision=24795
      441f0b4d
  31. 24 3月, 2004 1 次提交
  32. 16 3月, 2004 1 次提交
  33. 15 3月, 2004 1 次提交
    • Z
      2004-03-14 Zoltan Varga <vargaz@freemail.hu> · fb7699f8
      Zoltan Varga 提交于
      	* mini-ops.h: Add sparcv9 compare and branch instructions.
      
      	* inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
      	v9 instructions if we have a v9 cpu.
      
      	* mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
      	registers for global allocation.
      
      	* exceptions-sparc.c: Fixes.
      
      svn path=/trunk/mono/; revision=24015
      fb7699f8
  34. 12 3月, 2004 1 次提交
  35. 09 3月, 2004 1 次提交