Clean up the debugger's exception API and add some documentation.
commit9fd5a17f8ab60e107cf0bfdb376ad4b278789170
authormartin <martin@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Wed, 4 Mar 2009 15:40:48 +0000 (4 15:40 +0000)
committermartin <martin@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Wed, 4 Mar 2009 15:40:48 +0000 (4 15:40 +0000)
treeee2c0e4d799ecae0e2d0c27888372e4f4d2b28a7
parenteb779c4ad822ddd4fdefb832b92e933c8f6fa2ad
Clean up the debugger's exception API and add some documentation.
2009-03-04  Martin Baulig  <martin@ximian.com>

* debug-mini.c: Clean up the exception API and add documentation.
(mono_debugger_handle_exception): New public method; this is
called when throwing an exception or encountering an unhandled one.
(mono_debugger_call_exception_handler): Formerly known as
mono_debugger_handle_exception(); this is used to tell the
debugger that we're about to invoke an exception handler.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@128556 e3ebcda4-bce8-0310-ba0a-eca2169e7518
mono/mini/ChangeLog
mono/mini/debug-mini.c
mono/mini/debug-mini.h
mono/mini/exceptions-amd64.c
mono/mini/exceptions-x86.c
mono/mini/mini-exceptions.c