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
/
include
/
unwindstack
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the GetAdjustedRelPc to GetPcAdjustment.
Christopher Ferris
2018-02-21
8
-8
/
+9
*
Add ability to skip function name resolution.
Christopher Ferris
2018-02-20
1
-0
/
+5
*
Modify elf cache to handle elf_offsets properly.
Christopher Ferris
2018-02-16
1
-2
/
+4
*
Fix soname reading code.
Christopher Ferris
2018-02-15
1
-0
/
+1
*
Implement new DEX PC lookup scheme.
Christopher Ferris
2018-02-13
1
-2
/
+4
*
Expose per arch headers.
Christopher Ferris
2018-02-08
18
-0
/
+1068
*
Check that dex pc is in a valid map.
Christopher Ferris
2018-02-06
1
-6
/
+6
*
Load dex files from ART-specific data structure.
Christopher Ferris
2018-02-02
1
-3
/
+25
*
Fix symbol resolution within a dex file.
David Srbecky
2018-02-01
1
-3
/
+3
*
Move dex pc frame creation into libunwindstack.
Christopher Ferris
2018-01-31
2
-1
/
+65
*
Add a global elf cache.
Christopher Ferris
2018-01-25
2
-2
/
+16
*
Add error propagation into Unwinder/Elf objects.
Christopher Ferris
2018-01-24
6
-3
/
+106
*
Add support for getting a dex pc.
Christopher Ferris
2018-01-17
4
-1
/
+8
*
Add ability to read jit gdb data.
Christopher Ferris
2018-01-12
6
-4
/
+112
*
Fix issues in libunwindstack.
Christopher Ferris
2017-12-15
3
-10
/
+18
*
Add libunwindstack support for Mips and Mips64
Douglas Leung
2017-12-11
4
-6
/
+115
*
Do not check arch for format check.
Christopher Ferris
2017-12-08
1
-0
/
+4
*
Add method to detect remote read function to use.
Christopher Ferris
2017-12-07
1
-1
/
+3
*
Split arch data into separate files.
Christopher Ferris
2017-12-06
6
-82
/
+245
*
Demand read load bias for a map.
Christopher Ferris
2017-12-05
3
-0
/
+7
*
Merge changes I53c2c560,I7d845ac5,I8b11d923
Treehugger Robot
2017-12-02
1
-26
/
+36
|
\
|
*
unwindstack: rename Memory::ReadPartially to Read.
Josh Gao
2017-11-15
1
-7
/
+7
|
*
unwindstack: rename Memory::Read to ReadFully.
Josh Gao
2017-11-15
1
-4
/
+8
|
*
unwindstack: add Memory::ReadPartially.
Josh Gao
2017-11-15
1
-23
/
+29
*
|
Fix incorrect usage of relative pcs.
Christopher Ferris
2017-11-29
2
-3
/
+3
*
|
Allow multiple threads sharing a map to unwind.
Christopher Ferris
2017-11-28
4
-12
/
+29
|
/
*
Add support for only a .eh_frame.
Christopher Ferris
2017-11-07
2
-4
/
+33
*
Add an interface for stopping in certain maps.
Christopher Ferris
2017-10-24
1
-3
/
+2
*
Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a
Treehugger Robot
2017-10-24
1
-0
/
+18
|
\
|
*
libunwindstack: add method to iterate across registers.
Josh Gao
2017-10-20
1
-0
/
+18
*
|
Multiple bugfixes, small restructuring.
Christopher Ferris
2017-10-20
3
-21
/
+25
|
/
*
Update the Unwinder object and add tests.
Christopher Ferris
2017-10-04
2
-6
/
+8
*
Add a new unwind method on error.
Christopher Ferris
2017-09-22
5
-5
/
+93
*
Add a method to share the process memory object.
Christopher Ferris
2017-09-05
2
-6
/
+12
*
Add proper support for embedded elf files.
Christopher Ferris
2017-08-30
3
-0
/
+14
*
Merge "libunwindstack: make machine type a property of Regs."
Treehugger Robot
2017-08-26
1
-2
/
+12
|
\
|
*
libunwindstack: make machine type a property of Regs.
Josh Gao
2017-08-25
1
-2
/
+12
*
|
Speed up map creation.
Christopher Ferris
2017-08-23
1
-2
/
+5
|
/
*
Small clean ups
Christopher Ferris
2017-08-09
1
-1
/
+1
*
Add support for the new unwind method.
Christopher Ferris
2017-08-03
1
-0
/
+1
*
Allow mips to build.
Christopher Ferris
2017-08-02
1
-0
/
+5
*
Revert "Add support for the new unwind method."
Christopher Ferris
2017-08-02
1
-1
/
+0
*
Add support for the new unwind method.
Christopher Ferris
2017-07-31
1
-0
/
+1
*
Speed up StepIfSignalHandler path.
Christopher Ferris
2017-07-19
1
-5
/
+5
*
Add signal handling to the register object.
Christopher Ferris
2017-07-18
1
-0
/
+16
*
Make the library usable as a library.
Christopher Ferris
2017-07-14
12
-0
/
+1149