summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add GetPrintableBuildID()."Christopher Ferris2019-01-261-0/+3
|\
| * Add GetPrintableBuildID().Christopher Ferris2019-01-251-0/+3
* | Merge "Add a few leak check tests."Christopher Ferris2019-01-264-0/+150
|\ \ | |/ |/|
| * Add a few leak check tests.Christopher Ferris2019-01-254-0/+150
* | Fix crash in libunwindstack.Florian Mayer2019-01-241-0/+17
|/
* Fix flaky signal tests.Christopher Ferris2019-01-181-3/+15
* Add caching of build id in MapInfo object.Christopher Ferris2019-01-175-16/+200
* Add support for UnwinderFromPid object.Christopher Ferris2019-01-164-185/+341
* Remove dependency on libdexfile internal header.Martin Stjernholm2019-01-111-22/+4
* Merge "Remove CHECK in AdjustEncodedValue."Christopher Ferris2019-01-081-0/+23
|\
| * Remove CHECK in AdjustEncodedValue.Christopher Ferris2018-12-201-0/+23
* | Revert^2 "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-191-46/+20
|/
* Merge "Fix offsets when shared lib split across maps."Treehugger Robot2018-12-197-150/+212
|\
| * Fix offsets when shared lib split across maps.Christopher Ferris2018-12-187-150/+212
* | Revert "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-191-20/+46
|/
* Merge "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-141-46/+20
|\
| * Use libdexfile external API in libunwindstack.Martin Stjernholm2018-12-131-46/+20
* | Do not remove speculative frames in all cases.Christopher Ferris2018-12-131-1/+63
|/
* 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