[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[mono.git] / mono / metadata / mono-debug-debugger.h
1 /*
2  * This is a private header file.
3  * The API in here is undocumented and may only be used by the JIT to
4  * communicate with the debugger.
5  */
6
7 #ifndef __MONO_DEBUG_DEBUGGER_H__
8 #define __MONO_DEBUG_DEBUGGER_H__
9
10 #include <mono/metadata/debug-helpers.h>
11 #include <mono/metadata/debug-mono-symfile.h>
12 #include <mono/utils/mono-compiler.h>
13
14
15 void            mono_debugger_initialize                    (void);
16
17 void            mono_debugger_lock                          (void);
18 void            mono_debugger_unlock                        (void);
19
20 gchar *
21 mono_debugger_check_runtime_version (const char *filename);
22
23 #endif /* __MONO_DEBUG_DEBUGGER_H__ */