Replace readdir_r with readdir
[platform/upstream/ltrace.git] / dwarf_prototypes.c
2014-08-22 Dima KoganDWARF prototypes are now generated with both the plain...
2014-08-22 Dima KoganWe now use known prototypes for all aliased symbols...
2014-08-22 Dima KoganMaking sure to not double-examine the same DWARF CU
2014-08-22 Dima Koganremoved needless cast
2014-08-22 Dima Koganadded forgotten error checking to some ltrace calls
2014-08-22 Dima Koganfixed typo
2014-08-22 Dima KoganI only explicitly look at sizeof(long) if it differs...
2014-08-22 Dima Koganstyle whitespace changes
2014-08-22 Dima Koganwhitespace style change
2014-08-22 Dima Kogana bit more debug printing
2014-08-22 Dima Koganadded a bit more diagnostic printing
2014-08-22 Dima Koganfixed memory leaks
2014-08-22 Dima Koganfixed prototype memory leak
2014-08-22 Dima Koganremoved notes
2014-08-22 Dima Koganremoved, commented testing code
2014-08-22 Dima Kogandwarf diagnostic output now controlled by -D
2014-08-22 Dima Koganfixed broken diagnostic output
2014-08-22 Dima Koganreworked error and memory handling
2014-08-22 Dima Koganunknown pointers now return void*, not void
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