Browse thread
[Caml-list] Print dependencies of a module, and other useful functions
- Richard Jones
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Richard Jones <rich@a...> |
| Subject: | [Caml-list] Print dependencies of a module, and other useful functions |
Are there any equivalents to the following functions / programs for OCaml? 'gcc -MM' / 'gcc -MMD' Print dependencies of a module. Useful for me for building robust Makefiles. 'nm' / 'nm -D' List symbols exported by an OCaml bytecode "binary". Would help me solve my ongoing Dynlink problems. 'objdump' List other useful information from an OCaml bytecode "binary". Also in the debugger, how can I get OCaml to display the parameters being passed to a function in the stack trace. At the moment I just see things like: #0 Pc : 453960 ZAssocs char 2550 #1 Pc : 452492 ZAssocs char 5608 #2 Pc : 14044 List char 1961 #3 Pc : 476772 Model char 24895 #4 Pc : 476772 Model char 24895 #5 Pc : 476772 Model char 24895 #6 Pc : 476800 Model char 24880 #7 Pc : 513364 Simulator char 4635 #8 Pc : 565728 Main char 14244 #9 Pc : 446708 Lib char 711 #10 Pc : 565972 Main char 14494 which is not very useful. It would be nice to show args too. Rich. -- Richard Jones. http://www.annexia.org/ http://freshmeat.net/users/rwmj Merjis Ltd. http://www.merjis.com/ - all your business data are belong to you. 'There is a joke about American engineers and French engineers. The American team brings a prototype to the French team. The French team's response is: "Well, it works fine in practice; but how will it hold up in theory?"' ------------------- 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