summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "Check for data races when reading JIT/DEX entries."David Srbecky2019-04-122-2/+3
* Check for data races when reading JIT/DEX entries.David Srbecky2019-03-292-3/+2
* Add support for displaying soname in an apk.Christopher Ferris2019-03-133-6/+6
* Fix bug in unwind_info display of exidx frame.Christopher Ferris2019-01-281-2/+2
* Add caching of build id in MapInfo object.Christopher Ferris2019-01-171-2/+2
* Add support for UnwinderFromPid object.Christopher Ferris2019-01-162-29/+18
* Fix offsets when shared lib split across maps.Christopher Ferris2018-12-181-19/+68
* Merge "Fix handling of ro segments for embedded libs."Christopher Ferris2018-12-132-2/+12
|\
| * Fix handling of ro segments for embedded libs.Christopher Ferris2018-12-112-2/+12
* | Fix performance-for-range-copy warningsChih-Hung Hsieh2018-12-111-1/+1
|/
* Read .note.gnu.build-id.Florian Mayer2018-12-051-0/+9
* Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-233-3/+3
* Fix handling of load bias values.Christopher Ferris2018-06-113-21/+57
* Fix error messages handling.Christopher Ferris2018-05-211-6/+8
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-171-33/+66
* Handle ARM thumb function symbols.Christopher Ferris2018-03-151-2/+1
* Fix soname reading code.Christopher Ferris2018-02-153-0/+15
* Fix off by 4 error handling eh_frame hdr.Christopher Ferris2018-02-101-0/+237
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-0/+6
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-311-5/+0
* Add support for getting a dex pc.Christopher Ferris2018-01-171-0/+5
* Add ability to read jit gdb data.Christopher Ferris2018-01-122-0/+10
* Add tool to save information from a process.Christopher Ferris2017-12-201-0/+262
* Fix issues in libunwindstack.Christopher Ferris2017-12-151-1/+1
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-111-0/+6
* Split arch data into separate files.Christopher Ferris2017-12-061-5/+5
* Add way to specify an offset in an elf file.Christopher Ferris2017-11-281-5/+20
* Multiple bugfixes, small restructuring.Christopher Ferris2017-10-202-8/+7
* Use Unwinder object for unwind tool.Christopher Ferris2017-10-051-108/+6
* Add a new unwind method on error.Christopher Ferris2017-09-221-40/+93
* Add a method to share the process memory object.Christopher Ferris2017-09-051-3/+3
* Add proper support for embedded elf files.Christopher Ferris2017-08-301-3/+31
* libunwindstack: make machine type a property of Regs.Josh Gao2017-08-251-3/+2
* Make the library usable as a library.Christopher Ferris2017-07-143-39/+51
* Move tools to separate directory.Christopher Ferris2017-07-133-0/+432