summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tests
Commit message (Expand)AuthorAgeFilesLines
* Ignore memory from elf on /memfd:Christopher Ferris2019-05-031-0/+36
* Add indicator that an elf is memory backed.Christopher Ferris2019-04-192-0/+150
* Fix pc/function name for signal handler frame.Christopher Ferris2019-04-152-11/+14
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-125-154/+117
* Fix off by one reading build id.Christopher Ferris2019-04-042-18/+46
* Merge "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-035-117/+154
|\
| * Check for data races when reading JIT/DEX entries.David Srbecky2019-03-295-117/+154
* | Add minimal support for Dwarf 5.Christopher Ferris2019-04-011-5/+22
* | Remove sequential search from DwarfEhFrameWithHdr.Christopher Ferris2019-03-291-110/+31
|/
* Add BuildId to frame information.Christopher Ferris2019-03-262-20/+57
* Add support for displaying soname in an apk.Christopher Ferris2019-03-138-20/+87
* Fix missing offset for apk.Christopher Ferris2019-03-127-3/+91
* Fix copy / move behaviour of Maps object.Florian Mayer2019-03-052-4/+24
* Avoid signed extension of chars for build ids.Christopher Ferris2019-01-301-0/+11
* 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