summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition updating local map data.Christopher Ferris2016-08-254-5/+24
* libbacktrace: only build libbacktrace_offline static library.Yabin Cui2016-04-141-16/+34
* libbacktrace_offline: support unwinding of shared libraries in apk file.Yabin Cui2016-03-292-15/+118
* Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81Josh Gao2016-03-231-16/+0
|\
| * Don\'t demangle symbol names.Josh Gao2016-03-231-16/+0
| |\
| | * Don't demangle symbol names.Josh Gao2016-03-231-16/+0
| * | Add a logging handler on timeout.Christopher Ferris2015-09-031-1/+17
| |/
| * Display the map offset for each frame.Christopher Ferris2015-08-202-0/+14
| * Remove PtraceRead error message.Christopher Ferris2015-06-131-2/+0
| * Modify the code to avoid potential deadlocks.Christopher Ferris2015-06-014-17/+40
| * Prevent crashes if a map cannot be created.Christopher Ferris2015-05-153-1/+13
| * Add tests for elf unwinding in memory.Christopher Ferris2015-05-132-4/+304
| * Remove libbacktrace definition of gettid.Dan Albert2015-05-135-25/+15
| * Fix small ptrace reads.Christopher Ferris2015-05-062-16/+35
| * Add offset to map data.Christopher Ferris2015-05-061-0/+2
| * Add load base to map for relocation packing.Christopher Ferris2015-05-013-6/+14
* | Update BacktraceOffline for LLVM rebase to r256229.Stephen Hines2016-03-211-2/+2
* | Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-106-2/+85
* | Revert "Do not do local unwinds through .oat or .dex maps."Andreas Gampe2016-03-021-11/+0
* | Do not do local unwinds through .oat or .dex maps.Christopher Ferris2016-03-011-0/+11
* | Fix use of uninitialized memory.Christopher Ferris2016-02-052-13/+24
* | Fix for host simpleperf 'gettid' unsat.Than McIntosh2016-02-011-0/+3
* | Put BacktraceOffline code into a separate library.Christopher Ferris2016-01-253-23/+37
* | Modify tests to use executable memory.Christopher Ferris2016-01-151-2/+2
* | libbacktrace: check if elf file paths are valid before reading them.Yabin Cui2015-12-081-0/+25
* | Fix libbacktrace host build.Yabin Cui2015-12-074-4/+5
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-052-3/+2
* | Change the way some maps are printed.Christopher Ferris2015-11-302-10/+33
* | libbacktrace: don't let llvm cflags cover libbacktrace's cflags.Yabin Cui2015-09-241-8/+12
* | Merge "Clean up maps parsing in libbacktrace."Elliott Hughes2015-09-232-177/+1
|\ \
| * | Clean up maps parsing in libbacktrace.Elliott Hughes2015-09-222-177/+1
* | | libbacktrace: enable -fno-omit-frame-pointer for host build.Yabin Cui2015-09-231-1/+6
* | | Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-217-0/+975
|/ /
* | Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-217-975/+0
* | Revert "Revert "Add BacktraceOffline for offline backtracing.""Yabin Cui2015-09-217-0/+975
* | Revert "Add BacktraceOffline for offline backtracing."Yabin Cui2015-09-177-968/+0
* | Add BacktraceOffline for offline backtracing.Yabin Cui2015-09-167-0/+968
* | Add a logging handler on timeout.Christopher Ferris2015-09-031-1/+17
* | Display the map offset for each frame.Christopher Ferris2015-08-202-0/+14
* | Use delete[] to de-allocate pointers from new[]Pirama Arumuga Nainar2015-07-091-2/+2
* | Add static versions for libbacktrace and libnativebridge. Bug fixes.Calin Juravle2015-07-012-1/+9
* | Remove PtraceRead error message.Christopher Ferris2015-06-131-2/+0
* | Modify the code to avoid potential deadlocks.Christopher Ferris2015-06-014-17/+40
* | Prevent crashes if a map cannot be created.Christopher Ferris2015-05-143-1/+13
* | Add tests for elf unwinding in memory.Christopher Ferris2015-05-122-4/+304
* | Fix small ptrace reads.Christopher Ferris2015-05-062-16/+35
* | Add offset to map data.Christopher Ferris2015-05-061-0/+2
* | Add load base to map for relocation packing.Christopher Ferris2015-05-013-6/+14
* | Fix unused argument error on darwinColin Cross2015-04-301-1/+1
* | Remove libbacktrace dependency on libcutilsColin Cross2015-04-301-9/+1