Re: [Mono-dev] Soft Debugger Patch for Windows

2009-11-10 Thread Zoltan Varga
Hi, Looks ok. Zoltan On Tue, Nov 10, 2009 at 3:49 PM, Jonathan Chambers wrote: > Hello, > Attached is a patch for supporting the soft debugger on Windows. The > biggest changes IMO are not to the debugger, but to the mono-* > synchronization utilities. The semaphores for exam

[Mono-dev] Soft Debugger Patch for Windows

2009-11-10 Thread Jonathan Chambers
Hello, Attached is a patch for supporting the soft debugger on Windows. The biggest changes IMO are not to the debugger, but to the mono-* synchronization utilities. The semaphores for example, will be used is other places in the runtime since MONO_HAS_SEMAPHORES is now defined. I'd like some