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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to skip function name resolution.
Christopher Ferris
2018-02-20
2
-0
/
+9
*
bpfmt.
Elliott Hughes
2018-02-16
1
-7
/
+6
*
Fix darwin build
Christopher Tate
2018-02-16
1
-0
/
+3
*
Include the map name when dumping memory around a register.
Elliott Hughes
2018-02-15
3
-4
/
+15
*
Load dex files from ART-specific data structure.
Christopher Ferris
2018-02-02
1
-1
/
+1
*
Move dex pc frame creation into libunwindstack.
Christopher Ferris
2018-01-31
7
-629
/
+23
*
Use new unwinder for offline in libbacktrace.
Christopher Ferris
2018-01-29
26
-1513
/
+424
*
Fix frame numbering regression.
Christopher Ferris
2018-01-26
1
-4
/
+4
*
Emit the frame for DEX PC before the frame for native PC.
David Srbecky
2018-01-25
1
-15
/
+21
*
Add extra frame when dex_pc is non-zero.
Christopher Ferris
2018-01-23
8
-5
/
+650
*
Fix null ptr dereference if jit debug not enabled.
Christopher Ferris
2018-01-22
1
-1
/
+3
*
Merge "Change all uintptr_t to uint64_t in API."
Christopher Ferris
2018-01-19
23
-599
/
+144
|
\
|
*
Change all uintptr_t to uint64_t in API.
Christopher Ferris
2018-01-18
23
-599
/
+144
*
|
Add support for getting a dex pc.
Christopher Ferris
2018-01-17
2
-0
/
+2
|
/
*
Add ability to read jit gdb data.
Christopher Ferris
2018-01-12
3
-0
/
+12
*
libBacktraceOffline: improve unwinding callchains.
Yabin Cui
2017-12-18
7
-32
/
+325
*
libbacktrace: export offline unwinding failures.
Yabin Cui
2017-12-15
10
-68
/
+126
*
libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.
Yabin Cui
2017-12-10
6
-52
/
+39
*
Make sure at least XX maps are created.
Christopher Ferris
2017-12-08
1
-4
/
+5
*
Merge "Add method to detect remote read function to use."
Christopher Ferris
2017-12-08
5
-3
/
+210
|
\
|
*
Add method to detect remote read function to use.
Christopher Ferris
2017-12-07
5
-3
/
+210
*
|
Merge "Add OWNERS."
Elliott Hughes
2017-12-07
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add OWNERS.
Elliott Hughes
2017-12-07
1
-0
/
+2
*
|
Merge "Split arch data into separate files."
Christopher Ferris
2017-12-07
1
-4
/
+2
|
\
\
|
*
|
Split arch data into separate files.
Christopher Ferris
2017-12-06
1
-4
/
+2
*
|
|
Merge "libBacktraceOffline: fix using debug frame with load bias."
Yabin Cui
2017-12-07
4
-1
/
+58
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
libBacktraceOffline: fix using debug frame with load bias.
Yabin Cui
2017-12-06
4
-1
/
+58
|
|
/
*
/
Demand read load bias for a map.
Christopher Ferris
2017-12-05
6
-23
/
+113
|
/
*
Allow multiple threads sharing a map to unwind.
Christopher Ferris
2017-11-28
2
-49
/
+20
*
Only skip frames for local unwinds.
Christopher Ferris
2017-11-02
2
-6
/
+8
*
Switch libbacktrace new unwinder.
Christopher Ferris
2017-10-30
7
-166
/
+7
*
libbacktrace: remove exit time destructors.
Josh Gao
2017-10-26
2
-1
/
+5
*
libbacktrace: add benchmarks for Backtrace::Create, CreateNew.
Josh Gao
2017-10-26
2
-0
/
+24
*
libbacktrace: let the benchmark library decide iteration count.
Josh Gao
2017-10-26
1
-10
/
+7
*
libbacktrace: correctly number frames when skipping.
Josh Gao
2017-10-26
2
-1
/
+17
*
Merge "Add an interface for stopping in certain maps."
Christopher Ferris
2017-10-25
2
-4
/
+11
|
\
|
*
Add an interface for stopping in certain maps.
Christopher Ferris
2017-10-24
2
-4
/
+11
*
|
Remove PauseTiming/ResumeTiming calls.
Christopher Ferris
2017-10-24
1
-3
/
+0
|
/
*
Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a
Treehugger Robot
2017-10-24
5
-28
/
+49
|
\
|
*
libbacktrace: expose BacktraceMap's unwindstack::Memory.
Josh Gao
2017-10-20
3
-0
/
+10
|
*
libunwindstack: expose UnwindStackMap::GetFunctionName.
Josh Gao
2017-10-20
4
-24
/
+28
|
*
libbacktrace: expose libunwindstack Unwind routine.
Josh Gao
2017-10-20
2
-4
/
+11
*
|
Fix demangle of function names.
Christopher Ferris
2017-10-18
2
-31
/
+32
|
/
*
Merge "libbacktrace is not directly available to vendors"
Treehugger Robot
2017-10-19
1
-1
/
+1
|
\
|
*
libbacktrace is not directly available to vendors
Jiyong Park
2017-10-16
1
-1
/
+1
*
|
Use target.linux for all linux kernel based targets
Dan Willemsen
2017-10-16
1
-31
/
+3
|
/
*
Merge "Update the Unwinder object and add tests."
Christopher Ferris
2017-10-05
1
-120
/
+30
|
\
|
*
Update the Unwinder object and add tests.
Christopher Ferris
2017-10-04
1
-120
/
+30
*
|
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
Dan Willemsen
2017-10-02
1
-3
/
+3
*
|
Remove default libraries
Dan Willemsen
2017-09-29
1
-5
/
+0
[next]