This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unwind table


Daniel Jacobowitz wrote:
> On Thu, Jun 26, 2008 at 08:55:11PM -0700, Khem Raj wrote:
>> Rodrigo Dominguez wrote:
>>> Hi,
>>>
>>> I am looking into the unwind table for C++ programs. I created a small test
>>> program with a try/catch region. I compiled the program with g++. I would
>>> like to see the unwind table. I tried using 'readelf -u a.out' but I get a
>>> message saying the there's no unwind information.
>> man readelf tells me that only  the  unwind  sections  for  IA64 ELF
>> files are currently supported.
> 
> Try readelf -wf?
> 

Thanks Daniel that works.

-Khem


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]