* Ocamldebug for non-UNIX
@ 1999-07-31 12:26 Shmulik Regev
1999-08-15 12:22 ` Xavier Leroy
0 siblings, 1 reply; 3+ messages in thread
From: Shmulik Regev @ 1999-07-31 12:26 UTC (permalink / raw)
To: caml-list
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Ocamldebug for non-UNIX
1999-07-31 12:26 Ocamldebug for non-UNIX Shmulik Regev
@ 1999-08-15 12:22 ` Xavier Leroy
0 siblings, 0 replies; 3+ messages in thread
From: Xavier Leroy @ 1999-08-15 12:22 UTC (permalink / raw)
To: Shmulik Regev, caml-list
> Is some work being done on a debugger for the Mac/Windows OCaml versions ?
None that I know of. The debugger from the Unix version relies
heavily on two Unix-specific features: Unix-domain sockets and the
fork() system call (used as a cheap and surprisingly efficient
checkpointing mechanism for the replay facility). Under Windows at
least, a replacement for Unix-domain sockets could be found, but I
wasn't able to find an adequate checkpointing mechanism.
- Xavier Leroy
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Ocamldebug for non-UNIX
@ 1999-08-12 17:51 Manuel Fahndrich
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Fahndrich @ 1999-08-12 17:51 UTC (permalink / raw)
To: 'Shmulik Regev'; +Cc: caml-list
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1999-08-22 18:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-31 12:26 Ocamldebug for non-UNIX Shmulik Regev
1999-08-15 12:22 ` Xavier Leroy
1999-08-12 17:51 Manuel Fahndrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox