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_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test unwinding through a signal handler.
Christopher Ferris
2017-03-23
1
-7
/
+146
*
Do not access device maps.
Christopher Ferris
2017-03-22
1
-0
/
+166
*
Allow calling GetFunctionName before unwinding.
Christopher Ferris
2017-03-21
1
-84
/
+88
*
Fix race condition updating local map data.
Christopher Ferris
2016-06-16
1
-0
/
+1
*
Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace.
Chih-Hung Hsieh
2016-05-18
1
-1
/
+1
*
Add error reporting mechanism for failing Unwind.
Christopher Ferris
2016-03-10
1
-0
/
+32
*
Don't fail if the new pss is less than stable.
Christopher Ferris
2016-03-07
1
-3
/
+3
*
system/core: Cleanup direct calls to opendir by containing in a
James Hawkins
2016-02-18
1
-3
/
+2
*
Modify tests to use executable memory.
Christopher Ferris
2016-01-15
1
-2
/
+2
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-2
/
+1
*
Change the way some maps are printed.
Christopher Ferris
2015-11-30
1
-4
/
+17
*
am e0ab2322: Display the map offset for each frame.
Christopher Ferris
2015-08-20
1
-0
/
+9
|
\
|
*
Display the map offset for each frame.
Christopher Ferris
2015-08-20
1
-0
/
+9
|
*
Add tests for elf unwinding in memory.
Christopher Ferris
2015-05-13
1
-0
/
+298
|
*
Remove libbacktrace definition of gettid.
Dan Albert
2015-05-13
1
-8
/
+9
|
*
Fix small ptrace reads.
Christopher Ferris
2015-05-06
1
-9
/
+29
|
*
Add load base to map for relocation packing.
Christopher Ferris
2015-05-01
1
-0
/
+11
*
|
Use delete[] to de-allocate pointers from new[]
Pirama Arumuga Nainar
2015-07-09
1
-2
/
+2
*
|
Add tests for elf unwinding in memory.
Christopher Ferris
2015-05-12
1
-0
/
+298
*
|
Fix small ptrace reads.
Christopher Ferris
2015-05-06
1
-9
/
+29
*
|
Add load base to map for relocation packing.
Christopher Ferris
2015-05-01
1
-0
/
+11
*
|
Remove libbacktrace definition of gettid.
Dan Albert
2015-04-30
1
-8
/
+9
|
/
*
Update the test for better output on error.
Christopher Ferris
2015-04-02
1
-14
/
+31
*
Discards frames for code within library.
Christopher Ferris
2015-04-01
1
-0
/
+18
*
Refactor the code.
Christopher Ferris
2015-03-31
1
-9
/
+22
*
Add variable length read to Backtrace.
Christopher Ferris
2015-03-17
1
-77
/
+238
*
Move map data into backtrace data proper.
Christopher Ferris
2015-02-06
1
-10
/
+24
*
Convert futex to cond wait.
Christopher Ferris
2014-11-14
1
-5
/
+12
*
Rewrite unwind thread handling.
Christopher Ferris
2014-05-08
1
-0
/
+43
*
Use real time signal for threads instead of SIGURG.
Christopher Ferris
2014-04-30
1
-2
/
+11
*
Create an UnwindMapLocal object.
Christopher Ferris
2014-04-03
1
-6
/
+141
*
Re-enable libunwind for arm.
Christopher Ferris
2014-01-28
1
-6
/
+47
*
Rewrite libbacktrace to be all C++.
Christopher Ferris
2014-01-16
1
-38
/
+57
*
Next phase of the move, reformat use C++ features.
Christopher Ferris
2014-01-13
1
-179
/
+147
*
Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD.
Christopher Ferris
2014-01-09
1
-12
/
+19
*
Use new defines in test code.
Christopher Ferris
2013-11-05
1
-13
/
+13
*
Rewrite libbacktrace using C++.
Christopher Ferris
2013-10-28
1
-0
/
+660