summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-161-4/+4
* Move libbacktrace off cutils.Elliott Hughes2018-07-1111-91/+21
* Merge "Build adbd for recovery"Treehugger Robot2018-05-251-2/+5
|\
| * Build adbd for recoveryJiyong Park2018-05-241-2/+5
* | Change tests to use a temporary dir for files.Christopher Ferris2018-05-241-42/+45
|/
* Merge "Mark as recovery_available: true"Treehugger Robot2018-05-221-0/+1
|\
| * Mark as recovery_available: trueJiyong Park2018-05-141-0/+1
* | libprocinfo: add functions reading process map file.Yabin Cui2018-05-143-27/+20
|/
* Merge "Remove unnecessary references to libunwind."Christopher Ferris2018-05-031-6/+0
|\
| * Remove unnecessary references to libunwind.Christopher Ferris2018-05-031-6/+0
* | Tell the build system about APCT's requirements.Elliott Hughes2018-05-031-0/+3
|/
* Add test_suites lines.Elliott Hughes2018-04-271-0/+1
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-032-7/+9
* Method to avoid skipping frames for local unwinds.Christopher Ferris2018-03-233-3/+48
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-211-0/+4
* Modify the offline handling interface.Christopher Ferris2018-02-235-17/+39
* Add ability to skip function name resolution.Christopher Ferris2018-02-202-0/+9
* bpfmt.Elliott Hughes2018-02-161-7/+6
* Fix darwin buildChristopher Tate2018-02-161-0/+3
* Include the map name when dumping memory around a register.Elliott Hughes2018-02-153-4/+15
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-1/+1
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-317-629/+23
* Use new unwinder for offline in libbacktrace.Christopher Ferris2018-01-2926-1513/+424
* Fix frame numbering regression.Christopher Ferris2018-01-261-4/+4
* Emit the frame for DEX PC before the frame for native PC.David Srbecky2018-01-251-15/+21
* Add extra frame when dex_pc is non-zero.Christopher Ferris2018-01-238-5/+650
* Fix null ptr dereference if jit debug not enabled.Christopher Ferris2018-01-221-1/+3
* Merge "Change all uintptr_t to uint64_t in API."Christopher Ferris2018-01-1923-599/+144
|\
| * Change all uintptr_t to uint64_t in API.Christopher Ferris2018-01-1823-599/+144
* | Add support for getting a dex pc.Christopher Ferris2018-01-172-0/+2
|/
* Add ability to read jit gdb data.Christopher Ferris2018-01-123-0/+12
* libBacktraceOffline: improve unwinding callchains.Yabin Cui2017-12-187-32/+325
* libbacktrace: export offline unwinding failures.Yabin Cui2017-12-1510-68/+126
* libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.Yabin Cui2017-12-106-52/+39
* Make sure at least XX maps are created.Christopher Ferris2017-12-081-4/+5
* Merge "Add method to detect remote read function to use."Christopher Ferris2017-12-085-3/+210
|\
| * Add method to detect remote read function to use.Christopher Ferris2017-12-075-3/+210
* | Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+2
|\ \ | |/ |/|
| * Add OWNERS.Elliott Hughes2017-12-071-0/+2
* | Merge "Split arch data into separate files."Christopher Ferris2017-12-061-4/+2
|\ \
| * | Split arch data into separate files.Christopher Ferris2017-12-061-4/+2
* | | Merge "libBacktraceOffline: fix using debug frame with load bias."Yabin Cui2017-12-064-1/+58
|\ \ \ | |/ / |/| |
| * | libBacktraceOffline: fix using debug frame with load bias.Yabin Cui2017-12-064-1/+58
| |/
* / Demand read load bias for a map.Christopher Ferris2017-12-056-23/+113
|/
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-282-49/+20
* Only skip frames for local unwinds.Christopher Ferris2017-11-022-6/+8
* Switch libbacktrace new unwinder.Christopher Ferris2017-10-307-166/+7
* libbacktrace: remove exit time destructors.Josh Gao2017-10-262-1/+5
* libbacktrace: add benchmarks for Backtrace::Create, CreateNew.Josh Gao2017-10-262-0/+24
* libbacktrace: let the benchmark library decide iteration count.Josh Gao2017-10-261-10/+7