summaryrefslogtreecommitdiffstats
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
* Ignore memory from elf on /memfd:Christopher Ferris2019-05-032-1/+38
* Add indicator that an elf is memory backed.Christopher Ferris2019-04-196-0/+168
* Fix pc/function name for signal handler frame.Christopher Ferris2019-04-158-58/+74
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-1220-561/+619
* Fix off by one reading build id.Christopher Ferris2019-04-043-19/+47
* Merge "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-0320-619/+561
|\
| * Check for data races when reading JIT/DEX entries.David Srbecky2019-03-2920-619/+561
* | Add minimal support for Dwarf 5.Christopher Ferris2019-04-012-7/+24
* | Remove sequential search from DwarfEhFrameWithHdr.Christopher Ferris2019-03-293-200/+44
|/
* Add BuildId to frame information.Christopher Ferris2019-03-264-31/+78
* Add support for displaying soname in an apk.Christopher Ferris2019-03-1318-78/+167
* Fix missing offset for apk.Christopher Ferris2019-03-129-3/+94
* Add missing override keywordCasey Dahlin2019-03-111-1/+1
* Add unistd.h to includes in Regs.hCasey Dahlin2019-03-081-0/+1
* Fix copy / move behaviour of Maps object.Florian Mayer2019-03-056-49/+65
* Fix libdexfile dependencies to avoid direct dependency on libdexfile_external.Martin Stjernholm2019-02-241-3/+0
* procinfo: Read inode number from /proc/<pid>/mapsSandeep Patil2019-02-111-2/+2
* Avoid signed extension of chars for build ids.Christopher Ferris2019-01-302-1/+13
* Merge "Fix bug in unwind_info display of exidx frame."Christopher Ferris2019-01-291-2/+2
|\
| * Fix bug in unwind_info display of exidx frame.Christopher Ferris2019-01-281-2/+2
* | Merge "Allow to move frames out of Unwinder."Treehugger Robot2019-01-291-0/+6
|\ \ | |/ |/|
| * Allow to move frames out of Unwinder.Florian Mayer2019-01-281-0/+6
* | Merge "Add GetPrintableBuildID()."Christopher Ferris2019-01-263-0/+21
|\ \
| * | Add GetPrintableBuildID().Christopher Ferris2019-01-253-0/+21
* | | Merge "Add a few leak check tests."Christopher Ferris2019-01-265-0/+151
|\ \ \ | |/ / |/| |
| * | Add a few leak check tests.Christopher Ferris2019-01-255-0/+151
* | | Merge "Fix crash in libunwindstack."Treehugger Robot2019-01-252-1/+18
|\ \ \
| * | | Fix crash in libunwindstack.Florian Mayer2019-01-242-1/+18
| |/ /
* / / libunwindstack: Move DwarfOp callback table to rodata sectionVic Yang2019-01-242-1348/+1450
|/ /
* / Fix memory leak in UnwinderFromPid object.Christopher Ferris2019-01-233-4/+4
|/
* Merge "Fix flaky signal tests."Christopher Ferris2019-01-231-3/+15
|\
| * Fix flaky signal tests.Christopher Ferris2019-01-181-3/+15
* | Remove unused jit_debug unique_ptr.Florian Mayer2019-01-221-1/+0
|/
* Add caching of build id in MapInfo object.Christopher Ferris2019-01-1714-47/+478
* Add support for UnwinderFromPid object.Christopher Ferris2019-01-1611-218/+438
* Fix usage of Read instead of ReadFully.Christopher Ferris2019-01-152-6/+6
* Remove dependency on libdexfile internal header.Martin Stjernholm2019-01-112-23/+4
* Some minor updates in the libdexfile external API.Martin Stjernholm2019-01-092-3/+3
* Merge "Remove CHECK in AdjustEncodedValue."Christopher Ferris2019-01-082-1/+23
|\
| * Remove CHECK in AdjustEncodedValue.Christopher Ferris2018-12-202-1/+23
* | Merge "Move DwarfCfaInfo::kTable from data.rel.ro to rodata"Treehugger Robot2018-12-212-40/+47
|\ \
| * | Move DwarfCfaInfo::kTable from data.rel.ro to rodataVic Yang2018-12-142-40/+47
* | | Revert^2 "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-196-224/+92
| |/ |/|
* | Merge "Fix offsets when shared lib split across maps."Treehugger Robot2018-12-1913-244/+360
|\ \
| * | Fix offsets when shared lib split across maps.Christopher Ferris2018-12-1813-244/+360
* | | Revert "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-196-92/+224
|/ /
* | Merge "Use libdexfile external API in libunwindstack."Martin Stjernholm2018-12-146-224/+92
|\ \ | |/ |/|
| * Use libdexfile external API in libunwindstack.Martin Stjernholm2018-12-136-224/+92
* | Do not remove speculative frames in all cases.Christopher Ferris2018-12-132-3/+71
|/
* Merge "Fix handling of ro segments for embedded libs."Christopher Ferris2018-12-1323-45/+300
|\