index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbacktrace
/
Backtrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pc/function name for signal handler frame.
Christopher Ferris
2019-04-15
1
-0
/
+2
*
Move libbacktrace off cutils.
Elliott Hughes
2018-07-11
1
-2
/
+2
*
Include the map name when dumping memory around a register.
Elliott Hughes
2018-02-15
1
-3
/
+1
*
Use new unwinder for offline in libbacktrace.
Christopher Ferris
2018-01-29
1
-0
/
+4
*
Change all uintptr_t to uint64_t in API.
Christopher Ferris
2018-01-18
1
-7
/
+5
*
libbacktrace: export offline unwinding failures.
Yabin Cui
2017-12-15
1
-17
/
+28
*
Switch libbacktrace new unwinder.
Christopher Ferris
2017-10-30
1
-29
/
+0
*
Fix demangle of function names.
Christopher Ferris
2017-10-18
1
-1
/
+31
*
Cleanup the libbacktrace interface a bit.
Christopher Ferris
2017-07-19
1
-4
/
+1
*
Use demangle for function names.
Christopher Ferris
2017-06-02
1
-2
/
+3
*
Fix spelling error in warning
Brian Carlstrom
2017-03-23
1
-1
/
+1
*
Do not access device maps.
Christopher Ferris
2017-03-22
1
-1
/
+10
*
Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81
Josh Gao
2016-03-23
1
-16
/
+0
|
\
|
*
Don't demangle symbol names.
Josh Gao
2016-03-23
1
-16
/
+0
|
*
Display the map offset for each frame.
Christopher Ferris
2015-08-20
1
-0
/
+5
|
*
Prevent crashes if a map cannot be created.
Christopher Ferris
2015-05-15
1
-1
/
+3
|
*
Remove libbacktrace definition of gettid.
Dan Albert
2015-05-13
1
-0
/
+2
|
*
Add load base to map for relocation packing.
Christopher Ferris
2015-05-01
1
-6
/
+1
*
|
Add error reporting mechanism for failing Unwind.
Christopher Ferris
2016-03-10
1
-0
/
+21
*
|
Put BacktraceOffline code into a separate library.
Christopher Ferris
2016-01-25
1
-6
/
+0
*
|
Fix libbacktrace host build.
Yabin Cui
2015-12-07
1
-2
/
+0
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-1
/
+1
*
|
Change the way some maps are printed.
Christopher Ferris
2015-11-30
1
-6
/
+16
*
|
Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing....
Yabin Cui
2015-09-22
1
-0
/
+6
*
|
Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""
Yabin Cui
2015-09-22
1
-6
/
+0
*
|
Revert "Revert "Add BacktraceOffline for offline backtracing.""
Yabin Cui
2015-09-21
1
-0
/
+6
*
|
Revert "Add BacktraceOffline for offline backtracing."
Yabin Cui
2015-09-17
1
-6
/
+0
*
|
Add BacktraceOffline for offline backtracing.
Yabin Cui
2015-09-16
1
-0
/
+6
*
|
Display the map offset for each frame.
Christopher Ferris
2015-08-20
1
-0
/
+5
*
|
Prevent crashes if a map cannot be created.
Christopher Ferris
2015-05-14
1
-1
/
+3
*
|
Add load base to map for relocation packing.
Christopher Ferris
2015-05-01
1
-6
/
+1
*
|
Remove libbacktrace definition of gettid.
Dan Albert
2015-04-30
1
-0
/
+2
|
/
*
Refactor the code.
Christopher Ferris
2015-03-31
1
-0
/
+138
*
Re-enable libunwind for arm.
Christopher Ferris
2014-01-28
1
-228
/
+0
*
Rewrite libbacktrace to be all C++.
Christopher Ferris
2014-01-16
1
-151
/
+57
*
Create a bare bones host libbacktrace on mac.
Christopher Ferris
2014-01-13
1
-1
/
+1
*
Next phase of the move, reformat use C++ features.
Christopher Ferris
2014-01-13
1
-4
/
+7
*
Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.
Christopher Ferris
2014-01-09
1
-2
/
+2
*
Refactor to share map_info amongst threads.
Christopher Ferris
2014-01-08
1
-18
/
+30
*
Add some clarifying defines.
Christopher Ferris
2013-11-05
1
-3
/
+3
*
More libbacktrace fixes.
Christopher Ferris
2013-10-30
1
-14
/
+9
*
Rewrite libbacktrace using C++.
Christopher Ferris
2013-10-28
1
-0
/
+312