summaryrefslogtreecommitdiffstats
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix handling of ro segments for embedded libs.Christopher Ferris2018-12-1123-45/+300
* | Fix performance-for-range-copy warningsChih-Hung Hsieh2018-12-112-2/+2
|/
* Add missing includes.Florian Mayer2018-12-069-0/+9
* Merge "Read .note.gnu.build-id."Florian Mayer2018-12-068-1/+443
|\
| * Read .note.gnu.build-id.Florian Mayer2018-12-058-1/+443
* | Add support for caching small reads.Christopher Ferris2018-11-285-0/+324
|/
* Remove overly restrictive check for memory.Christopher Ferris2018-11-152-36/+11
* 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-2916-105/+146
* Merge "Fix off by one error."Treehugger Robot2018-10-242-1/+8
|\
| * Fix off by one error.Florian Mayer2018-10-232-1/+8
* | Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-2314-121/+57
|/
* Fix which maps to search for globals.Christopher Ferris2018-10-1712-97/+214
* Merge "Fix up the definition of Elf::GetInfo."Christopher Ferris2018-10-133-16/+10
|\
| * Fix up the definition of Elf::GetInfo.Christopher Ferris2018-10-123-16/+10
* | Fix problem adding too many frames.Christopher Ferris2018-10-122-0/+33
|/
* Fix handling of globals for new linker.Christopher Ferris2018-10-084-17/+16