Browse thread
ocamlopt debugging options
[
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: | 2009-06-18 (14:10) |
From: | Mark Shinwell <mshinwell@j...> |
Subject: | Re: [Caml-list] ocamlopt debugging options |
On Thu, Jun 18, 2009 at 03:52:46PM +0200, Alexey Rodriguez wrote: > 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. Exactly what form of symbolic name are you referring to? Function names are preserved (although they are mangled, but it's a lot easier to decipher than C++ mangling). Mark