summaryrefslogtreecommitdiff
path: root/libunwindstack
AgeCommit message (Expand)Author
2018-01-16Find first non-zero jit debug entry.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-20Add tool to save information from a process.Christopher Ferris
2017-12-18Merge "unwindstack: add some perfunctory MemoryOffline tests."Treehugger Robot
2017-12-15unwindstack: add some perfunctory MemoryOffline tests.Josh Gao
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-08Merge "Add method to detect remote read function to use."Christopher Ferris
2017-12-07Add method to detect remote read function to use.Christopher Ferris
2017-12-07Merge "Add OWNERS."Elliott Hughes
2017-12-07Add OWNERS.Elliott Hughes
2017-12-06Split arch data into separate files.Christopher Ferris
2017-12-05Demand read load bias for a map.Christopher Ferris
2017-12-04Switch MemoryRemote to use ptrace.Christopher Ferris
2017-12-02Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-11-29Merge "Allow multiple threads sharing a map to unwind."Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-11-28Add way to specify an offset in an elf file.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-08Fix another nullptr dereference.Christopher Ferris
2017-11-07Add support for only a .eh_frame.Christopher Ferris
2017-11-05Fix nullptr dereference.Christopher Ferris
2017-10-31Move sp/pc not changing check into Unwinder.Christopher Ferris
2017-10-26libbacktrace: remove exit time destructors.Josh Gao
2017-10-24Add an interface for stopping in certain maps.Christopher Ferris
2017-10-24Merge "If the pc is set to zero, the unwind is done."Christopher Ferris
2017-10-24Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot
2017-10-23If the pc is set to zero, the unwind is done.Christopher Ferris
2017-10-20libunwindstack: add method to iterate across registers.Josh Gao
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-10-17Fix setting of map_offset in frame data.Christopher Ferris
2017-10-05Use Unwinder object for unwind tool.Christopher Ferris
2017-10-05Merge "Update the Unwinder object and add tests."Christopher Ferris
2017-10-04Update the Unwinder object and add tests.Christopher Ferris
2017-10-02Move host flags from linux -> hostDan Willemsen
2017-09-29Remove default librariesDan Willemsen
2017-09-22Add a new unwind method on error.Christopher Ferris
2017-09-20Enable libdemangle and libunwindstack on host bionicDan Willemsen
2017-09-06Fix UnwindTest repeatability.Christopher Ferris
2017-09-07Merge "Add a method to share the process memory object."Christopher Ferris
2017-09-05Add a method to share the process memory object.Christopher Ferris
2017-09-01Add vndk tag for libunwindstack which must be a vndk-spJustin Yun
2017-08-30Add proper support for embedded elf files.Christopher Ferris
2017-08-26Merge "libunwindstack: make machine type a property of Regs."Treehugger Robot
2017-08-25libunwindstack: make machine type a property of Regs.Josh Gao
2017-08-23Speed up map creation.Christopher Ferris