summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1736-254/+417
* | Merge "Don't include map name if the consumer doesn't want names."David Srbecky2018-03-192-5/+9
|\ \ | |/ |/|
| * Don't include map name if the consumer doesn't want names.David Srbecky2018-03-192-5/+9
* | Handle ARM thumb function symbols.Christopher Ferris2018-03-154-4/+19
* | Merge "Remove libunwindstack_dex"David Srbecky2018-03-131-74/+9
|\ \ | |/ |/|
| * Remove libunwindstack_dexDavid Srbecky2018-03-121-74/+9
* | Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky2018-03-084-18/+13
|/
* Remove leftover commented out code.Christopher Ferris2018-03-061-1/+0
* Merge "Adjust DEX file reading to follow layout changes in ART."David Srbecky2018-02-232-18/+32
|\
| * Adjust DEX file reading to follow layout changes in ART.David Srbecky2018-02-162-18/+32
* | Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris2018-02-2118-132/+453
* | Add ability to skip function name resolution.Christopher Ferris2018-02-203-1/+72
* | Merge "bpfmt."Treehugger Robot2018-02-191-2/+8
|\ \
| * | bpfmt.Elliott Hughes2018-02-161-2/+8
* | | Modify elf cache to handle elf_offsets properly.Christopher Ferris2018-02-164-22/+116
|/ /
* / Fix soname reading code.Christopher Ferris2018-02-156-133/+127
|/
* Move libdexfile out of runtimeDavid Sehr2018-02-141-0/+1
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-138-577/+490
* Fix computation of pc.Christopher Ferris2018-02-122-1/+73
* Merge "Fix off by 4 error handling eh_frame hdr."Christopher Ferris2018-02-1210-325/+450
|\
| * Fix off by 4 error handling eh_frame hdr.Christopher Ferris2018-02-1010-325/+450
* | Clear dex pc to avoid duplicate frames.Christopher Ferris2018-02-122-0/+60
|/
* Expose per arch headers.Christopher Ferris2018-02-0832-66/+56
* Remove dependency on -no_art variantDavid Sehr2018-02-072-2/+2
* Check that dex pc is in a valid map.Christopher Ferris2018-02-064-13/+105
* Merge "Fix in-memory loading of cdex files with shared data."David Srbecky2018-02-061-5/+4
|\
| * Fix in-memory loading of cdex files with shared data.David Srbecky2018-02-051-5/+4