Unwind table

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


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.

-Khem



More information about the Binutils mailing list