[Mono-dev] Soft Debugger Patch for Windows

Jonathan Chambers joncham at gmail.com
Tue Nov 10 09:49:01 EST 2009


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 input in this area. Also, all the utilities are currently done as
macros. It seemed they might easier be done as functions, especially the not
quite working conditional variables since there is no direct equivalent in
Win32 (until Vista).

FYI, these changes let me run 40/45 on the soft debugger unit tests, and I
could debug using MD on Windows as well.

Thanks,
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20091110/a0162b3c/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: soft_debug_commit.diff
Type: application/octet-stream
Size: 11430 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20091110/a0162b3c/attachment-0001.obj 


More information about the Mono-devel-list mailing list