From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id FAA03576; Sat, 6 Mar 2004 05:00:25 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id FAA03304 for ; Sat, 6 Mar 2004 05:00:24 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from web41214.mail.yahoo.com (web41214.mail.yahoo.com [66.218.93.47]) by concorde.inria.fr (8.12.10/8.12.10) with SMTP id i2640MUM023062 for ; Sat, 6 Mar 2004 05:00:23 +0100 Message-ID: <20040306040021.39944.qmail@web41214.mail.yahoo.com> Received: from [67.241.218.15] by web41214.mail.yahoo.com via HTTP; Fri, 05 Mar 2004 20:00:21 PST Date: Fri, 5 Mar 2004 20:00:21 -0800 (PST) From: Vasili Galchin Subject: [Caml-list] Another quasi newbie queston ... regarding ocamldebug To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; newbie:01 ocamldebug:01 run-time:01 outermost:01 run-time:01 einval:01 gdb:01 model:01 ocamldebug:01 ocaml:01 ocaml:01 unix:02 unix:02 library:03 docs:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 65 Hello, I written a program to test some changes I made to the unix run-time library. In the program, I use Unix.handle_unix_error to wrap my test cases's outermost function. Unfortunately, one of the functions that I added to the unix run-time is generating an EINVAL (invalid parameter) when I call from OCaml to C. I am used to GNU gdb where I can "step into" a function. I don't see anything like that (I don't totally understand the OCaml run-time model yet ... sorry). Any suggestions? I have been reading online docs on ocamldebug. Regards, Vasili __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners