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


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


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