DWARF parser now looks for exported types
[platform/upstream/ltrace.git] / dwarf_prototypes.c
2014-08-22 Dima KoganDWARF parser now looks for exported types
2014-08-22 Dima Koganrenamed type_hash -> type_dieoffset_hash
2014-08-22 Dima Kogantype_hash is no longer global
2014-08-22 Dima KoganIf a functions is defined in a .conf, I do not parse...
2014-08-22 Dima Kogantypes defined in .conf files now take precedence over...
2014-08-22 Dima Koganstyle whitespace
2014-08-22 Dima Koganimport_DWARF_prototypes() now takes JUST a lib argument
2014-08-22 Dima KoganStylistic refactoring. No functional changes
2014-08-22 Dima KoganI now import functions using their linkage name
2014-08-22 Dima Koganenums are no longer assumed to have type 'int'
2014-08-22 Dima Koganreworked attr_numeric() to report failures
2014-08-22 Dima Koganadded a disabled stub for complex float support
2014-08-22 Dima Kogana bit more debug printing
2014-08-22 Dima Koganstyle changes
2014-08-22 Dima Kogandebug-printing via complain()
2014-08-22 Dima Koganadded explicit support for some more types
2014-08-22 Dima Koganadded some optional debug printing
2014-08-22 Dima Kogantree dumping goes to stderr
2014-08-22 Dima Koganinitial prototypes-from-dwarf implementation