summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-1/+1
* Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-182-7/+9
* libbacktrace: only build libbacktrace_offline static library.Yabin Cui2016-04-141-35/+31
* libbacktrace_offline: support unwinding of shared libraries in apk file.Yabin Cui2016-03-262-14/+120
* Merge "Update BacktraceOffline for LLVM rebase to r256229."Pirama Arumuga Nainar2016-03-181-2/+2
|\
| * Update BacktraceOffline for LLVM rebase to r256229.Stephen Hines2016-03-081-2/+2
* | Add error reporting mechanism for failing Unwind.Christopher Ferris2016-03-106-2/+85
* | Merge "Don't fail if the new pss is less than stable."Christopher Ferris2016-03-081-3/+3
|\ \ | |/ |/|
| * Don't fail if the new pss is less than stable.Christopher Ferris2016-03-071-3/+3
* | 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
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-3/+2
* libbacktrace: support building static libraries on target.Yabin Cui2016-02-101-2/+29
* 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-042-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-221-1/+6
* | Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....Yabin Cui2015-09-227-0/+975
|/
* Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""Yabin Cui2015-09-227-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-022-1/+9
* Remove PtraceRead error message.Christopher Ferris2015-06-121-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
* Remove libbacktrace definition of gettid.Dan Albert2015-04-305-25/+15
* Remove libunwind-ptrace dependency.Christopher Ferris2015-04-151-1/+0
* Update the test for better output on error.Christopher Ferris2015-04-021-14/+31
* Discards frames for code within library.Christopher Ferris2015-04-014-17/+54
* Merge "Refactor the code."Christopher Ferris2015-03-3122-758/+761
|\
| * Refactor the code.Christopher Ferris2015-03-3122-758/+761
* | Merge "Add -Wno-inline-asm to Clang flags."Stephen Hines2015-03-312-0/+7
|\ \ | |/ |/|