From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_FAIL autolearn=disabled version=3.1.3 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 2CDD6BC37 for ; Thu, 18 Jun 2009 16:10:07 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtQCAB/nOUomachlmWdsb2JhbACYYwEBAQEBCAsKBxO4VIQIBQ X-IronPort-AV: E=Sophos;i="4.42,245,1243807200"; d="scan'208";a="31499111" Received: from mx1.janestcapital.com ([38.105.200.101]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Jun 2009 16:10:06 +0200 Received: from nyc-qsv-mail1.delacy.com ([172.25.22.57]) by mx1.janestcapital.com with esmtp (Exim 4.69) (envelope-from ) id 1MHIJY-0002Ia-MO for caml-list@inria.fr; Thu, 18 Jun 2009 10:10:04 -0400 Received: from nyc-qsv-004.delacy.com ([172.25.22.194] helo=qsmtp.delacy.com) by nyc-qsv-mail1.DELACY.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MHIJY-0000BW-Kp; Thu, 18 Jun 2009 10:10:04 -0400 Received: from nyc-qws-007.delacy.com ([172.25.131.107] helo=nyc-qws-007) by qsmtp.delacy.com with smtp (Exim 4.63) (envelope-from ) id 1MHIJW-000371-VE; Thu, 18 Jun 2009 10:10:04 -0400 Received: by nyc-qws-007 (sSMTP sendmail emulation); Thu, 18 Jun 2009 10:10:02 -0400 From: "Mark Shinwell" Date: Thu, 18 Jun 2009 10:10:02 -0400 To: Alexey Rodriguez Cc: caml-list@inria.fr Subject: Re: [Caml-list] ocamlopt debugging options Message-ID: <20090618141002.GO7102@janestcapital.com> References: <4b39c80a0904230330r759d3429jae4146d2c2db7a36@mail.gmail.com> <20090423103430.GH29676@janestcapital.com> <4b39c80a0906180652p420fb6ffy7d063afb944f8ff9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b39c80a0906180652p420fb6ffy7d063afb944f8ff9@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Spam: no; 0.00; shinwell:01 ocamlopt:01 0200,:01 mangling:01 2009:98 wrote:01 symbolic:01 symbolic:01 caml-list:01 assembler:02 namely:02 debugging:03 thu:05 problem:05 suggested:07 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