Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
75f34ccb7dcdfd2b96e370824b3fd723b2f22b49
75f34cc
Update documentation and regenerate manual-pages.
by David Mosberger-Tang
· 17 years ago
7aca85a
Update html-versions of man-pages for Savannah-based home page.
by David Mosberger-Tang
· 17 years ago
7fdd022
Update autoconf files.
by David Mosberger-Tang
· 17 years ago
25739ee
[IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to
by David Mosberger-Tang
· 17 years ago
bcca3dd
[x86-64] Fix cross-compilation. setcontext.S can only be built natively.
by Arun Sharma
· 17 years ago
7c289a6
Delete explanation of how to build libunwind on ia64 with v7 of the
by David Mosberger-Tang
· 17 years ago
2973156
Recreate autoconf files.
by David Mosberger-Tang
· 17 years ago
955d127
Update NEWS and README files a bit.
by David Mosberger-Tang
· 17 years ago
a1e7ee4
Just a small patch to build system, it helps if you build in a power
by Jose Flavio Aguilar Paulino
· 17 years ago
5c95d13
Cleanup some files from previous patch and rerurn autoconf tools.
by David Mosberger-Tang
· 17 years ago
3afd613
[X86-64]: Instead of auto-generating _u_context_i.h, hardcode the
by Arun Sharma
· 17 years ago
fad8b04
Rebuilt configure and Makefile.in files.
by David Mosberger-Tang
· 17 years ago
b33021e
Add PPC64 support.
by Jose Flavio Aguilar Paulino
· 17 years ago
a6393c0
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 17 years ago
899ffba
Update NEWS file.
by David Mosberger-Tang
· 17 years ago
09c8c7d
(unw_create_addr_space): Fix address-leak that triggered when function
by Andreas Schwab
· 17 years ago
0fa6b58
2007-03-20 Nurdin Premji <npremji@redhat.com>
by Nurdin Premji
· 18 years ago
565ffdb
2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
by Jan Kratochvil
· 18 years ago
5f3d295
* tests/test-async-sig.c: Move "const" definition to separate area to keep
by David Mosberger-Tang
· 18 years ago
a72abd4
2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
by Jan Kratochvil
· 18 years ago
7923ae3
Re-run aclocal and automake to update Makefiles so new files (e.g.,
by David Mosberger-Tang
· 18 years ago
497b987
Add gen-offsets to the Makefile
by Arun Sharma
· 18 years ago
31440e9
Make libunwind pass C++ exceptions correctly
by Arun Sharma
· 18 years ago
55fe524
Cleanup the hash() function copied from ia64
by Arun Sharma
· 18 years ago
a5d0c1f
Remove HAVE___THREAD. This was never tested.
by Arun Sharma
· 18 years ago
be02d9a
dwarf.h needs atomic_ops.h. So include it.
by Arun Sharma
· 18 years ago
b3f25f6
[dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H.
by David Mosberger-Tang
· 18 years ago
62bacfc
[x86-64] Minor reformatting for GNU-style and use memset() in lieu of bzero().
by David Mosberger-Tang
· 18 years ago
795529e
[x86-64] Add a known good address cache.
by Arun Sharma (अरुण)
· 18 years ago
96969f8
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 18 years ago
bde6770
Delete some backup files that accidentally made it into git.
by David Mosberger-Tang
· 18 years ago
df88260
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 18 years ago
bd17671
Delete obsolete BitKeeper files.
by David Mosberger-Tang
· 18 years ago
63a6a95
Delete obsolete BitKeeper files, add LICENSE file.
by David Mosberger-Tang
· 18 years ago
1fdb08e
Various fixes to get x86 to compile and work again.
by David Mosberger-Tang
· 18 years ago
11ea127
[dwarf] The sword() function in Gexpr.c doesn't do what's intended.
by Arun Sharma
· 18 years ago
cdb96f3
[x86] (common_init): Fix spurious errors caused by uninitialized members.
by Arun Sharma
· 18 years ago
8297866
[x86-64] (unw_step): Further refine handling of functions without unwind-info.
by Arun Sharma
· 18 years ago
06d2ffa
[x86-64] (unw_step): Improve handling of functions which lack unwind info.
by Arun Sharma
· 18 years ago
7c09076
[x86-64] (unw_is_signal_frame): If access mem fails, it's not a signal frame.
by Arun Sharma
· 18 years ago
58888a5
(dwarf_find_save_locs): Also apply register-state after parsing the FDE
by Arun Sharma
· 18 years ago
527225e
[x86-64] Make a best effort at validating pointers before dereferencing them.
by Arun Sharma
· 18 years ago
4312719
[dwarf] Need to guard against multiple threads accessing the rs cache.
by Arun Sharma
· 18 years ago
8cdd8bf
[x86-64] Make even UNW_LOCAL_ONLY accessors go through validation.
by Arun Sharma
· 18 years ago
c5dc3c1
[dwarf] Allow return address column to differ from function to function.
by Arun Sharma
· 18 years ago
60b7af7
(dwarf_find_save_locs): Add a comment.
by Arun Sharma
· 18 years ago
3dfde7a
(dwarf_find_save_locs): put_unwind_info() is not needed in the cached case.
by Arun Sharma
· 18 years ago
036cbfa
Fix x86 compilation.
by Arun Sharma
· 18 years ago
00db7f7
Implement a ip -> dwarf_reg_state cache.
by Arun Sharma
· 18 years ago
1a0af36
Fix forgotten copyright year update.
by David Mosberger-Tang
· 18 years ago
03395a1
Turn back on execute-permission on script files.
by David Mosberger-Tang
· 18 years ago
6a89d40
Fix missed "tdep.h" -> "libunwind_i.h" conversions.
by David Mosberger-Tang
· 18 years ago
8c94e12
(_UPT_find_proc_info): Fix potential crash due to uninitialized pointer.
by David Mosberger-Tang
· 18 years ago
fd2fa63
Fix missed merge on setjmp_i.h and siglongjmp.c.
by David Mosberger-Tang
· 18 years ago
3c109ee
Update ChangeLog to point to GIT log instead of Bitkeeper log.
by David Mosberger-Tang
· 18 years ago
69d85f7
Restore mi/Ldyn-remote.c.
by David Mosberger-Tang
· 18 years ago
37be21c
Restore more files wiped out by Bitkeeper->CVS->GIT transition.
by David Mosberger-Tang
· 18 years ago
9e927e7
Restore tests/perf-startup.
by David Mosberger-Tang
· 18 years ago
236e370
Remove three Emacs backup-files which accidentially got checked into git.
by David Mosberger-Tang
· 18 years ago
6daeeac
Revert "Initial revision"
by David Mosberger-Tang
· 18 years ago
a369768
Revert "Initial revision"
by David Mosberger-Tang
· 18 years ago
ca69fee
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 18 years ago
af2503e
Fix bug in libunwind-ptrace which can cause reading of random data.
by David Mosberger-Tang
· 18 years ago
cbd8648
Make libunwind compile with recent versions of GAS.
by David Mosberger-Tang
· 18 years ago
f176ad6
Bring git v0.98.5 tree in sync with released v0.98.5.
by David Mosberger-Tang
· 18 years ago
bc09a82
ia64: Allow write-access to UNW_IA64_BSP and UNW_IA64_SP.
by hp.com!davidm
· 20 years ago
2211958
UNW_IA64_SP and UNW_IA64_BSP are no longer read-only.
by hp.com!davidm
· 20 years ago
b47b9aa
UNW_IA64_BSP and UNW_IA64_SP are no longer read-only.
by hp.com!davidm
· 20 years ago
11f4871
Regenerate.
by hp.com!davidm
· 20 years ago
36a0275
Allow write-access to UNW_IA64_BSP and UNW_REG_SP.
by hp.com!davidm
· 20 years ago
7c986f6
ia64: Fix typo in kernel-files.txt.
by hp.com!davidm
· 20 years ago
41db9a8
Adjust for renaming of ia64 -> tdep-ia64.
by hp.com!davidm
· 20 years ago
4591d09
ia64: Use update_nat() instead of equivalent open code in tdep_access_reg().
by hp.com!davidm
· 20 years ago
cf2a44c
Use update_nat() instead of equivalent open code.
by hp.com!davidm
· 20 years ago
2bc0aee
ia64: Allow r1 to be saved in an ABI-specific frame.
by hp.com!davidm
· 20 years ago
f5de64f
If r1 has been saved in an ABI-specific frame
by hp.com!davidm
· 20 years ago
5b1dfec
ia64: Remove some dead code.
by hp.com!davidm
· 20 years ago
399f120
Drop unused readonly variable.
by hp.com!davidm
· 20 years ago
2c08119
ia64: Drop early-out-on-zero-IP from unw_step()
by hp.com!davidm
· 20 years ago
3fa950e
Remove early-out test when IP is zero.
by hp.com!davidm
· 20 years ago
3b7eb49
ia64: Introduce rbs_get_base() to simplify Linux kernel integration.
by hp.com!davidm
· 20 years ago
19e3bf3
(rbs_switch): Use rbs_get_base() to determine the size of the register
by hp.com!davidm
· 20 years ago
7a8b0ba
(rbs_get_base): New macro.
by hp.com!davidm
· 20 years ago
9724ac4
(common_init): Use rbs_get_base() to determine size of register-backing store.
by hp.com!davidm
· 20 years ago
8236491
ia64: Add Linux kernel support to unw_init_local().
by hp.com!davidm
· 20 years ago
080f842
Read sp and bsp via ia64_get() and then pass them to common_init().
by hp.com!davidm
· 20 years ago
50bbc1f
(set_as_arg): New function.
by hp.com!davidm
· 20 years ago
84bd124
(inlined_uc_addr): Remove UNW_IA64_AR_BSP. We no longer need this ugly hack
by hp.com!davidm
· 20 years ago
4992f1c
(common_init): Take initial sp and bsp values as arguments instead of
by hp.com!davidm
· 20 years ago
6ad2531
Remove Ginit.c. Kernel doesn't use it anymore.
by hp.com!davidm
· 20 years ago
96c8c51
Move around a few more things to ease kernel-integration. No functional changes.
by hp.com!davidm
· 20 years ago
97b483d
Drop include of "mempool.h", which causes problems in the kernel, due to
by hp.com!davidm
· 20 years ago
1b63be3
(parse_dynamic): Make it a dummy-function of _U_dyn_op isn't defined, i.e.,
by hp.com!davidm
· 20 years ago
7894f0e
(ia64_strloc): Move to Grbs.c.
by hp.com!davidm
· 20 years ago
9640791
(ia64_strloc): Move here from Ginit.c so it can be shared with the kernel.
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
c762d76
Shuffle around include files to make it easier to use libunwind in the Linux
by hp.com!davidm
· 20 years ago
c4a2f46
Replace tdep.h symlink with tdep symlink.
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
Next »