X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini-runtime.c;h=c26cc91073ab8106f6f559ceeac70bf796456f0d;hb=2457338cf852f59ca8e64784433898a7216ef6bc;hp=7bd111d26323e164a09d378956f2786c173a76ad;hpb=da51b1c42774e1992aef7a304da990775d2e0137;p=mono.git diff --git a/mono/mini/mini-runtime.c b/mono/mini/mini-runtime.c index 7bd111d2632..c26cc91073a 100644 --- a/mono/mini/mini-runtime.c +++ b/mono/mini/mini-runtime.c @@ -3072,6 +3072,14 @@ mono_get_delegate_virtual_invoke_impl (MonoMethodSignature *sig, MonoMethod *met return cache [idx]; } +/** + * mini_parse_debug_option: + * @option: The option to parse. + * + * Parses debug options for the mono runtime. The options are the same as for + * the MONO_DEBUG environment variable. + * + */ gboolean mini_parse_debug_option (const char *option) {