2003-04-21 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Mon, 21 Apr 2003 21:14:43 +0000 (21:14 -0000)
committerMartin Baulig <martin@novell.com>
Mon, 21 Apr 2003 21:14:43 +0000 (21:14 -0000)
commit1aff70f197ee9e7efe6c3a1c39e4df99d9d2f26c
treeea969707c359282896967f42fd97830d472e6764
parent5617f7acd3df4ef258d93d655bbdd236349d406a
2003-04-21  Martin Baulig  <martin@ximian.com>

* debug.c (mono_debug_open): Splitted into mono_debug_init() and
mono_debug_init_2().
(mono_debug_open_image): Don't open referenced assemblies; this is
done automatically by the code in assembly.c.

* mono.c (main_thread_handler): Call mono_debug_init() before
opening the assembly because we need to install the assembly load
hook before doing so.

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