summaryrefslogtreecommitdiffstats
path: root/libunwindstack/include/unwindstack
Commit message (Expand)AuthorAgeFilesLines
* Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris2018-02-218-8/+9
* Add ability to skip function name resolution.Christopher Ferris2018-02-201-0/+5
* Modify elf cache to handle elf_offsets properly.Christopher Ferris2018-02-161-2/+4
* Fix soname reading code.Christopher Ferris2018-02-151-0/+1
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-131-2/+4
* Expose per arch headers.Christopher Ferris2018-02-0818-0/+1068
* Check that dex pc is in a valid map.Christopher Ferris2018-02-061-6/+6
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-3/+25
* Fix symbol resolution within a dex file.David Srbecky2018-02-011-3/+3
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-312-1/+65
* Add a global elf cache.Christopher Ferris2018-01-252-2/+16
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-246-3/+106
* Add support for getting a dex pc.Christopher Ferris2018-01-174-1/+8
* Add ability to read jit gdb data.Christopher Ferris2018-01-126-4/+112
* Fix issues in libunwindstack.Christopher Ferris2017-12-153-10/+18
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-114-6/+115
* Do not check arch for format check.Christopher Ferris2017-12-081-0/+4
* Add method to detect remote read function to use.Christopher Ferris2017-12-071-1/+3
* Split arch data into separate files.Christopher Ferris2017-12-066-82/+245
* Demand read load bias for a map.Christopher Ferris2017-12-053-0/+7
* Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot2017-12-021-26/+36
|\
| * unwindstack: rename Memory::ReadPartially to Read.Josh Gao2017-11-151-7/+7
| * unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-4/+8
| * unwindstack: add Memory::ReadPartially.Josh Gao2017-11-151-23/+29
* | Fix incorrect usage of relative pcs.Christopher Ferris2017-11-292-3/+3
* | Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-284-12/+29
|/
* Add support for only a .eh_frame.Christopher Ferris2017-11-072-4/+33
* Add an interface for stopping in certain maps.Christopher Ferris2017-10-241-3/+2
* Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot2017-10-241-0/+18
|\
| * libunwindstack: add method to iterate across registers.Josh Gao2017-10-201-0/+18
* | Multiple bugfixes, small restructuring.Christopher Ferris2017-10-203-21/+25
|/
* Update the Unwinder object and add tests.Christopher Ferris2017-10-042-6/+8
* Add a new unwind method on error.Christopher Ferris2017-09-225-5/+93
* Add a method to share the process memory object.Christopher Ferris2017-09-052-6/+12
* Add proper support for embedded elf files.Christopher Ferris2017-08-303-0/+14
* Merge "libunwindstack: make machine type a property of Regs."Treehugger Robot2017-08-261-2/+12
|\
| * libunwindstack: make machine type a property of Regs.Josh Gao2017-08-251-2/+12
* | Speed up map creation.Christopher Ferris2017-08-231-2/+5
|/
* Small clean upsChristopher Ferris2017-08-091-1/+1
* Add support for the new unwind method.Christopher Ferris2017-08-031-0/+1
* Allow mips to build.Christopher Ferris2017-08-021-0/+5
* Revert "Add support for the new unwind method."Christopher Ferris2017-08-021-1/+0
* Add support for the new unwind method.Christopher Ferris2017-07-311-0/+1
* Speed up StepIfSignalHandler path.Christopher Ferris2017-07-191-5/+5
* Add signal handling to the register object.Christopher Ferris2017-07-181-0/+16
* Make the library usable as a library.Christopher Ferris2017-07-1412-0/+1149