2010-05-05 Jonathan Chambers <joncham@gmail.com>
authorJonathan Chambers <joncham@gmail.com>
Wed, 5 May 2010 20:52:59 +0000 (20:52 -0000)
committerJonathan Chambers <joncham@gmail.com>
Wed, 5 May 2010 20:52:59 +0000 (20:52 -0000)
commit6831e71496d94450364b7c2493931e562459bc7e
tree97075e87ce0ae3697f6ba3dd3e128fac93a279ae
parent7cfc17980060a47420025f02674179f50ba3aee7
2010-05-05 Jonathan Chambers  <joncham@gmail.com>

        * debugger-agent.c (mono_debugger_agent_thread_interrupt): Protect against a NULL sigctx
        in debug printf.

2010-05-05 Jonathan Chambers <joncham@gmail.com>

        * mono-semaphore.c: Implement alertable wait on Windows similar to
        other platforms. Always be alertable, but only return from wait if
        user requested alertable state. Fixes soft debugger on Windows.

Code contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=156752
mono/mini/ChangeLog
mono/mini/debugger-agent.c
mono/utils/ChangeLog
mono/utils/mono-semaphore.c