From: Manuel Fahndrich <maf@microsoft.com>
To: "'Shmulik Regev'" <shmul@iname.com>
Cc: caml-list@inria.fr
Subject: RE: Ocamldebug for non-UNIX
Date: Thu, 12 Aug 1999 10:51:58 -0700 [thread overview]
Message-ID: <783D93998201D311B0CF00805FEAA07B7E8EB4@RED-MSG-42> (raw)
I was wondering the same a while ago. Xavier Leroy told me the problem is
that the debugger uses processes and sockets extensively in a way that are
incompatible with the Windows implementation of sockets.
I tried to compile the debugger under windows, which works. Unfortunately,
the code tries to do a select on a number of handles (sockets and file
descriptors) and then the windows/unix interface fails, since Windows
apparently has no select implementation to wait on file handles and sockets.
It looks like what we need is a wrapper for file handles that makes them
appear as sockets.
There may be other issues too, but that's as far as I investigated.
-Manuel
-----Original Message-----
From: Shmulik Regev [mailto:shmul@iname.com]
Sent: Saturday, July 31, 1999 5:26 AM
To: caml-list@inria.fr
Subject: Ocamldebug for non-UNIX
Is some work being done on a debugger for the Mac/Windows OCaml versions ?
Thanks,
Shmulik Regev
--
"When you find yourself on the side of the majority, it is time to reform."
-Mark Twain
next reply other threads:[~1999-08-22 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-08-12 17:51 Manuel Fahndrich [this message]
-- strict thread matches above, loose matches on Subject: below --
1999-07-31 12:26 Shmulik Regev
1999-08-15 12:22 ` Xavier Leroy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=783D93998201D311B0CF00805FEAA07B7E8EB4@RED-MSG-42 \
--to=maf@microsoft.com \
--cc=caml-list@inria.fr \
--cc=shmul@iname.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox