Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
7e767a2838719e00951385eeab680df872dd983f
/
include
00aed96
Add an experimental and optional frame chain unwinding for ARM
by Arun Sharma
· 15 years ago
46e10c5
Support .debug_frame based unwinding in _UPTi_find_unwind_table()
by Arun Sharma
· 15 years ago
546463d
Factor out and export dwarf_find_debug_frame() function
by Arun Sharma
· 15 years ago
1787a2f
Add path and pathlen arguments to tdep_get_elf_image()
by Arun Sharma
· 15 years ago
a9dce3c
During the stack unwinding process, the return address points to
by Lassi Tuura
· 15 years ago
dac2d00
Identify signal frames by augmentation attribute.
by Lassi Tuura
· 15 years ago
fd88f41
Merge remote branch 'origin/master' into freebsd
by Konstantin Belousov
· 15 years ago
8e53e62
Refactor os specific code for x86 (both 32 and 64 bit).
by Arun Sharma
· 15 years ago
e9cd300
Move x86 porting further.
by Konstantin Belousov
· 15 years ago
71c4161
Remove extra empty line
by Konstantin Belousov
· 15 years ago
bdee34d
Jump buffer indices for FreeBSD/x86.
by Konstantin Belousov
· 15 years ago
c61e0b9
Add sys/types.h for x86.
by Konstantin Belousov
· 15 years ago
71cbdc6
Provide real values for jmpbuf offsets for FreeBSD
by Konstantin Belousov
· 15 years ago
752ce15
Preliminary version of freebsd syscall unwinder
by Konstantin Belousov
· 15 years ago
093855f
Remove unneeded includes of sys/types.h
by Konstantin Belousov
· 15 years ago
64b5391
Include sys/types.h once
by Konstantin Belousov
· 15 years ago
c647238
Support walk over freebsd sigframes
by Konstantin Belousov
· 15 years ago
3eabce1
Include sys/types.h when needed.
by Konstantin Belousov
· 15 years ago
8ccebc9
MAP_ANONYMOUS
by Konstantin Belousov
· 15 years ago
905034c
Initial attempt at the build infrastructure for FreeBSD.
by Konstantin Belousov
· 15 years ago
7520767
Be gcc compatible for C++ exceptions on 32 bit platforms.
by Stefan Demharter
· 15 years ago
54752e0
Implement getcontext for x86
by Paul Pluzhnikov
· 16 years ago
f88e949
Set UNW_TDEP_SP on x86 to ESP
by Arun Sharma
· 16 years ago
3067acf
Remove duplicate calls to mark_as_used
by Arun Sharma
· 16 years ago
4ab26bc
Fix compiler warnings seen with --disable_block_signals
by Arun Sharma
· 16 years ago
491d576
Fix compiler warnings on x86_64
by Arun Sharma
· 16 years ago
af9daf6
Fix the naming of the sigprocmask parameters.
by Arun Sharma
· 16 years ago
839db77
Wait if there is contention on the cache
by Paul Pluzhnikov
· 16 years ago
9aa0d6d
Allow caller to block signals.
by Paul Pluzhnikov
· 16 years ago
35e6a1a
This avoids a C++ syntax error with a (non-gcc?) compiler.
by Arun Sharma
· 16 years ago
b483ea3
Multilib support.
by Arun Sharma
· 16 years ago
aaed432
Remove more autogenerated files.
by Arun Sharma
· 16 years ago
2fce541
Implement _Unwind_GetIPInfo() as required by the C++ ABI
by Arun Sharma
· 16 years ago
9607c64
Fixup CONFIG_DEBUG_FRAME support.
by Arun Sharma
· 16 years ago
ec53de8
[PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h
by Arun Sharma
· 16 years ago
ff0ae70
Bad pointer validation for 32 bit x86.
by Arun Sharma
· 16 years ago
ef29ead
This patch eliminates one system call per unwind by not using the
by Arun Sharma
· 17 years ago
649f1fb
[X86-64] For local unwinding, we have a defence mechanism against
by Arun Sharma
· 17 years ago
3842dac
Add initial ARM and MIPS support. To support this, also enable the
by Daniel Jacobowitz
· 18 years ago
a8be10e
[X86] Cleanup XMM handling for x86
by David Mosberger-Tang
· 18 years ago
9ea6af8
[PPC32] Make PPC32 unwinding work for real.
by Jose Flavio Aguilar Paulino
· 18 years ago
4499bb2
[PPC32] First check-in to add preliminary support for Linux/PPC32.
by Jose Flavio Aguilar Paulino
· 18 years ago
e6b9f35
Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()
by David Mosberger-Tang
· 18 years ago
fad8b04
Rebuilt configure and Makefile.in files.
by David Mosberger-Tang
· 18 years ago
b33021e
Add PPC64 support.
by Jose Flavio Aguilar Paulino
· 18 years ago
be02d9a
dwarf.h needs atomic_ops.h. So include it.
by Arun Sharma
· 19 years ago
b3f25f6
[dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H.
by David Mosberger-Tang
· 19 years ago
795529e
[x86-64] Add a known good address cache.
by Arun Sharma (अरुण)
· 19 years ago
1fdb08e
Various fixes to get x86 to compile and work again.
by David Mosberger-Tang
· 19 years ago
11ea127
[dwarf] The sword() function in Gexpr.c doesn't do what's intended.
by Arun Sharma
· 19 years ago
8cdd8bf
[x86-64] Make even UNW_LOCAL_ONLY accessors go through validation.
by Arun Sharma
· 19 years ago
c5dc3c1
[dwarf] Allow return address column to differ from function to function.
by Arun Sharma
· 19 years ago
036cbfa
Fix x86 compilation.
by Arun Sharma
· 19 years ago
00db7f7
Implement a ip -> dwarf_reg_state cache.
by Arun Sharma
· 19 years ago
37be21c
Restore more files wiped out by Bitkeeper->CVS->GIT transition.
by David Mosberger-Tang
· 19 years ago
ca69fee
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 19 years ago
f176ad6
Bring git v0.98.5 tree in sync with released v0.98.5.
by David Mosberger-Tang
· 19 years ago
b47b9aa
UNW_IA64_BSP and UNW_IA64_SP are no longer read-only.
by hp.com!davidm
· 20 years ago
7a8b0ba
(rbs_get_base): New macro.
by hp.com!davidm
· 20 years ago
d5ab898
(SOS_MEMORY_SIZE): Move to here from src/mi/mempool.c.
by hp.com!davidm
· 20 years ago
9d94c8f
Rename: include/x86_64/jmpbuf.h -> include/tdep-x86_64/jmpbuf.h
by hp.com!davidm
· 20 years ago
e3ac62c
Rename: include/x86_64/jmpbuf.h -> include/tdep-x86_64/jmpbuf.h
by hp.com!davidm
· 20 years ago
3a2c945
Rename: include/x86/jmpbuf.h -> include/tdep-x86/jmpbuf.h
by hp.com!davidm
· 20 years ago
f6d4c74
Rename: include/x86/jmpbuf.h -> include/tdep-x86/jmpbuf.h
by hp.com!davidm
· 20 years ago
e6cf7e8
Rename: include/x86/dwarf-config.h -> include/tdep-x86/dwarf-config.h
by hp.com!davidm
· 20 years ago
d90772c
Rename: include/x86/dwarf-config.h -> include/tdep-x86/dwarf-config.h
by hp.com!davidm
· 20 years ago
56cea5b
Rename: include/ia64/script.h -> include/tdep-ia64/script.h
by hp.com!davidm
· 20 years ago
12f0ce1
Rename: include/ia64/script.h -> include/tdep-ia64/script.h
by hp.com!davidm
· 20 years ago
910087d
Rename: include/ia64/jmpbuf.h -> include/tdep-ia64/jmpbuf.h
by hp.com!davidm
· 20 years ago
e86e182
Rename: include/ia64/jmpbuf.h -> include/tdep-ia64/jmpbuf.h
by hp.com!davidm
· 20 years ago
983d841
Rename: include/hppa/jmpbuf.h -> include/tdep-hppa/jmpbuf.h
by hp.com!davidm
· 20 years ago
f8a07df
Rename: include/hppa/jmpbuf.h -> include/tdep-hppa/jmpbuf.h
by hp.com!davidm
· 20 years ago
400a917
Rename: include/hppa/dwarf-config.h -> include/tdep-hppa/dwarf-config.h
by hp.com!davidm
· 20 years ago
c56b45e
Rename: include/hppa/dwarf-config.h -> include/tdep-hppa/dwarf-config.h
by hp.com!davidm
· 20 years ago
180a1ec
Initial revision
by hp.com!davidm
· 20 years ago
f9b7af5
Include <libunwind.h> instead of "internal.h" and "mempool.h".
by hp.com!davidm
· 20 years ago
3ad4903
Include "libunwind_i.h" instead of "tdep.h".
by hp.com!davidm
· 20 years ago
ead43e8
Include "libunwind_i.h" instead of "internal.h".
by hp.com!davidm
· 20 years ago
59f9f6a
Include "libunwind_i.h" instead of "internal.h".
by hp.com!davidm
· 20 years ago
5724bee
Include "libunwind_i.h" instead of "internal.h".
by hp.com!davidm
· 20 years ago
5e5db2d
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
0870c54
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
ce46ac7
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
bea50a5
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
47eca0f
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
34e70b5
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
dce5528
Adjust for renaming of file.
by hp.com!davidm
· 20 years ago
6980fa4
Adjust comment.
by hp.com!davidm
· 20 years ago
e594478
Adjust comment.
by hp.com!davidm
· 20 years ago
c446186
Add include of <stdlib.h>.
by hp.com!davidm
· 20 years ago
5135d04
Add include of <stdlib.h>.
by hp.com!davidm
· 20 years ago
c3e9383
(struct cursor): Add "ec_loc" member.
by hp.com!davidm
· 20 years ago
836ee62
Rename: src/dwarf/dwarf-eh.h -> include/dwarf-eh.h
by mostang.com!davidm
· 20 years ago
06d223e
Initial revision
by mostang.com!davidm
· 20 years ago
fbab73e
Improve comment.
by mostang.com!davidm
· 20 years ago
fdb6bee
Change "ia64_rse" prefix to "rse".
by mostang.com!davidm
· 20 years ago
27f7d7d
(unw_tdep_proc_info_t): Drop dwarf_info member.
by mostang.com!davidm
· 20 years ago
e7fba77
(unw_dyn_info_format_t): Remove UNW_INFO_FORMAT_DWARF_FDE.
by mostang.com!davidm
· 20 years ago
66ecac1
(unw_addr_space): If we have atomic_ops.h, declare cache_generation
by mostang.com!davidm
· 20 years ago
adeb9b5
(struct dwarf_cursor): Add members eh_args and eh_valid_mask so
by mostang.com!davidm
· 20 years ago
Next »