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
/
libunwindstack
/
Unwinder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug when doing signal handler lookup.
Christopher Ferris
2018-05-17
1
-2
/
+1
*
Support a map that represents gdb jit elf data.
Yabin Cui
2018-03-21
1
-5
/
+11
*
Don't include map name if the consumer doesn't want names.
David Srbecky
2018-03-19
1
-2
/
+6
*
Remove leftover commented out code.
Christopher Ferris
2018-03-06
1
-1
/
+0
*
Change the GetAdjustedRelPc to GetPcAdjustment.
Christopher Ferris
2018-02-21
1
-17
/
+15
*
Add ability to skip function name resolution.
Christopher Ferris
2018-02-20
1
-1
/
+6
*
Implement new DEX PC lookup scheme.
Christopher Ferris
2018-02-13
1
-0
/
+1
*
Fix computation of pc.
Christopher Ferris
2018-02-12
1
-1
/
+1
*
Clear dex pc to avoid duplicate frames.
Christopher Ferris
2018-02-12
1
-0
/
+2
*
Check that dex pc is in a valid map.
Christopher Ferris
2018-02-06
1
-7
/
+12
*
Load dex files from ART-specific data structure.
Christopher Ferris
2018-02-02
1
-39
/
+12
*
Fix symbol resolution within a dex file.
David Srbecky
2018-02-01
1
-1
/
+2
*
Move dex pc frame creation into libunwindstack.
Christopher Ferris
2018-01-31
1
-1
/
+78
*
Add error propagation into Unwinder/Elf objects.
Christopher Ferris
2018-01-24
1
-0
/
+8
*
Add support for getting a dex pc.
Christopher Ferris
2018-01-17
1
-0
/
+1
*
Add ability to read jit gdb data.
Christopher Ferris
2018-01-12
1
-9
/
+32
*
Do not check arch for format check.
Christopher Ferris
2017-12-08
1
-1
/
+1
*
Split arch data into separate files.
Christopher Ferris
2017-12-06
1
-2
/
+1
*
Fix incorrect usage of relative pcs.
Christopher Ferris
2017-11-29
1
-13
/
+15
*
Move sp/pc not changing check into Unwinder.
Christopher Ferris
2017-10-31
1
-1
/
+9
*
Add an interface for stopping in certain maps.
Christopher Ferris
2017-10-24
1
-6
/
+11
*
Multiple bugfixes, small restructuring.
Christopher Ferris
2017-10-20
1
-3
/
+17
*
Fix setting of map_offset in frame data.
Christopher Ferris
2017-10-17
1
-1
/
+1
*
Update the Unwinder object and add tests.
Christopher Ferris
2017-10-04
1
-16
/
+54
*
Add a new unwind method on error.
Christopher Ferris
2017-09-22
1
-0
/
+145