Unwind table

Khem Raj raj.khem@gmail.com
Fri Jun 27 20:09:00 GMT 2008


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



More information about the Binutils mailing list