summaryrefslogtreecommitdiff
path: root/libunwindstack/include
Commit message (Expand)AuthorAgeFilesLines
...
* Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-232-2/+2
* Fix which maps to search for globals.Christopher Ferris2018-10-173-8/+65
* Fix up the definition of Elf::GetInfo.Christopher Ferris2018-10-121-1/+1
* Implement support for linker rosegment option.Christopher Ferris2018-10-032-8/+32
* Allow to get raw register data on all platforms.Florian Mayer2018-08-081-6/+5
* Be permissive about badly formed elf files.Christopher Ferris2018-08-031-2/+2
* Remove Memory::ReadField.Christopher Ferris2018-07-122-13/+1
* Refactor the DwarfSection classes.Christopher Ferris2018-06-271-38/+59
* Fix ARM program header values used for exidx.Christopher Ferris2018-06-221-1/+1
* Fix handling of load bias values.Christopher Ferris2018-06-112-20/+22
* Add a specialized LocalUnwinder object.Christopher Ferris2018-05-232-0/+99
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-171-2/+2
* libprocinfo: add functions reading process map file.Yabin Cui2018-05-141-0/+7
* libunwindstack: add Regs::Clone.Josh Gao2018-04-207-0/+14
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-031-0/+15
* Cache DWARF location rules for a given pc.David Srbecky2018-03-292-1/+11
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-211-0/+6
* Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-168-46/+55
* 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