Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
61b580e15ec5e6e090c12b0260512ff4bfd0eafc
/
libunwindstack
4cc36d2
Fix handling of load bias values.
by Christopher Ferris
· 6 years ago
f6d7594
Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT.
by Elliott Hughes
· 6 years ago
6c9bb05
Merge "Build adbd for recovery"
by Treehugger Robot
· 7 years ago
a0e7504
Build adbd for recovery
by Jiyong Park
· 7 years ago
ca9a54b
Add a specialized LocalUnwinder object.
by Christopher Ferris
· 7 years ago
2ed14f3
Merge "Libunwindstack: Add -O0 to tools defaults on host"
by Treehugger Robot
· 7 years ago
5e516ca
Fix error messages handling.
by Christopher Ferris
· 7 years ago
8ccbe42
Libunwindstack: Add -O0 to tools defaults on host
by Andreas Gampe
· 7 years ago
239425b
Fix bug when doing signal handler lookup.
by Christopher Ferris
· 7 years ago
3841acc
libprocinfo: add functions reading process map file.
by Yabin Cui
· 7 years ago
2ef03e0
Match LZMA SDK 18.05 API.
by Sen Jiang
· 7 years ago
40fdf3f
Add test_suites lines.
by Elliott Hughes
· 7 years ago
2f37a15
libunwindstack: add Regs::Clone.
by Josh Gao
· 7 years ago
6633b0c
Add a MemoryOfflineBuffer object.
by Christopher Ferris
· 7 years ago
95a5244
Merge "Cache DWARF location rules for a given pc."
by Christopher Ferris
· 7 years ago
3386eba
Cache DWARF location rules for a given pc.
by David Srbecky
· 7 years ago
6dbc28e
Fix null pointer dereference in RegsArm.
by Christopher Ferris
· 7 years ago
d5b22c5
Support a map that represents gdb jit elf data.
by Yabin Cui
· 7 years ago
b22451f
Merge "Always set the sp reg to the cfa for DWARF."
by Christopher Ferris
· 7 years ago
e8d1b75
Merge "Don't include map name if the consumer doesn't want names."
by David Srbecky
· 7 years ago
e62f4c4
Don't include map name if the consumer doesn't want names.
by David Srbecky
· 7 years ago
11e96fe
Always set the sp reg to the cfa for DWARF.
by Yabin Cui
· 7 years ago
704ec9a
Handle ARM thumb function symbols.
by Christopher Ferris
· 7 years ago
ff9b1db
Merge "Remove libunwindstack_dex"
by David Srbecky
· 7 years ago
18121dc
Remove libunwindstack_dex
by David Srbecky
· 7 years ago
3692f25
Don't implicitly dereference DW_CFA_def_cfa_expression.
by David Srbecky
· 7 years ago
81744ac
Remove leftover commented out code.
by Christopher Ferris
· 7 years ago
8fbdbba
Merge "Adjust DEX file reading to follow layout changes in ART."
by David Srbecky
· 7 years ago
a2ec50b
Change the GetAdjustedRelPc to GetPcAdjustment.
by Christopher Ferris
· 7 years ago
e4b3a6a
Add ability to skip function name resolution.
by Christopher Ferris
· 7 years ago
0609e8d
Merge "bpfmt."
by Treehugger Robot
· 7 years ago
dc699a2
bpfmt.
by Elliott Hughes
· 7 years ago
d9575b6
Modify elf cache to handle elf_offsets properly.
by Christopher Ferris
· 7 years ago
4015ef4
Adjust DEX file reading to follow layout changes in ART.
by David Srbecky
· 7 years ago
beae42b
Fix soname reading code.
by Christopher Ferris
· 7 years ago
3a26c27
Move libdexfile out of runtime
by David Sehr
· 7 years ago
559c7f2
Implement new DEX PC lookup scheme.
by Christopher Ferris
· 7 years ago
e4df5f5
Fix computation of pc.
by Christopher Ferris
· 7 years ago
73a2508
Merge "Fix off by 4 error handling eh_frame hdr."
by Christopher Ferris
· 7 years ago
a8c3973
Clear dex pc to avoid duplicate frames.
by Christopher Ferris
· 7 years ago
e37e2d0
Fix off by 4 error handling eh_frame hdr.
by Christopher Ferris
· 7 years ago
5391416
Expose per arch headers.
by Christopher Ferris
· 7 years ago
892e675
Remove dependency on -no_art variant
by David Sehr
· 7 years ago
e762f1f
Check that dex pc is in a valid map.
by Christopher Ferris
· 7 years ago
d663ef9
Merge "Fix in-memory loading of cdex files with shared data."
by David Srbecky
· 7 years ago
5f5cb23
Small test clean up.
by Christopher Ferris
· 7 years ago
417f7c3
Fix in-memory loading of cdex files with shared data.
by David Srbecky
· 7 years ago
7747b60
Load dex files from ART-specific data structure.
by Christopher Ferris
· 7 years ago
f9006ec
Fix symbol resolution within a dex file.
by David Srbecky
· 7 years ago
d70ea5e
Move dex pc frame creation into libunwindstack.
by Christopher Ferris
· 7 years ago
bb4d172
Merge "Add a global elf cache."
by Christopher Ferris
· 7 years ago
0b79ae1
Add a global elf cache.
by Christopher Ferris
· 7 years ago
c85935d
Remove DwarfError.h that moved.
by Christopher Ferris
· 7 years ago
dc0edb5
Merge "Fix wrong mov instruction size."
by Treehugger Robot
· 7 years ago
09f8807
Fix wrong mov instruction size.
by Chih-Hung Hsieh
· 7 years ago
2fcf4cf
Add error propagation into Unwinder/Elf objects.
by Christopher Ferris
· 7 years ago
1a141a0
Small behavioral changes to the unwinder.
by Christopher Ferris
· 7 years ago
98984b4
Add support for getting a dex pc.
by Christopher Ferris
· 7 years ago
ed37aca
Find first non-zero jit debug entry.
by Christopher Ferris
· 7 years ago
150db12
Add ability to read jit gdb data.
by Christopher Ferris
· 7 years ago
3dfd2ae
Add tool to save information from a process.
by Christopher Ferris
· 7 years ago
8b18000
Merge "unwindstack: add some perfunctory MemoryOffline tests."
by Treehugger Robot
· 7 years ago
f4a94c4
unwindstack: add some perfunctory MemoryOffline tests.
by Josh Gao
· 7 years ago
e7b6624
Fix issues in libunwindstack.
by Christopher Ferris
· 7 years ago
61b1a1a
Add libunwindstack support for Mips and Mips64
by Douglas Leung
· 7 years ago
02fdb56
Do not check arch for format check.
by Christopher Ferris
· 7 years ago
70f7d47
Merge "Add method to detect remote read function to use."
by Christopher Ferris
· 7 years ago
e328673
Add method to detect remote read function to use.
by Christopher Ferris
· 7 years ago
3289b9c
Merge "Add OWNERS."
by Elliott Hughes
· 7 years ago
693d63f
Add OWNERS.
by Elliott Hughes
· 7 years ago
d06001d
Split arch data into separate files.
by Christopher Ferris
· 7 years ago
b7de5f5
Demand read load bias for a map.
by Christopher Ferris
· 7 years ago
e714ed2
Switch MemoryRemote to use ptrace.
by Christopher Ferris
· 7 years ago
b4fda18
Merge changes I53c2c560,I7d845ac5,I8b11d923
by Treehugger Robot
· 7 years ago
c3d79f7
Fix incorrect usage of relative pcs.
by Christopher Ferris
· 7 years ago
f819c1d
Merge "Allow multiple threads sharing a map to unwind."
by Christopher Ferris
· 7 years ago
be788d8
Allow multiple threads sharing a map to unwind.
by Christopher Ferris
· 7 years ago
a141709
Add way to specify an offset in an elf file.
by Christopher Ferris
· 7 years ago
b837763
unwindstack: rename Memory::ReadPartially to Read.
by Josh Gao
· 7 years ago
ef35aa5
unwindstack: rename Memory::Read to ReadFully.
by Josh Gao
· 7 years ago
29c5378
unwindstack: add Memory::ReadPartially.
by Josh Gao
· 7 years ago
d96cbae
Fix another nullptr dereference.
by Christopher Ferris
· 7 years ago
c9dee84
Add support for only a .eh_frame.
by Christopher Ferris
· 7 years ago
13b8665
Fix nullptr dereference.
by Christopher Ferris
· 7 years ago
fda7edd
Move sp/pc not changing check into Unwinder.
by Christopher Ferris
· 7 years ago
e22701e
libbacktrace: remove exit time destructors.
by Josh Gao
· 7 years ago
1cb84ce
Add an interface for stopping in certain maps.
by Christopher Ferris
· 7 years ago
0912338
Merge "If the pc is set to zero, the unwind is done."
by Christopher Ferris
· 7 years ago
1c65e77
Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a
by Treehugger Robot
· 7 years ago
2502a60
If the pc is set to zero, the unwind is done.
by Christopher Ferris
· 7 years ago
6f580d8
libunwindstack: add method to iterate across registers.
by Josh Gao
· 7 years ago
e69f470
Multiple bugfixes, small restructuring.
by Christopher Ferris
· 7 years ago
c5a3baa
Fix setting of map_offset in frame data.
by Christopher Ferris
· 7 years ago
ae3b136
Use Unwinder object for unwind tool.
by Christopher Ferris
· 7 years ago
9e6c11d
Merge "Update the Unwinder object and add tests."
by Christopher Ferris
· 7 years ago
f6f691b
Update the Unwinder object and add tests.
by Christopher Ferris
· 7 years ago
cd58088
Move host flags from linux -> host
by Dan Willemsen
· 7 years ago
1e45d53
Remove default libraries
by Dan Willemsen
· 7 years ago
b9de87f
Add a new unwind method on error.
by Christopher Ferris
· 7 years ago
0f04867
Enable libdemangle and libunwindstack on host bionic
by Dan Willemsen
· 7 years ago
Next »