summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbacktraceoffline: make it thread-safe.Yabin Cui2017-02-131-7/+18
* libbacktraceoffline: choose correct debug section for a given address.Yabin Cui2017-02-104-79/+156
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-112-2/+3
* Remove obsolete mentions of LLVM_HOST_BUILD_MKColin Cross2016-12-171-14/+0
* Convert the rest of libbacktrace to Android.bpColin Cross2016-12-153-218/+93
* Fix unused parameter warning for mips buildsColin Cross2016-12-151-0/+5
* Revert "Convert the rest of libbacktrace to Android.bp"Colin Cross2016-12-153-93/+218
* Convert the rest of libbacktrace to Android.bpColin Cross2016-12-143-218/+93
* libbacktrace_offline: support .ARM.exidx.Yabin Cui2016-12-0717-226/+876
* Statically link LLVM libraries into backtrace_testPirama Arumuga Nainar2016-11-301-35/+10
* Merge "Revert "Use process_vm_readv to read memory.""Christopher Ferris2016-11-141-12/+33
|\
| * Revert "Use process_vm_readv to read memory."Christopher Ferris2016-11-101-12/+33
* | Make libbacktrace build with LLVM r275480Pirama Arumuga Nainar2016-10-261-1/+1
* | Merge "Add missing host ldlibs"Colin Cross2016-10-201-0/+1
|\ \
| * | Add missing host ldlibsColin Cross2016-10-201-0/+1
* | | system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-0/+2
|/ /
* | Merge "Rely on the platform -std default."Treehugger Robot2016-10-132-8/+0
|\ \ | |/ |/|
| * Rely on the platform -std default.Elliott Hughes2016-10-102-8/+0
* | Use process_vm_readv to read memory.Christopher Ferris2016-10-121-33/+12
|/
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-302-2/+2
* 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-132-86/+121
|\|
| * Convert libbacktrace, libutils to SoongDan Willemsen2016-07-122-86/+121
* | Merge \"Fix race condition updating local map data.\"Christopher Ferris2016-06-174-5/+24
|\|
| * Fix race condition updating local map data.Christopher Ferris2016-06-174-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-182-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-131-2/+0
| | * Modify the code to avoid potential deadlocks.Christopher Ferris2015-06-014-17/+40