[
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: | Alexey Rodriguez <mrchebas@g...> |
| Subject: | Re: [Caml-list] ocamlopt debugging options |
On Thu, Apr 23, 2009 at 12:34 PM, Mark Shinwell<mshinwell@janestcapital.com> wrote: > I use objdump -Dr :) Ok. It took me a long to reply to this, but better late than never. I used objdump as you suggested and I do not mind reading assembler but I have the same problem as with cmm, namely that symbolic names are gone. So, I repeat my question. How do you people do to relate labels in the generated code with the ocaml function names in the source? Thanks! Alexey