Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
b9d45491007d482e3e2a649a86cff66e7d234167
/
include
e1069f1
Save the pc for aarch64 current unwind.
by Christopher Ferris
· 8 years ago
2c0f916
Make sure that elf_image structure is copied.
by Christopher Ferris
· 9 years ago
06e604a
Cache decompressed .gnu_debugdata sections.
by David Srbecky
· 9 years ago
344ee58
Decompress debug symbols.
by David Srbecky
· 10 years ago
18cf816
Add a size when checking local reads/writes.
by Christopher Ferris
· 9 years ago
328a44a
Fix typo in stp target.
by Christopher Ferris
· 9 years ago
4a9fd60
Revert "Update all mapoff checks to check against 0."
by Nicolas Geoffray
· 9 years ago
4a4ba40
Update all mapoff checks to check against 0.
by Christopher Ferris
· 9 years ago
3dc9de0
Merge "Attempt to read load_base from memory when needed."
by Christopher Ferris
· 9 years ago
849a547
Attempt to read load_base from memory when needed.
by Christopher Ferris
· 9 years ago
d79f9bb
Support x86-64 floating point registers.
by David Srbecky
· 10 years ago
b5ae16c
Enable .debug_frame support on all platforms.
by David Srbecky
· 10 years ago
ae38b20
Implement method to read elf data from memory.
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
· 10 years ago
d334d4b
Make static libraries use different names.
by Christopher Ferris
· 10 years ago
6c61dc8
Let config.h #define HAVE_ENDIAN_H.
by Elliott Hughes
· 10 years ago
5f0b9af
Fix empty struct C/C++ compatibility issue.
by Chih-Hung Hsieh
· 10 years ago
fac2c50
Do not try to read/write device memory.
by Christopher Ferris
· 10 years ago
1acb3f0
Do not save/restore signals around locks.
by Christopher Ferris
· 11 years ago
7e10fa7
Fix building libunwind with debug := true.
by Elliott Hughes
· 11 years ago
cc03527
Add aarch64 getcontext functionality.
by Christopher Ferris
· 11 years ago
f622936
Make sure that all memory accesses are guarded.
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
914a66f
Fix typo in prototype.
by Christopher Ferris
· 11 years ago
f4a8df5
Fix maps caching for local processes.
by Christopher Ferris
· 11 years ago
25df8e6
AArch64: Port to Android
by Kévin PETIT
· 11 years ago
fb2fafb
Implement ptrace get registers for aarch64.
by Christopher Ferris
· 11 years ago
b8627d9
Fix a potential race.
by Christopher Ferris
· 11 years ago
76dbee5
Add the ability to enable libunwind debugging.
by Christopher Ferris
· 11 years ago
0996405
Fix memory corruption bug.
by Christopher Ferris
· 11 years ago
38c7905
Switch arm64 over to <ucontext.h>.
by Elliott Hughes
· 11 years ago
b58eb4a
Switch libunwind over to <sys/ucontext.h>.
by Elliott Hughes
· 11 years ago
4a188fb
Switch x86 libunwind over to <sys/ucontext.h>.
by Elliott Hughes
· 11 years ago
e153da5
bionic no longer has <sys/procfs.h>.
by Elliott Hughes
· 11 years ago
9fc75e8
Refactor the makefile for aarch64 support.
by Christopher Ferris
· 11 years ago
16b95a6
Add speed-ups to libunwind.
by Christopher Ferris
· 11 years ago
7d46a21
For current process, check memory accesses.
by Christopher Ferris
· 11 years ago
cc6cc08
Add a new option to conserve stack space.
by Christopher Ferris
· 11 years ago
dcf256a
Add file that was missed in initial submit.
by Christopher Ferris
· 11 years ago
efb75a0
Update external/libunwind to build in android.
by Christopher Ferris
· 11 years ago
eac65dc
Add basic support for the QNX operating system
by Matt Fischer
· 12 years ago
ac6c0a6
[PATCH] AArch64 port.
by Yvan Roux
· 12 years ago
becfc23
Fix the UNW_TDEP_CURSOR_LEN for ppc32 to fix assert failure
by Dave Lerner
· 12 years ago
10b064f
Support building with older compilers.
by Ladislav Michl
· 12 years ago
890e23e
Prefer NULL over zero
by Tommi Rantala
· 12 years ago
7d471b1
Define and use `CONST_ATTR'
by Tommi Rantala
· 12 years ago
e0653f9
Define and use `WEAK'
by Tommi Rantala
· 12 years ago
e3e49dc
Define and use `NOINLINE'
by Tommi Rantala
· 12 years ago
ee8df26
Constify `dwarf_to_unw_regnum_map'
by Tommi Rantala
· 12 years ago
fca254a
IA64: give prototype for `ia64_find_unwind_table()'
by Tommi Rantala
· 12 years ago
8d5b1ae
SuperH port
by Tommi Rantala
· 12 years ago
79c2c25
MIPS coredump support
by Tommi Rantala
· 12 years ago
5d0f376
Invert tdep_init() flag logic
by Tommi Rantala
· 12 years ago
c2d6f85
Use __sync builtin atomics on all architectures if available
by Tommi Rantala
· 12 years ago
9a3565d
Simplify `sos_alloc()' implementation
by Tommi Rantala
· 12 years ago
26fc156
Align `sos_memory' to MAX_ALIGN
by Tommi Rantala
· 12 years ago
0aa60f4
Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'
by Tommi Rantala
· 12 years ago
dc680c0
Pull attribute macros from `libunwind_i.h' to new header `compiler.h'
by Tommi Rantala
· 12 years ago
c2f7574
Rename and share `ALIGN' macro from _UCD_internal.h
by Tommi Rantala
· 12 years ago
a15874f
Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise
by Tommi Rantala
· 13 years ago
18c26d4
Place `inline' at beginning of declaration of invalidate_edi()
by Tommi Rantala
· 12 years ago
7b81113
MIPS: implement dwarf_to_unw_regnum() macro without table
by Tommi Rantala
· 12 years ago
1dc66bd
ARM: implement dwarf_to_unw_regnum() macro without table
by Tommi Rantala
· 12 years ago
6a5da54
Allow for architecture specific dwarf_to_unw_regnum()
by Tommi Rantala
· 12 years ago
d139d7e
HPPA: include `mempool.h' in `libunwind_i.h'
by Tommi Rantala
· 12 years ago
d1e4614
HPPA: add `global_cache' member to unw_addr_space struct
by Tommi Rantala
· 12 years ago
971216f
HPPA: fix tdep_put_unwind_info() macro
by Tommi Rantala
· 12 years ago
d93d96a
Fix compilation on IA64
by Martin Milata
· 13 years ago
fa54093
Merge branch 'coredump2' of https://github.com/adsharma/libunwind
by Arun Sharma
· 13 years ago
5e59e93
dwarf: introduce a valid bit for dwarf_reg_state_t
by Arun Sharma
· 13 years ago
0c0ea23
Add support for multiple threads in core files
by Alexander Larsson
· 13 years ago
b9ff650
Add _UCD_get_pid and _UCD_get_cursig
by Alexander Larsson
· 13 years ago
b08ae72
Add support for unwinding coredump images
by Arun Sharma
· 13 years ago
6525714
Move some dwarf functionality from ptrace to dwarf
by Arun Sharma
· 13 years ago
25ee9f8
Introduce struct elf_dyn_info
by Arun Sharma
· 13 years ago
29b32cf
Fix silly mistakes in the definitions related to the FreeBSD offsets in
by Konstantin Belousov
· 13 years ago
d20df8b
Fix up the breakage when host != target
by Arun Sharma
· 13 years ago
91494b7
Define GNU and processor specific values for the Phdr p_type field
by Ken Werner
· 13 years ago
0eba216
[ARM] Add support for systems that don't support ucontext.h
by Ken Werner
· 13 years ago
059676c
Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr
by Ken Werner
· 13 years ago
0fed502
UNW_REMOTE_ONLY fixes
by Ken Werner
· 13 years ago
2c865b6
Include <sys/mman.h> to have MAP_ANONYMOUS defined
by Ken Werner
· 13 years ago
c01ea3f
Have dwarf.h include pthread.h
by Ken Werner
· 13 years ago
3bf76e8
Installed include files can't include config.h
by Arun Sharma
· 13 years ago
d83846f
ARM: Initial support for remote unwinding using libunwind-ptrace
by Ken Werner
· 13 years ago
545023c
Rework the lookup of the ARM specific unwind info
by Ken Werner
· 13 years ago
0b9f591
Make the dwarf dl_iterate_phdr callback available within libunwind.
by Ken Werner
· 13 years ago
25f6b82
Change address type from void* to unw_word_t.
by Ken Werner
· 13 years ago
264b101
Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h.
by Ken Werner
· 13 years ago
e09f970
Handle register nums > 16 on x86_64
by Arun Sharma
· 13 years ago
36511d3
Add support for handling signal frames on ARM Linux.
by Ken Werner
· 14 years ago
ae5c1f2
Performance optimisations for fast trace.
by Lassi Tuura
· 14 years ago
e2962af
Implement a cheaper getcontext()
by Arun Sharma
· 14 years ago
fd21d07
Create a generic and local variant of the extbl parser.
by Ken Werner
· 14 years ago
5f38f35
Drop a call frame in tdep_trace and avoid a call to unw_step.
by Lassi Tuura
· 14 years ago
50bc12a
Export unw_backtrace() and alias backtrace() to it.
by Lassi Tuura
· 14 years ago
7ff83c0
Fix up compilation and test failures
by Arun Sharma
· 14 years ago
44a14d1
Integrate fast trace into backtrace().
by Lassi Tuura
· 14 years ago
Next »