X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fdebugger-agent.h;h=3267f82740e77dc4428855ec8a8d75b64e978e78;hb=770ea9329202d7dad0f6abb92dcadd84a899b0d5;hp=6a64df5a5b382f3642e3f2a338bbb292f9455c93;hpb=1dec57e9ee8fa09a657f1b687944f17f468f90e5;p=mono.git diff --git a/mono/mini/debugger-agent.h b/mono/mini/debugger-agent.h index 6a64df5a5b3..3267f82740e 100644 --- a/mono/mini/debugger-agent.h +++ b/mono/mini/debugger-agent.h @@ -1,3 +1,7 @@ +/** + * \file + */ + #ifndef __MONO_DEBUGGER_AGENT_H__ #define __MONO_DEBUGGER_AGENT_H__ @@ -24,7 +28,7 @@ debugger_agent_breakpoint_from_context (MonoContext *ctx); void mono_debugger_agent_free_domain_info (MonoDomain *domain); -#if defined(PLATFORM_ANDROID) || defined(TARGET_ANDROID) +#if defined(HOST_ANDROID) || defined(TARGET_ANDROID) void mono_debugger_agent_unhandled_exception (MonoException *exc); #endif