caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] gdb with ocaml byte code on MacOSX
Date: Mon, 10 Feb 2003 19:47:29 +0100	[thread overview]
Message-ID: <1B0D3728-3D28-11D7-B319-0003930FCE12@inria.fr> (raw)
In-Reply-To: <20030210081605.GA5460@opus.davidb.org>

On Monday, February 10, 2003, at 09:16 AM, David Brown wrote:

> Has anyone successfully gdb'd the bytecode interpreter under macosx?  I
> don't seem to be able to set any breakpoints (I want to debug my C code
> it calls).

I have no problems doing that, but I've only tried it on the debug
version of ocamlrun.  To build it:

cd .../byterun
make ocamlrund
cp ocamlrund /usr/local/bin/ocamlrun   (wherever you installed ocamlrun)
cp libcamlrund.a /usr/local/lib/ocaml/libcamlrun.a   (idem)
ranlib /usr/local/lib/ocaml/libcamlrun.a

Then you can compile with ocamlc and run your programs under gdb.
Be aware that the debug version is noticeably slower because the
memory manager does a lot of checking on its data structures.

-- Damien

-------------------
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


      reply	other threads:[~2003-02-10 18:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-01 19:10 [Caml-list] xor on booleans Christoph Bauer
2003-02-03 13:31 ` Frederic De Jaeger
2003-02-03 14:02   ` Fabrice Le Fessant
2003-02-03 15:14     ` Frederic De Jaeger
2003-02-03 15:08       ` Fabrice Le Fessant
2003-02-04 17:29       ` Pierre Weis
2003-02-04 17:20     ` Pierre Weis
2003-02-06 14:39       ` Fabrice Le Fessant
2003-02-07 13:00         ` Damien Doligez
2003-02-10  8:16           ` [Caml-list] gdb with ocaml byte code on MacOSX David Brown
2003-02-10 18:47             ` Damien Doligez [this message]

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=1B0D3728-3D28-11D7-B319-0003930FCE12@inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=caml-list@inria.fr \
    /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;
as well as URLs for NNTP newsgroup(s).