summaryrefslogtreecommitdiffstats
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix handling of ro segments for embedded libs.Christopher Ferris2018-12-1123-45/+300
* | Fix performance-for-range-copy warningsChih-Hung Hsieh2018-12-112-2/+2
|/
* Add missing includes.Florian Mayer2018-12-069-0/+9
* Merge "Read .note.gnu.build-id."Florian Mayer2018-12-068-1/+443
|\
| * Read .note.gnu.build-id.Florian Mayer2018-12-058-1/+443
* | Add support for caching small reads.Christopher Ferris2018-11-285-0/+324
|/
* Remove overly restrictive check for memory.Christopher Ferris2018-11-152-36/+11
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-146-6/+1
* Verify that the elf matches the expected arch.Christopher Ferris2018-10-2916-105/+146
* Merge "Fix off by one error."Treehugger Robot2018-10-242-1/+8
|\
| * Fix off by one error.Florian Mayer2018-10-232-1/+8
* | Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-2314-121/+57
|/
* Fix which maps to search for globals.Christopher Ferris2018-10-1712-97/+214
* Merge "Fix up the definition of Elf::GetInfo."Christopher Ferris2018-10-133-16/+10
|\
| * Fix up the definition of Elf::GetInfo.Christopher Ferris2018-10-123-16/+10
* | Fix problem adding too many frames.Christopher Ferris2018-10-122-0/+33
|/
* Fix handling of globals for new linker.Christopher Ferris2018-10-084-17/+16
* Implement support for linker rosegment option.Christopher Ferris2018-10-0319-110/+397
* Fix implicit fall through switch cases.Christopher Ferris2018-09-191-0/+1
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-2/+5
* Merge "Allow to get raw register data on all platforms."Florian Mayer2018-08-081-6/+5
|\
| * Allow to get raw register data on all platforms.Florian Mayer2018-08-081-6/+5
* | Move to using ClassAccessorMathieu Chartier2018-08-082-24/+6
|/
* Be permissive about badly formed elf files.Christopher Ferris2018-08-034-37/+127
* Fix incorrect left shifts.Christopher Ferris2018-08-023-9/+97
* Create lookup table of DEX symbols.David Srbecky2018-07-203-15/+88
* Remove Memory::ReadField.Christopher Ferris2018-07-127-150/+18
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-2/+2
* Refactor the DwarfSection classes.Christopher Ferris2018-06-2712-1889/+1312
* Fix ARM program header values used for exidx.Christopher Ferris2018-06-226-105/+63
* Fix handling of load bias values.Christopher Ferris2018-06-1140-898/+1752
* Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT.Elliott Hughes2018-06-061-0/+3
* Merge "Build adbd for recovery"Treehugger Robot2018-05-251-0/+9
|\
| * Build adbd for recoveryJiyong Park2018-05-241-0/+9
* | Add a specialized LocalUnwinder object.Christopher Ferris2018-05-238-5/+589
|/
* Merge "Libunwindstack: Add -O0 to tools defaults on host"Treehugger Robot2018-05-231-0/+9
|\
| * Libunwindstack: Add -O0 to tools defaults on hostAndreas Gampe2018-05-211-0/+9
* | Fix error messages handling.Christopher Ferris2018-05-211-6/+8
|/
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-1713-63/+203
* libprocinfo: add functions reading process map file.Yabin Cui2018-05-143-163/+31
* Match LZMA SDK 18.05 API.Sen Jiang2018-05-041-3/+3
* Add test_suites lines.Elliott Hughes2018-04-271-0/+1
* libunwindstack: add Regs::Clone.Josh Gao2018-04-2015-0/+77
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-034-0/+132
* Merge "Cache DWARF location rules for a given pc."Christopher Ferris2018-03-296-15/+111
|\
| * Cache DWARF location rules for a given pc.David Srbecky2018-03-296-15/+111
* | Fix null pointer dereference in RegsArm.Christopher Ferris2018-03-288-86/+99
|/
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-2112-5/+83
* Merge "Always set the sp reg to the cfa for DWARF."Christopher Ferris2018-03-1936-254/+417
|\
| * Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-1636-254/+417