summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of ro segments for embedded libs.Christopher Ferris2018-12-1118-9/+203
* Merge "Read .note.gnu.build-id."Florian Mayer2018-12-063-1/+348
|\
| * Read .note.gnu.build-id.Florian Mayer2018-12-053-1/+348
* | Add support for caching small reads.Christopher Ferris2018-11-281-0/+143
|/
* Remove overly restrictive check for memory.Christopher Ferris2018-11-151-21/+0
* 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-294-86/+97
* Merge "Fix off by one error."Treehugger Robot2018-10-241-0/+7
|\
| * Fix off by one error.Florian Mayer2018-10-231-0/+7
* | Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-233-104/+44
|/
* Fix which maps to search for globals.Christopher Ferris2018-10-175-25/+36
* Fix problem adding too many frames.Christopher Ferris2018-10-121-0/+27
* Fix handling of globals for new linker.Christopher Ferris2018-10-082-11/+11
* Implement support for linker rosegment option.Christopher Ferris2018-10-0313-98/+300
* Be permissive about badly formed elf files.Christopher Ferris2018-08-032-5/+108
* Fix incorrect left shifts.Christopher Ferris2018-08-021-0/+85
* Create lookup table of DEX symbols.David Srbecky2018-07-201-6/+33
* Remove Memory::ReadField.Christopher Ferris2018-07-122-62/+5
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-2/+2
* Refactor the DwarfSection classes.Christopher Ferris2018-06-276-1396/+851
* Fix ARM program header values used for exidx.Christopher Ferris2018-06-222-95/+51
* Fix handling of load bias values.Christopher Ferris2018-06-1121-652/+1289
* Add a specialized LocalUnwinder object.Christopher Ferris2018-05-233-5/+248
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-178-23/+130
* libunwindstack: add Regs::Clone.Josh Gao2018-04-202-0/+39
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-031-0/+97
* Merge "Cache DWARF location rules for a given pc."Christopher Ferris2018-03-292-1/+70
|\
| * Cache DWARF location rules for a given pc.David Srbecky2018-03-292-1/+70
* | Fix null pointer dereference in RegsArm.Christopher Ferris2018-03-282-74/+77
|/
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-218-0/+59
* Merge "Always set the sp reg to the cfa for DWARF."Christopher Ferris2018-03-1919-104/+221
|\
| * Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-1619-104/+221
* | Merge "Don't include map name if the consumer doesn't want names."David Srbecky2018-03-191-3/+3
|\ \ | |/ |/|
| * Don't include map name if the consumer doesn't want names.David Srbecky2018-03-191-3/+3
* | Handle ARM thumb function symbols.Christopher Ferris2018-03-151-2/+2
|/
* Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky2018-03-082-7/+7
* Merge "Adjust DEX file reading to follow layout changes in ART."David Srbecky2018-02-231-15/+27
|\
| * Adjust DEX file reading to follow layout changes in ART.David Srbecky2018-02-161-15/+27
* | Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris2018-02-213-59/+403
* | Add ability to skip function name resolution.Christopher Ferris2018-02-201-0/+61
* | Modify elf cache to handle elf_offsets properly.Christopher Ferris2018-02-161-0/+63
* | Fix soname reading code.Christopher Ferris2018-02-151-89/+84
|/
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-132-239/+235
* Fix computation of pc.Christopher Ferris2018-02-121-0/+72
* Merge "Fix off by 4 error handling eh_frame hdr."Christopher Ferris2018-02-127-324/+202
|\
| * Fix off by 4 error handling eh_frame hdr.Christopher Ferris2018-02-107-324/+202
* | Clear dex pc to avoid duplicate frames.Christopher Ferris2018-02-121-0/+58
|/
* Expose per arch headers.Christopher Ferris2018-02-084-23/+20
* Remove dependency on -no_art variantDavid Sehr2018-02-071-1/+1
* Check that dex pc is in a valid map.Christopher Ferris2018-02-062-0/+87