Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
e8eb5834505cb2ef5b7afbf44eead1bdbdb644ae
/
src
/
ptrace
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
059676c
Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr
by Ken Werner
· 13 years ago
1975719
Change _UPTi_find_unwind_table to return an integer.
by Ken Werner
· 13 years ago
962366d
Fixup compile errors on ia64.
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
8d991d9
Fix call to maps_next in _UPT_get_dyn_info_list_addr.c
by Joel Brobecker
· 14 years ago
e003e44
Check for <sys/ptrace.h> before including it
by Joel Brobecker
· 14 years ago
b3757e7
Restore the linking when --enable-debug-frame is not specified
by Konstantin Belousov
· 15 years ago
46e10c5
Support .debug_frame based unwinding in _UPTi_find_unwind_table()
by Arun Sharma
· 15 years ago
8ee7b17
Add ip argument to _UPTi_find_unwind_table.
by Arun Sharma
· 15 years ago
1787a2f
Add path and pathlen arguments to tdep_get_elf_image()
by Arun Sharma
· 15 years ago
66b7335
Adds missing register offsets for ARM
by Arun Sharma
· 15 years ago
a67654e
[PATCH] Reduce scope of the eh_frame_end local variable
by Giuseppe Scrivano
· 15 years ago
42bc15c
Provide proper register offsets in the gregset for FreeBSD/i386
by Konstantin Belousov
· 15 years ago
a688d6c
Remove unused variable.
by Konstantin Belousov
· 15 years ago
6f7b335
Add my copyrights to several files that contain essential modifications
by Konstantin Belousov
· 15 years ago
9bb9c97
Merge with origin/master
by Konstantin Belousov
· 15 years ago
6203f1c
Cleanup a mapped elf image.
by Arun Sharma
· 15 years ago
9f79621
Enough for now for ptrace backend
by Konstantin Belousov
· 15 years ago
752ce15
Preliminary version of freebsd syscall unwinder
by Konstantin Belousov
· 15 years ago
d7eea91
Cast caddr_t argument for ptrace
by Konstantin Belousov
· 15 years ago
78cb28b
PT_CONTINUE.
by Konstantin Belousov
· 15 years ago
d4a4ddd
Provide access to the general regs on FreeBSD.
by Konstantin Belousov
· 15 years ago
cf6ae35
Code to read/write user memory on FreeBSD
by Konstantin Belousov
· 15 years ago
d11456f
Code to read/write fpregs on FreeBSD
by Konstantin Belousov
· 15 years ago
905034c
Initial attempt at the build infrastructure for FreeBSD.
by Konstantin Belousov
· 15 years ago
6aec157
Fix ppc32 build.
by Arun Sharma
· 16 years ago
1eddefc
[ARM] This patch add some missing bits on ARM platform.
by Bruna Moreira
· 17 years ago
3842dac
Add initial ARM and MIPS support. To support this, also enable the
by Daniel Jacobowitz
· 17 years ago
4499bb2
[PPC32] First check-in to add preliminary support for Linux/PPC32.
by Jose Flavio Aguilar Paulino
· 17 years ago
32e2187
[PPC64] Get "make check" to work on PPC64 Linux. Add a README entry
by Jose Flavio Aguilar Paulino
· 17 years ago
e6b9f35
Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()
by David Mosberger-Tang
· 17 years ago
b33021e
Add PPC64 support.
by Jose Flavio Aguilar Paulino
· 17 years ago
8c94e12
(_UPT_find_proc_info): Fix potential crash due to uninitialized pointer.
by David Mosberger-Tang
· 18 years ago
32385d3
Include "tdep-ia64/rse.h" instead of "ia64/rse.h".
by hp.com!davidm
· 20 years ago
67f90c2
Include "libunwind_i.h" instead of "tdep.h".
by hp.com!davidm
· 20 years ago
07b01ad
Include "libunwind_i.h" instead of "tdep.h" and "internal.h".
by hp.com!davidm
· 20 years ago
10a269d
Also enable DWARF code for UNW_TARGET_HPPA.
by mostang.com!davidm
· 20 years ago
4849af2
Adjust for "ia64_rse" to "rse" prefix change.
by mostang.com!davidm
· 20 years ago
e644688
Initial revision
by hp.com!davidm
· 20 years ago
b85ca59
Auto merged
by hp.com!davidm
· 20 years ago
828d486
(UNW_HPPA_IP): New entry.
by hp.com!davidm
· 20 years ago
5b20c6e
(Logical change 1.290)
by hp.com!davidm
· 20 years ago
ea7155e
(get_list_addr): Clear ui->ei.image/ui->ei.size after unmapping the image.
by hp.com!davidm
· 20 years ago
346b85e
(get_list_addr): Don't fail with -UNW_ENOINFO just because something
by hp.com!davidm
· 20 years ago
99784e0
(_UPTi_find_unwind_table): Provide dummy x86-64 implementation so
by homeip.net!davidm
· 20 years ago
d8c89b8
(_UPT_reg_offset): Provide x86-64 register offsts (untested).
by homeip.net!davidm
· 20 years ago
c4d1854
(get_list_addrr): Don't forget to call maps_close() on error-return.
by hp.com!davidm
· 20 years ago
14a264e
(get_list_addr): Add an empty implementation of unsupported platforms.
by hp.com!davidm
· 21 years ago
f8bc3b8
(get_list_addr): New function.
by mostang.com!davidm
· 21 years ago
1822299
(_UPT_get_dyn_info_list_addr): Pass size of path to maps_next().
by mostang.com!davidm
· 21 years ago
8410979
(_UPT_access_mem): Fix typo in Debug() macro calls.
by mostang.com!davidm
· 21 years ago
4c97727
Update.
by hp.com!davidm
· 21 years ago
26465f4
Update.
by hp.com!davidm
· 21 years ago
c5a37d6
Update.
by hp.com!davidm
· 21 years ago
3152b04
Update.
by hp.com!davidm
· 21 years ago
19bda93
Rename: src/_UPT_resume.c -> src/ptrace/_UPT_resume.c
by hp.com!davidm
· 21 years ago
46c0a30
Rename: src/_UPT_reg_offset.c -> src/ptrace/_UPT_reg_offset.c
by hp.com!davidm
· 21 years ago
95f6295
Rename: src/_UPT_put_unwind_info.c -> src/ptrace/_UPT_put_unwind_info.c
by hp.com!davidm
· 21 years ago
16583d8
Rename: src/_UPT_internal.h -> src/ptrace/_UPT_internal.h
by hp.com!davidm
· 21 years ago
247ee6d
Rename: src/_UPT_get_proc_name.c -> src/ptrace/_UPT_get_proc_name.c
by hp.com!davidm
· 21 years ago
c76bdb2
Rename: src/_UPT_destroy.c -> src/ptrace/_UPT_destroy.c
by hp.com!davidm
· 21 years ago
cbf38e3
Rename: src/_UPT_create.c -> src/ptrace/_UPT_create.c
by hp.com!davidm
· 21 years ago
ac11927
Rename: src/_UPT_accessors.c -> src/ptrace/_UPT_accessors.c
by hp.com!davidm
· 21 years ago
7246c93
Rename: src/_UPT_access_fpreg.c -> src/ptrace/_UPT_access_fpreg.c
by hp.com!davidm
· 21 years ago
b88369b
Initial revision
by hp.com!davidm
· 21 years ago