index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbacktrace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a method to share the process memory object.
Christopher Ferris
2017-09-05
4
-22
/
+24
*
Update the tests.
Christopher Ferris
2017-08-28
9
-404
/
+485
*
Merge "libunwindstack: make machine type a property of Regs."
Treehugger Robot
2017-08-26
1
-4
/
+5
|
\
|
*
libunwindstack: make machine type a property of Regs.
Josh Gao
2017-08-25
1
-4
/
+5
*
|
Merge "Speed up map creation."
Christopher Ferris
2017-08-25
2
-0
/
+176
|
\
\
|
*
|
Speed up map creation.
Christopher Ferris
2017-08-23
2
-0
/
+176
|
|
/
*
/
Mark the modules as VNDK-SP in Android.bp
Justin Yun
2017-08-23
1
-0
/
+4
|
/
*
Add demangling of function name.
Christopher Ferris
2017-08-11
1
-1
/
+4
*
Small clean ups
Christopher Ferris
2017-08-09
1
-12
/
+5
*
Add support for the new unwind method.
Christopher Ferris
2017-08-03
7
-0
/
+424
*
Merge "Revert "Add support for the new unwind method.""
Christopher Ferris
2017-08-02
7
-424
/
+0
|
\
|
*
Revert "Add support for the new unwind method."
Christopher Ferris
2017-08-02
7
-424
/
+0
*
|
Merge "Add support for the new unwind method."
Christopher Ferris
2017-08-01
7
-0
/
+424
|
\
|
|
*
Add support for the new unwind method.
Christopher Ferris
2017-07-31
7
-0
/
+424
*
|
Fix misc-macro-parentheses warnings in system/core.
Chih-Hung Hsieh
2017-08-01
1
-2
/
+2
|
/
*
Cleanup the libbacktrace interface a bit.
Christopher Ferris
2017-07-19
8
-29
/
+37
*
Backtrace: Add libziparchive dependency
Andreas Gampe
2017-07-04
1
-0
/
+1
*
Use demangle for function names.
Christopher Ferris
2017-06-02
2
-2
/
+4
*
Use async safe logging in signal handlers.
Christopher Ferris
2017-05-04
4
-11
/
+53
*
libutils: export libbacktrace headers
Steven Moreland
2017-04-28
1
-0
/
+1
*
libbacktrace: make vendor_available
Steven Moreland
2017-04-19
1
-0
/
+1
*
Moved include/backtrace to libbacktrace/include
Vijay Venkatraman
2017-04-11
4
-0
/
+342
*
Merge "Test unwinding through a signal handler."
Christopher Ferris
2017-03-24
4
-21
/
+208
|
\
|
*
Test unwinding through a signal handler.
Christopher Ferris
2017-03-23
4
-21
/
+208
*
|
Fix spelling error in warning
Brian Carlstrom
2017-03-23
1
-1
/
+1
|
/
*
Do not access device maps.
Christopher Ferris
2017-03-22
4
-3
/
+204
*
Allow calling GetFunctionName before unwinding.
Christopher Ferris
2017-03-21
9
-112
/
+160
*
Enable more modules on linux_bionic builds
Dan Willemsen
2017-03-15
1
-0
/
+12
*
Merge "Restore errno in signal handlers."
Christopher Ferris
2017-03-13
1
-0
/
+20
|
\
|
*
Restore errno in signal handlers.
Christopher Ferris
2017-03-10
1
-0
/
+20
*
|
Add a 2 width option of clang format.
Christopher Ferris
2017-03-10
1
-0
/
+1
|
/
*
libbacktraceoffline: make it thread-safe.
Yabin Cui
2017-02-13
1
-7
/
+18
*
libbacktraceoffline: choose correct debug section for a given address.
Yabin Cui
2017-02-10
4
-79
/
+156
*
liblog: use log/log.h when utilizing ALOG macros
Mark Salyzyn
2017-01-11
2
-2
/
+3
*
Remove obsolete mentions of LLVM_HOST_BUILD_MK
Colin Cross
2016-12-17
1
-14
/
+0
*
Convert the rest of libbacktrace to Android.bp
Colin Cross
2016-12-15
3
-218
/
+93
*
Fix unused parameter warning for mips builds
Colin Cross
2016-12-15
1
-0
/
+5
*
Revert "Convert the rest of libbacktrace to Android.bp"
Colin Cross
2016-12-15
3
-93
/
+218
*
Convert the rest of libbacktrace to Android.bp
Colin Cross
2016-12-14
3
-218
/
+93
*
libbacktrace_offline: support .ARM.exidx.
Yabin Cui
2016-12-07
17
-226
/
+876
*
Statically link LLVM libraries into backtrace_test
Pirama Arumuga Nainar
2016-11-30
1
-35
/
+10
*
Merge "Revert "Use process_vm_readv to read memory.""
Christopher Ferris
2016-11-14
1
-12
/
+33
|
\
|
*
Revert "Use process_vm_readv to read memory."
Christopher Ferris
2016-11-10
1
-12
/
+33
*
|
Make libbacktrace build with LLVM r275480
Pirama Arumuga Nainar
2016-10-25
1
-1
/
+1
*
|
Merge "Add missing host ldlibs"
Colin Cross
2016-10-20
1
-0
/
+1
|
\
\
|
*
|
Add missing host ldlibs
Colin Cross
2016-10-20
1
-0
/
+1
*
|
|
system/core: preparation to pull back interfaces from android/log.h
Mark Salyzyn
2016-10-20
1
-0
/
+2
|
/
/
*
|
Merge "Rely on the platform -std default."
Treehugger Robot
2016-10-14
2
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
Rely on the platform -std default.
Elliott Hughes
2016-10-10
2
-8
/
+0
*
|
Use process_vm_readv to read memory.
Christopher Ferris
2016-10-12
1
-33
/
+12
|
/
[next]