2002-09-21 Martin Baulig <martin@gnome.org>
authorMartin Baulig <martin@novell.com>
Sat, 21 Sep 2002 17:16:34 +0000 (17:16 -0000)
committerMartin Baulig <martin@novell.com>
Sat, 21 Sep 2002 17:16:34 +0000 (17:16 -0000)
commit6500bbb03bef054de8d5a829007e68ff7fb91c4f
treea2d123b9e3424d795a52c332793cbb9ba137e0cd
parent6f85fc7bd9b0a6f1b2cdab6bd061bb9292d487f4
2002-09-21  Martin Baulig  <martin@gnome.org>

* debug.c (MonoDebuggerSymbolFileTable): Use an actual typedef for this
instead of writing a byte blob.
(mono_debug_make_symbols): This doesn't touch the symbol tables anymore.
(mono_debug_add_method): Incrementally add the new method to the symbol
table.

* exception.c (arch_handle_exception): If we have debugging support,
call mono_debugger_update_symbol_file_table () as well.

svn path=/trunk/mono/; revision=7686
mono/jit/ChangeLog
mono/jit/debug.c
mono/jit/debug.h
mono/jit/exception.c