Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
refs/heads/int/p/fp2
/
src
857d281
Fix compilation error
by Eugene Zemtsov
· 8 years ago
332513d
Avoid double-free/double-fclose on error.
by Elliott Hughes
· 8 years ago
76a0b9f
Avoid using arg pointer.
by Christopher Ferris
· 8 years ago
1b47da7
Fix problem finding if in a signal handler.
by Christopher Ferris
· 8 years ago
50270d3
Move large structure off the stack.
by Christopher Ferris
· 9 years ago
c3290df
Use zero offset when getting bias from memory.
by Christopher Ferris
· 9 years ago
b5ab758
Update address space of map if it changes.
by Christopher Ferris
· 9 years ago
40e1c65
Do not try non-dwarf local unwinds for x86.
by Christopher Ferris
· 9 years ago
6292bbb
Ignore compressed sections on local unwinds.
by Christopher Ferris
· 9 years ago
123c696
Revert the deletion of marking (deleted) maps as unreadable.
by Christopher Ferris
· 9 years ago
5da4fe5
Revert "Mark executable maps with no name as unreadable."
by Christopher Ferris
· 9 years ago
6db951c
Mark executable maps with no name as unreadable.
by Christopher Ferris
· 9 years ago
164059e
Fix the caching of the compressed section.
by Christopher Ferris
· 9 years ago
c45b025
Revert "Temporarily disable compressed section support."
by Christopher Ferris
· 9 years ago
537c0e9
Temporarily disable compressed section support.
by Christopher Ferris
· 9 years ago
1aaf3b4
Make sure that elf_image structure is copied.
by Christopher Ferris
· 9 years ago
9350722
Mark (deleted) maps as unreadable.
by Christopher Ferris
· 9 years ago
06e604a
Cache decompressed .gnu_debugdata sections.
by David Srbecky
· 10 years ago
ed721f5
Detect relocation of gnu_debugdata based on the .text section.
by David Srbecky
· 10 years ago
344ee58
Decompress debug symbols.
by David Srbecky
· 10 years ago
38de87f
Ignore non-exec and /dev/ maps.
by Christopher Ferris
· 10 years ago
c60f22c
Fix bug where a failure becomes success on x86.
by Christopher Ferris
· 10 years ago
6601341
Fix bad elf data handling.
by Christopher Ferris
· 10 years ago
a220bd0
Support dwarf 4 in libunwind.
by Yabin Cui
· 10 years ago
18cf816
Add a size when checking local reads/writes.
by Christopher Ferris
· 10 years ago
2d1a6f7
Fix copying of cached map data.
by Christopher Ferris
· 10 years ago
0ba1110
Verify section table name size before strcmp.
by Christopher Ferris
· 10 years ago
f655786
Force memory unwinds to use a zero map offset.
by Christopher Ferris
· 10 years ago
4a9fd60
Revert "Update all mapoff checks to check against 0."
by Nicolas Geoffray
· 10 years ago
4a4ba40
Update all mapoff checks to check against 0.
by Christopher Ferris
· 10 years ago
3e09257
Libunwind: Remove unused function
by Andreas Gampe
· 10 years ago
4036eb5
Libunwind: Remove unused variable
by Andreas Gampe
· 10 years ago
408bec0
Skip stack and empty maps when reading load base.
by Christopher Ferris
· 10 years ago
a7db682
Fix Mips bug.
by Douglas Leung
· 10 years ago
4c9afc6
Merge "Change return type of get_load_offset to bool."
by David Srbecky
· 10 years ago
849a547
Attempt to read load_base from memory when needed.
by Christopher Ferris
· 10 years ago
478d002
Change return type of get_load_offset to bool.
by David Srbecky
· 10 years ago
a62d909
Merge "Enable .debug_frame support on all platforms."
by David Srbecky
· 10 years ago
6eab3d4
Do not cache every readable/executable elf.
by Christopher Ferris
· 10 years ago
b5ae16c
Enable .debug_frame support on all platforms.
by David Srbecky
· 10 years ago
48ed035
Fix incorrect check of bool returning function.
by Christopher Ferris
· 10 years ago
14de40d
Check for overflow when getting symbol name.
by Christopher Ferris
· 10 years ago
44387e8
Fix missing return in failure case.
by Christopher Ferris
· 10 years ago
ae38b20
Implement method to read elf data from memory.
by Christopher Ferris
· 10 years ago
2706ca2
Add check for same ip/cfa.
by Christopher Ferris
· 10 years ago
54148aa
Add offset to map data.
by Christopher Ferris
· 10 years ago
b6b3132
Fix unwind in exec maps with non-zero offsets.
by Christopher Ferris
· 11 years ago
b02a66e
[MIPS] Stack-unwinding through signal frames on mips32
by Faraz Shahbazker
· 10 years ago
8c380e9
[MIPS] Support for stack-unwinding through signal frames
by Faraz Shahbazker
· 11 years ago
94414e2
[MIPS64] Set addr_size correctly
by Chris Dearman
· 11 years ago
9aad092
Merge "Libunwind: Fix unused value"
by Andreas Gampe
· 11 years ago
8d34479
Libunwind: Fix unused variables
by Andreas Gampe
· 11 years ago
9756bd2
Libunwind: Fix unused value
by Andreas Gampe
· 11 years ago
2767395
Fix initialization problem.
by Christopher Ferris
· 11 years ago
4868ff1
Fix aarch64 handling of error code.
by Christopher Ferris
· 11 years ago
26e4e76
Fix local arm unwind to handle dwarf properly.
by Christopher Ferris
· 11 years ago
6d90028
Correctly identify the aarch64 kernel's signal trampoline.
by Elliott Hughes
· 11 years ago
fac2c50
Do not try to read/write device memory.
by Christopher Ferris
· 11 years ago
5cd02e1
[MIPS64] Enable mips64 build for n64 abi.
by Duane Sand
· 11 years ago
60c0e10
Fix ip adjust on aarch64.
by Christopher Ferris
· 11 years ago
b8c41be
Merge "Fix FPREGS_MEM offset on x86."
by Calin Juravle
· 11 years ago
9eaf331
Fix FPREGS_MEM offset on x86.
by Calin Juravle
· 11 years ago
97cfce2
Fix mac build.
by Ian Rogers
· 11 years ago
7cb7cbc
Work around for duplicate symbols in static libs
by Dan Albert
· 11 years ago
7e10fa7
Fix building libunwind with debug := true.
by Elliott Hughes
· 11 years ago
87be054
Populate ucontext_t#fpregs_mem when getting the context
by Calin Juravle
· 11 years ago
2319e0f
Add exception handling unwind code.
by Christopher Ferris
· 11 years ago
7c04242
Fix x86/x86_64 getcontext overflow problem.
by Christopher Ferris
· 11 years ago
d1c383c
Fix all warnings, and make warnings errors.
by Christopher Ferris
· 11 years ago
bb75447
Use map cache for finding image names.
by Christopher Ferris
· 11 years ago
0fa05b0
Fix return code for unmappable elf data.
by Christopher Ferris
· 11 years ago
e64e778
Fix local_get_elf_image prototype.
by Christopher Ferris
· 11 years ago
a311272
Fix aarch64 map_local_is_* calls.
by Christopher Ferris
· 11 years ago
f4a8df5
Fix maps caching for local processes.
by Christopher Ferris
· 11 years ago
d24fdf6
Fix symbol name association.
by Christopher Ferris
· 11 years ago
2a5223f
Modify the x86 step cut off.
by Christopher Ferris
· 11 years ago
1df3245
AARCH64: Change Debug calls to use %lx instead of %x.
by Christopher Ferris
· 11 years ago
34764fe
Fix mips memory reads.
by Christopher Ferris
· 11 years ago
fb2fafb
Implement ptrace get registers for aarch64.
by Christopher Ferris
· 11 years ago
e6c23a7
Fix NULL pointer dereference.
by Christopher Ferris
· 11 years ago
b8627d9
Fix a potential race.
by Christopher Ferris
· 11 years ago
6efcda4
Fix mips unwind.
by Christopher Ferris
· 11 years ago
3052950
Fix getcontext for mips.
by Christopher Ferris
· 11 years ago
0996405
Fix memory corruption bug.
by Christopher Ferris
· 12 years ago
220127b
Merge "x86_64: enable architecture"
by Christopher Ferris
· 12 years ago
b58eb4a
Switch libunwind over to <sys/ucontext.h>.
by Elliott Hughes
· 12 years ago
4a188fb
Switch x86 libunwind over to <sys/ucontext.h>.
by Elliott Hughes
· 12 years ago
f1f90e7
x86_64: enable architecture
by Pavel Chupin
· 12 years ago
f6cc913
Do not allow read/writing if map is NULL.
by Christopher Ferris
· 12 years ago
d3bf49b
Fix memory leak.
by Christopher Ferris
· 12 years ago
16b95a6
Add speed-ups to libunwind.
by Christopher Ferris
· 12 years ago
9dee3d2
Stop unwinding when seeing a repeated ip on x86.
by Christopher Ferris
· 12 years ago
cdf9ee5
Only check the map for local unwinds.
by Christopher Ferris
· 12 years ago
7d46a21
For current process, check memory accesses.
by Christopher Ferris
· 12 years ago
9847615
Fix memory leaks in dwarf processing.
by Christopher Ferris
· 12 years ago
5f0e55c
Move stack structures to allocations.
by Christopher Ferris
· 12 years ago
cc6cc08
Add a new option to conserve stack space.
by Christopher Ferris
· 12 years ago
efb75a0
Update external/libunwind to build in android.
by Christopher Ferris
· 12 years ago
2c3444d
Remove one of duplicated declarations of `get_proc_name'
by Masatake YAMATO
· 12 years ago
dee708f
Missing -llzma in libunwind.pc
by Masatake YAMATO
· 12 years ago
Next »