summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack
AgeCommit message (Expand)Author
2018-10-17Fix which maps to search for globals.Christopher Ferris
2018-10-12Fix up the definition of Elf::GetInfo.Christopher Ferris
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-08-08Allow to get raw register data on all platforms.Florian Mayer
2018-08-03Be permissive about badly formed elf files.Christopher Ferris
2018-07-12Remove Memory::ReadField.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-05-23Add a specialized LocalUnwinder object.Christopher Ferris
2018-05-17Fix bug when doing signal handler lookup.Christopher Ferris
2018-05-14libprocinfo: add functions reading process map file.Yabin Cui
2018-04-20libunwindstack: add Regs::Clone.Josh Gao
2018-04-03Add a MemoryOfflineBuffer object.Christopher Ferris
2018-03-29Cache DWARF location rules for a given pc.David Srbecky
2018-03-21Support a map that represents gdb jit elf data.Yabin Cui
2018-03-16Always set the sp reg to the cfa for DWARF.Yabin Cui
2018-02-21Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris
2018-02-20Add ability to skip function name resolution.Christopher Ferris
2018-02-16Modify elf cache to handle elf_offsets properly.Christopher Ferris
2018-02-15Fix soname reading code.Christopher Ferris
2018-02-13Implement new DEX PC lookup scheme.Christopher Ferris
2018-02-08Expose per arch headers.Christopher Ferris
2018-02-06Check that dex pc is in a valid map.Christopher Ferris
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-02-01Fix symbol resolution within a dex file.David Srbecky
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris
2018-01-25Add a global elf cache.Christopher Ferris
2018-01-24Add error propagation into Unwinder/Elf objects.Christopher Ferris
2018-01-17Add support for getting a dex pc.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-15Fix issues in libunwindstack.Christopher Ferris
2017-12-11Add libunwindstack support for Mips and Mips64Douglas Leung
2017-12-08Do not check arch for format check.Christopher Ferris
2017-12-07Add method to detect remote read function to use.Christopher Ferris
2017-12-06Split arch data into separate files.Christopher Ferris
2017-12-05Demand read load bias for a map.Christopher Ferris
2017-12-02Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-11-15unwindstack: rename Memory::ReadPartially to Read.Josh Gao
2017-11-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
2017-11-15unwindstack: add Memory::ReadPartially.Josh Gao
2017-11-07Add support for only a .eh_frame.Christopher Ferris
2017-10-24Add an interface for stopping in certain maps.Christopher Ferris
2017-10-24Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot
2017-10-20libunwindstack: add method to iterate across registers.Josh Gao
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-10-04Update the Unwinder object and add tests.Christopher Ferris
2017-09-22Add a new unwind method on error.Christopher Ferris