summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/ElfInterfaceTest.cpp
AgeCommit message (Expand)Author
2020-10-16Remove libprocinfo, libbacktrace, libunwindstackBaligh Uddin
2019-12-19Fix handling of possible bad gnu_debugdata_size.Christopher Ferris
2019-10-21Fix handling of PT_GNU_EH_FRAME.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-10-02Fix static GetLoadBias function.Christopher Ferris
2019-07-09Fix missing load bias.Florian Mayer
2019-04-03Fix off by one reading build id.Christopher Ferris
2019-03-13Add support for displaying soname in an apk.Christopher Ferris
2019-01-17Add caching of build id in MapInfo object.Christopher Ferris
2018-12-05Read .note.gnu.build-id.Florian Mayer
2018-08-03Be permissive about badly formed elf files.Christopher Ferris
2018-06-27Refactor the DwarfSection classes.Christopher Ferris
2018-06-22Fix ARM program header values used for exidx.Christopher Ferris
2018-06-11Fix handling of load bias values.Christopher Ferris
2018-02-15Fix soname reading code.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-11-07Add support for only a .eh_frame.Christopher Ferris
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-06-23Add section parsing and function name handling.Christopher Ferris
2017-06-16Add EH frame and debug frame support.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris