2003-01-05 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Sun, 5 Jan 2003 00:59:40 +0000 (00:59 -0000)
committerMartin Baulig <martin@novell.com>
Sun, 5 Jan 2003 00:59:40 +0000 (00:59 -0000)
commit3cc3d7fd6e9c5f517033463520512987fc66f94d
tree9ed2c1f4171f755af1efedb8dce1cc6760802454
parentde0ca53667383c41ba5bc4c13ae4a3c3b7851795
2003-01-05  Martin Baulig  <martin@ximian.com>

* debug.c (mono_debugger_jit_exec): Custom version of mono_jit_exec();
this is used when we're running inside the Mono Debugger
(mono_debugger_wait): Put the waiting code into a function of its own.

* mono.c (main): Call mono_debugger_jit_exec() instead of
mono_jit_exec() if we're running inside the Mono Debugger.

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