lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > A similar thing can de done for ELF and gcc-generated debug information.
> > There's probably a library for accessing this info somewhere -- perhaps
> > buried inside gdb.
> 
> It's called .. wait for it .. libelf .. :)

I don't think libelf provides an interface to RTTI (or is it DWARF2?).
Do you know any library that can extract DWARF2 info?
--lhf