summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22dict_hash_uint64: do not ignore upper 32 bits of the quantityPetr Machata1-6/+4
2014-08-22added hash and equality functions for uint64_tDima Kogan2-0/+23
2014-08-22added NEWS, CREDITS info about the new DWARF prototyping codeDima Kogan2-0/+7
2014-08-22Added manpage section giving examples of -x, -e and -l usageDima Kogan1-17/+121
2014-08-22Making sure to not double-examine the same DWARF CUDima Kogan6-16/+27
2014-08-22CREDITS update for ppc64el supportThierry Fauck1-0/+4
2014-08-22In ppc-lwarx.exp, Dwarf backend may resolve atomic_add's prototypePetr Machata1-4/+4
2014-08-22Support for powerpc64 arch ppc64elThierry Fauck7-36/+356
2014-08-22I only build the dwarf_prototypes if we have libdwDima Kogan2-3/+9
2014-08-22removed needless castDima Kogan1-1/+1
2014-08-22added forgotten error checking to some ltrace callsDima Kogan1-12/+35
2014-08-22fixed typoDima Kogan1-1/+1
2014-08-22I only explicitly look at sizeof(long) if it differs from sizeof(int)Dima Kogan1-8/+11
2014-08-22style whitespace changesDima Kogan1-25/+25
2014-08-22whitespace style changeDima Kogan4-259/+309
2014-08-22a bit more debug printingDima Kogan1-0/+1
2014-08-22added a bit more diagnostic printingDima Kogan2-0/+5
2014-08-22fixed memory leaksDima Kogan1-22/+1
2014-08-22fixed prototype memory leakDima Kogan1-27/+18
2014-08-22removed notesDima Kogan1-13/+0
2014-08-22removed, commented testing codeDima Kogan1-25/+1
2014-08-22dwarf diagnostic output now controlled by -DDima Kogan1-8/+4
2014-08-22fixed broken diagnostic outputDima Kogan1-5/+5
2014-08-22reworked error and memory handlingDima Kogan1-175/+363
2014-08-22unknown pointers now return void*, not voidDima Kogan1-1/+1
2014-08-22DWARF parser now looks for exported typesDima Kogan1-1/+1
2014-08-22renamed type_hash -> type_dieoffset_hashDima Kogan1-30/+30
2014-08-22type_hash is no longer globalDima Kogan1-34/+46
2014-08-22I now read the DWARF data in addition to the .conf filesDima Kogan1-1/+3
2014-08-22If a functions is defined in a .conf, I do not parse the DWARFDima Kogan1-7/+6
2014-08-22types defined in .conf files now take precedence over DWARF typesDima Kogan1-14/+29
2014-08-22style whitespaceDima Kogan1-64/+64
2014-08-22import_DWARF_prototypes() now takes JUST a lib argumentDima Kogan3-5/+11
2014-08-22moved DWARF prototype reading to library_get_prototype()Dima Kogan4-8/+26
2014-08-22updated error message to reflect the new dwfl use caseDima Kogan1-1/+1
2014-08-22whitespaceDima Kogan1-2/+2
2014-08-22Stylistic refactoring. No functional changesDima Kogan1-98/+93
2014-08-22I now import functions using their linkage nameDima Kogan1-1/+14
2014-08-22enums are no longer assumed to have type 'int'Dima Kogan1-18/+40
2014-08-22reworked attr_numeric() to report failuresDima Kogan1-41/+71
2014-08-22added a disabled stub for complex float supportDima Kogan1-0/+17
2014-08-22a bit more debug printingDima Kogan1-0/+1
2014-08-22style changesDima Kogan2-183/+128
2014-08-22debug-printing via complain()Dima Kogan1-1/+1
2014-08-22added explicit support for some more typesDima Kogan1-14/+26
2014-08-22added some optional debug printingDima Kogan1-1/+11
2014-08-22tree dumping goes to stderrDima Kogan1-9/+9
2014-08-22initial prototypes-from-dwarf implementationDima Kogan4-25/+811
2014-08-22fixed typo: toplevel_format_lens() now uses ptr data when talking about pointersDima Kogan1-1/+1
2014-08-22Fix lookup of prototypes from non-leader threadsPetr Machata2-2/+35