index
:
system_core.git
r11.1
s12.1
t13.0
u14.0
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libunwindstack
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix handling of globals for new linker.
Christopher Ferris
2018-10-08
4
-17
/
+16
*
Implement support for linker rosegment option.
Christopher Ferris
2018-10-03
19
-110
/
+397
*
Fix implicit fall through switch cases.
Christopher Ferris
2018-09-19
1
-0
/
+1
*
Suppress implicit-fallthrough warnings.
Chih-Hung Hsieh
2018-09-17
1
-2
/
+5
*
Merge "Allow to get raw register data on all platforms."
Florian Mayer
2018-08-08
1
-6
/
+5
|
\
|
*
Allow to get raw register data on all platforms.
Florian Mayer
2018-08-08
1
-6
/
+5
*
|
Move to using ClassAccessor
Mathieu Chartier
2018-08-08
2
-24
/
+6
|
/
*
Be permissive about badly formed elf files.
Christopher Ferris
2018-08-03
4
-37
/
+127
*
Fix incorrect left shifts.
Christopher Ferris
2018-08-02
3
-9
/
+97
*
Create lookup table of DEX symbols.
David Srbecky
2018-07-20
3
-15
/
+88
*
Remove Memory::ReadField.
Christopher Ferris
2018-07-12
7
-150
/
+18
*
Move libbacktrace off cutils.
Elliott Hughes
2018-07-11
1
-2
/
+2
*
Refactor the DwarfSection classes.
Christopher Ferris
2018-06-27
12
-1889
/
+1312
*
Fix ARM program header values used for exidx.
Christopher Ferris
2018-06-22
6
-105
/
+63
*
Fix handling of load bias values.
Christopher Ferris
2018-06-11
40
-898
/
+1752
*
Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT.
Elliott Hughes
2018-06-06
1
-0
/
+3
*
Merge "Build adbd for recovery"
Treehugger Robot
2018-05-25
1
-0
/
+9
|
\
|
*
Build adbd for recovery
Jiyong Park
2018-05-24
1
-0
/
+9
*
|
Add a specialized LocalUnwinder object.
Christopher Ferris
2018-05-23
8
-5
/
+589
|
/
*
Merge "Libunwindstack: Add -O0 to tools defaults on host"
Treehugger Robot
2018-05-23
1
-0
/
+9
|
\
|
*
Libunwindstack: Add -O0 to tools defaults on host
Andreas Gampe
2018-05-21
1
-0
/
+9
*
|
Fix error messages handling.
Christopher Ferris
2018-05-21
1
-6
/
+8
|
/
*
Fix bug when doing signal handler lookup.
Christopher Ferris
2018-05-17
13
-63
/
+203
*
libprocinfo: add functions reading process map file.
Yabin Cui
2018-05-14
3
-163
/
+31
*
Match LZMA SDK 18.05 API.
Sen Jiang
2018-05-04
1
-3
/
+3
*
Add test_suites lines.
Elliott Hughes
2018-04-27
1
-0
/
+1
*
libunwindstack: add Regs::Clone.
Josh Gao
2018-04-20
15
-0
/
+77
*
Add a MemoryOfflineBuffer object.
Christopher Ferris
2018-04-03
4
-0
/
+132
*
Merge "Cache DWARF location rules for a given pc."
Christopher Ferris
2018-03-29
6
-15
/
+111
|
\
|
*
Cache DWARF location rules for a given pc.
David Srbecky
2018-03-29
6
-15
/
+111
*
|
Fix null pointer dereference in RegsArm.
Christopher Ferris
2018-03-28
8
-86
/
+99
|
/
*
Support a map that represents gdb jit elf data.
Yabin Cui
2018-03-21
12
-5
/
+83
*
Merge "Always set the sp reg to the cfa for DWARF."
Christopher Ferris
2018-03-19
36
-254
/
+417
|
\
|
*
Always set the sp reg to the cfa for DWARF.
Yabin Cui
2018-03-16
36
-254
/
+417
*
|
Merge "Don't include map name if the consumer doesn't want names."
David Srbecky
2018-03-19
2
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
Don't include map name if the consumer doesn't want names.
David Srbecky
2018-03-19
2
-5
/
+9
*
|
Handle ARM thumb function symbols.
Christopher Ferris
2018-03-15
4
-4
/
+19
*
|
Merge "Remove libunwindstack_dex"
David Srbecky
2018-03-13
1
-74
/
+9
|
\
\
|
|
/
|
/
|
|
*
Remove libunwindstack_dex
David Srbecky
2018-03-12
1
-74
/
+9
*
|
Don't implicitly dereference DW_CFA_def_cfa_expression.
David Srbecky
2018-03-08
4
-18
/
+13
|
/
*
Remove leftover commented out code.
Christopher Ferris
2018-03-06
1
-1
/
+0
*
Merge "Adjust DEX file reading to follow layout changes in ART."
David Srbecky
2018-02-23
2
-18
/
+32
|
\
|
*
Adjust DEX file reading to follow layout changes in ART.
David Srbecky
2018-02-16
2
-18
/
+32
*
|
Change the GetAdjustedRelPc to GetPcAdjustment.
Christopher Ferris
2018-02-21
18
-132
/
+453
*
|
Add ability to skip function name resolution.
Christopher Ferris
2018-02-20
3
-1
/
+72
*
|
Merge "bpfmt."
Treehugger Robot
2018-02-20
1
-2
/
+8
|
\
\
|
*
|
bpfmt.
Elliott Hughes
2018-02-16
1
-2
/
+8
*
|
|
Modify elf cache to handle elf_offsets properly.
Christopher Ferris
2018-02-16
4
-22
/
+116
|
/
/
*
/
Fix soname reading code.
Christopher Ferris
2018-02-15
6
-133
/
+127
|
/
*
Move libdexfile out of runtime
David Sehr
2018-02-14
1
-0
/
+1
[prev]
[next]