• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: c++filt
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: c++filt


  • Subject: Re: c++filt
  • From: Dave Thorup <email@hidden>
  • Date: Wed, 27 Jul 2005 13:48:11 -0400

On Jul 27, 2005, at 11:42 AM, Jerry wrote:

On 27 Jul 2005, at 16:25, Karan, Cem (Civ, ARL/CISD) wrote:

Does anyone know how to correctly use c++filt?  I'm using the output from gcc 4, and I can't get it to work.  E.g., my symbol is __ZN14AppLayerBridge12setLogWindowEP10NSTextView.eh, and the command that I use is "c++filt __ZN14AppLayerBridge12setLogWindowEP10NSTextView.eh", but that just returns __ZN14AppLayerBridge12setLogWindowEP10NSTextView.eh right back to me... not what I expected.

For some reason, c++filt seems to just echo its arguments back to you but if you give it no arguments and type the symbol (without the trailing .eh) on standard input it'll work.


Actually it works if you pass it the following:

[...] dave% c++filt _ZN14AppLayerBridge12setLogWindowEP10NSTextView
AppLayerBridge::setLogWindow(NSTextView*)

So I deleted one underscore at the beginning and deleted the .eh from the end.
_____________________________

Dave Thorup
Software Engineer
email@hidden

http://www.kuwan.net
Defaults Manager - The premier editor for Mac OS X's User Defaults / Preferences database.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >c++filt (From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>)
 >Re: c++filt (From: Jerry <email@hidden>)

  • Prev by Date: Re: XCode editor intolerably slow
  • Next by Date: Re: warnings
  • Previous by thread: Re: c++filt
  • Next by thread: Re: c++filt
  • Index(es):
    • Date
    • Thread