Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
61a173763ea4fdc46b34785fc343a483bf3f4c9e
61a1737
Fix test build on FreeBSD.
by Konstantin Belousov
· 13 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
dd297ea
Revert "x86_64: unbreak test-ptrace"
by Arun Sharma
· 13 years ago
c9c5a40
x86_64: unbreak test-ptrace
by Arun Sharma
· 13 years ago
1a6ea3d
freebsd: Fix boundary conditions for non-dwarf walker on x86_64.
by Konstantin Belousov
· 13 years ago
3bb74aa
freebsd: Account for the possible ERESTART handling of the syscalls.
by Konstantin Belousov
· 13 years ago
5f440b4
freebsd: Workaround for old FreeBSD kernels
by Konstantin Belousov
· 13 years ago
f8858ba
freebsd: Fix logic error
by Konstantin Belousov
· 13 years ago
0fac4c8
freebsd: Consistently use symbolic name UNW_EUNSPEC for errors
by Konstantin Belousov
· 13 years ago
69e300e
dwarf: Get correct return from expression evaluation
by Jiri Olsa
· 13 years ago
cbc66b6
mips: fix a linker error
by Arun Sharma
· 13 years ago
9507a9b
ia64: move ia64 specific code out of dwarf
by Arun Sharma
· 13 years ago
bc056ff
coredump: update license to be the same as rest of libunwind
by Arun Sharma
· 13 years ago
edcc521
Add helper macros for pointer arithmetics
by Alexander Larsson
· 13 years ago
b1393b7
Clean up the elf notes handling in the coredump code
by Alexander Larsson
· 13 years ago
49ca8b6
ia64: remove references to an out of scope local
by Arun Sharma
· 13 years ago
5e59e93
dwarf: introduce a valid bit for dwarf_reg_state_t
by Arun Sharma
· 13 years ago
d04dc94
dwarf: ip == 0 should't terminate unwind
by Arun Sharma
· 13 years ago
43e5ee2
Demote the debug level to reduce verbosity
by Arun Sharma
· 13 years ago
0628a98
Whitespace cleanup
by Arun Sharma
· 13 years ago
0c0ea23
Add support for multiple threads in core files
by Alexander Larsson
· 13 years ago
d627481
Break out the ifdefs for the UCD_info.prstatus type
by Alexander Larsson
· 13 years ago
b9ff650
Add _UCD_get_pid and _UCD_get_cursig
by Alexander Larsson
· 13 years ago
adbeb79
Fix build with --enable-debug
by Alexander Larsson
· 13 years ago
46dfe3e
Fixup whitespace in Makefile.
by Arun Sharma
· 13 years ago
cc7c74e
On FreeBSD, the structure is called prstatus.
by Kostik Belousov
· 13 years ago
dc9be1a
Implement register read for FreeBSD coredumps.
by Kostik Belousov
· 13 years ago
1e6959a
Shut down compiler warning about format mismatch.
by Kostik Belousov
· 13 years ago
e8eb583
Handle byteswap.h and endian.h inclusion.
by Kostik Belousov
· 13 years ago
7e5d279
Update namespace checks for dwarf_find_unwind_tables
by Arun Sharma
· 13 years ago
6da4dde
Compile fix for platforms other than linux-i386
by Arun Sharma
· 13 years ago
f0bb806
Move the test case to tests dir.
by Arun Sharma
· 13 years ago
0f17b52
Fixup regnames on x64
by Arun Sharma
· 13 years ago
b08ae72
Add support for unwinding coredump images
by Arun Sharma
· 13 years ago
d276b7a
Introduce get_proc_name_in_image()
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
3d08506
Fix undefined symbol: _Uelf64_valid_object
by Arun Sharma
· 13 years ago
5932883
Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86.
by Konstantin Belousov
· 13 years ago
1774384
FreeBSD also supports PT_GNU_STACK.
by Konstantin Belousov
· 13 years ago
29dae21
Style.
by Konstantin Belousov
· 13 years ago
29b32cf
Fix silly mistakes in the definitions related to the FreeBSD offsets in
by Konstantin Belousov
· 13 years ago
51445f6
ARM: fix unwind table search when IP less than first table entry
by Tommi Rantala
· 13 years ago
ec4b23b
ARM: fix off-by-one in exidx VFP pop
by Tommi Rantala
· 13 years ago
458c661
Fix libunwind-generic.so symbolic link never being created in make install
by Tommi Rantala
· 13 years ago
52ca68c
Fix a race condition
by Arun Sharma
· 13 years ago
cf2f3d3
Correct the inverted check
by Arun Sharma
· 13 years ago
2f32820
Fix a compiler warning
by Arun Sharma
· 13 years ago
2b606fa
Fix compilation on non-glibc machines.
by Konstantin Belousov
· 13 years ago
1010880
Address x86_64 crashes when using sigaltstack
by Arun Sharma
· 13 years ago
297d9cd
Fix for failing test-setjmp
by Paul Pluzhnikov
· 13 years ago
d84e5d5
Call dwarf_step only if CONFIG_DEBUG_FRAME is defined
by Ken Werner
· 13 years ago
786882f
Remove unused variable segbase
by Arun Sharma
· 13 years ago
1e64499
Only declare the start/end variables in case CONFIG_DEBUG_FRAME is defined.
by Ken Werner
· 13 years ago
25aeae9
Fix breakage when host != target
by Ken Werner
· 13 years ago
d20df8b
Fix up the breakage when host != target
by Arun Sharma
· 13 years ago
851f142
Fix some compiler warnings
by Arun Sharma
· 13 years ago
3977724
Add missing <signal.h> include directive
by Ken Werner
· 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
0a26727
Fix TLS destructor ordering problems
by Arun Sharma
· 13 years ago
08077a4
pthread_once() workaround for FreeBSD and Solaris
by Arun Sharma
· 13 years ago
9a311bf
[ARM] fix for the check-namespace test case
by Ken Werner
· 13 years ago
7f41e70
Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY
by Ken Werner
· 13 years ago
da4743f
Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY
by Ken Werner
· 13 years ago
c01ea3f
Have dwarf.h include pthread.h
by Ken Werner
· 13 years ago
1975719
Change _UPTi_find_unwind_table to return an integer.
by Ken Werner
· 13 years ago
c4133e8
undef FORTIFY_SOURCE
by Arun Sharma
· 13 years ago
42b6708
Fix linker errors with recent binutils
by Arun Sharma
· 13 years ago
f89fb17
Fix incorrect calls to memset.
by Arun
· 13 years ago
962366d
Fixup compile errors on ia64.
by Arun Sharma
· 13 years ago
ac0acd0
Bump up the library version
by Arun Sharma
· 13 years ago
1d8e2c1
Explicitly specify the libraries
by Arun Sharma
· 13 years ago
3bf76e8
Installed include files can't include config.h
by Arun Sharma
· 13 years ago
00abb7c
Reorder libraries in lib_LTLIBRARIES
by Arun Sharma
· 13 years ago
92327a3
ARM: prefer to unwind using DWARF info
by Ken Werner
· 13 years ago
912db91
ARM: Exit unw_step in case DWARF based unwinding was successful
by Ken Werner
· 13 years ago
e3c87a6
Updates for 1.0
by Arun Sharma
· 13 years ago
f195c9a
Skip a few tests on uCLibC
by Sven Neumann
· 13 years ago
112c927
ARM: Ensure unw_step returns whatever find_proc_info() returns
by Ken Werner
· 13 years ago
93e6455
ARM: Fix return value of arm_find_proc_info
by Ken Werner
· 13 years ago
8ab8863
Bump up the package version.
by Arun Sharma
· 13 years ago
4dbc2bc
Fix a compiler warning
by Arun Sharma
· 13 years ago
d83846f
ARM: Initial support for remote unwinding using libunwind-ptrace
by Ken Werner
· 13 years ago
b317cb4
Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame.
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
b28335b
Fix inline assembly.
by Ken Werner
· 13 years ago
e09f970
Handle register nums > 16 on x86_64
by Arun Sharma
· 13 years ago
7d43108
No libunwind-generic.so if configured with --disable-shared
by Joel Brobecker
· 13 years ago
ea7160a
Remove unintended semi-colon in os-hpux.c fun definition
by Joel Brobecker
· 13 years ago
8d991d9
Fix call to maps_next in _UPT_get_dyn_info_list_addr.c
by Joel Brobecker
· 13 years ago
e003e44
Check for <sys/ptrace.h> before including it
by Joel Brobecker
· 13 years ago
d2525ec
Use single level hash table for fast trace.
by Lassi Tuura
· 14 years ago
Next »