summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Replace libziparchive-host with libziparchiveColin Cross2016-08-261-2/+2
* Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh2016-08-011-1/+1
|\
| * Merge "Fix clang-tidy performance warnings in syste/core."Treehugger Robot2016-08-011-1/+1
| |\
| | * Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
* | | Merge \"Fix google-explicit-constructor warnings in system/core.\"Chih-Hung Hsieh2016-07-291-2/+2
|\| |
| * | Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-261-2/+2
| |/
* | resolve merge conflicts of 41e82a3 to stage-aosp-masterColin Cross2016-07-122-86/+121
|\|
| * Convert libbacktrace, libutils to SoongDan Willemsen2016-07-122-86/+121
* | Merge \"Fix race condition updating local map data.\"Christopher Ferris2016-06-184-5/+24
|\|
| * Fix race condition updating local map data.Christopher Ferris2016-06-164-5/+24
* | Merge "Remove invalid uses of -l and -I" am: 5d6193c658Dan Willemsen2016-06-011-1/+3
|\|
| * Remove invalid uses of -l and -IDan Willemsen2016-06-011-1/+3
* | Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." ...Chih-Hung Hsieh2016-05-192-2/+2
|\|
| * Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.Chih-Hung Hsieh2016-05-182-2/+2
* | Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5aChih-hung Hsieh2016-04-301-1/+1
|\|
| * Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-1/+1
* | Merge "Fix google-runtime-int warnings." am: 603df0eChih-hung Hsieh2016-04-192-7/+9
|\|
| * Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-182-7/+9
* | Merge "libbacktrace: only build libbacktrace_offline static library." am: f20...Yabin Cui2016-04-141-35/+31
|\|
| * libbacktrace: only build libbacktrace_offline static library.Yabin Cui2016-04-141-35/+31
* | Merge "libbacktrace_offline: support unwinding of shared libraries in apk fil...Yabin Cui2016-03-292-14/+120
|\|
| * libbacktrace_offline: support unwinding of shared libraries in apk file.Yabin Cui2016-03-262-14/+120
* | Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81 am: 0fb3191Josh Gao2016-03-231-16/+0
|\ \ | |/ |/|
| * 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-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-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-201-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
* | | 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