Hello,
latrace is currently cool for simple programs that use just libc or
some lib small enough to make (re)writing a header file reasonable. I
was looking forward to using it to investigate the interactions
between a Qt program and the Qt libs - you will understand I don't
intend to write (C-style) headers for (even a usable subset of) Qt :)
Luckily, it seems that in many cases all the necessary information is
available as debug symbols (eg. in Debian most libs, while shipped
without debug symbols, have a companion package shipping separate
debug symbols, which gcc knows how to use).
Are there any plans to access those debug symbols (through libbfd
maybe ?) in latrace ?
Best regards,
--
Yann