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

Attachment: soft_debug_commit.diff
Description: Binary data

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to