summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update autoconf files.David Mosberger-Tang2007-08-093-38/+39
* | [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try toDavid Mosberger-Tang2007-08-091-3/+9
* | [x86-64] Fix cross-compilation. setcontext.S can only be built natively.Arun Sharma2007-08-071-3/+3
* | Delete explanation of how to build libunwind on ia64 with v7 of theDavid Mosberger-Tang2007-08-061-17/+0
* | Recreate autoconf files.David Mosberger-Tang2007-08-065-28/+69
* | Update NEWS and README files a bit.David Mosberger-Tang2007-08-062-12/+9
* | Just a small patch to build system, it helps if you build in a powerJose Flavio Aguilar Paulino2007-08-062-1/+14
* | Cleanup some files from previous patch and rerurn autoconf tools.David Mosberger-Tang2007-08-064-85/+3
* | [X86-64]: Instead of auto-generating _u_context_i.h, hardcode theArun Sharma2007-08-061-0/+29
* | Rebuilt configure and Makefile.in files.David Mosberger-Tang2007-08-066-6496/+6718
* | Add PPC64 support.Jose Flavio Aguilar Paulino2007-08-0243-3/+2900
* | Merge ../libunwind-v0.98David Mosberger-Tang2007-06-062-8/+14
|\ \ | |/
| * Update NEWS file.David Mosberger-Tang2007-06-061-0/+4
| * (unw_create_addr_space): Fix address-leak that triggered when functionAndreas Schwab2007-06-061-8/+10
* | 2007-03-20 Nurdin Premji <npremji@redhat.com>Nurdin Premji2007-05-161-1/+1
* | 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2007-05-161-1/+6
* | * tests/test-async-sig.c: Move "const" definition to separate area to keepDavid Mosberger-Tang2007-05-162-2/+4
* | 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2007-05-163-8/+70
* | Re-run aclocal and automake to update Makefiles so new files (e.g.,David Mosberger-Tang2007-04-105-614/+1100
* | Add gen-offsets to the MakefileArun Sharma2007-04-103-63/+34
* | Make libunwind pass C++ exceptions correctlyArun Sharma2007-04-053-3/+151
* | Cleanup the hash() function copied from ia64Arun Sharma2006-08-161-1/+1
* | Remove HAVE___THREAD. This was never tested.Arun Sharma2006-08-161-4/+0
* | dwarf.h needs atomic_ops.h. So include it.Arun Sharma2006-08-161-0/+7
* | [dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H.David Mosberger-Tang2006-08-101-0/+1
* | [x86-64] Minor reformatting for GNU-style and use memset() in lieu of bzero().David Mosberger-Tang2006-08-101-6/+7
* | [x86-64] Add a known good address cache.Arun Sharma (अरुण)2006-08-103-1/+44
* | Merge ../libunwind-v0.98David Mosberger-Tang2006-07-270-0/+0
|\ \ | |/
| * Delete some backup files that accidentally made it into git.David Mosberger-Tang2006-07-273-0/+0
* | Merge ../libunwind-v0.98David Mosberger-Tang2006-07-270-0/+0
|\ \ | |/
| * Delete obsolete BitKeeper files.David Mosberger-Tang2006-07-274-115/+0
* | Delete obsolete BitKeeper files, add LICENSE file.David Mosberger-Tang2006-07-275-115/+18
* | Various fixes to get x86 to compile and work again.David Mosberger-Tang2006-07-264-8/+144
* | [dwarf] The sword() function in Gexpr.c doesn't do what's intended.Arun Sharma2006-07-265-12/+5
* | [x86] (common_init): Fix spurious errors caused by uninitialized members.Arun Sharma2006-07-261-0/+3
* | [x86-64] (unw_step): Further refine handling of functions without unwind-info.Arun Sharma2006-07-261-2/+2
* | [x86-64] (unw_step): Improve handling of functions which lack unwind info.Arun Sharma2006-07-261-3/+11
* | [x86-64] (unw_is_signal_frame): If access mem fails, it's not a signal frame.Arun Sharma2006-07-261-1/+1
* | (dwarf_find_save_locs): Also apply register-state after parsing the FDEArun Sharma2006-07-261-0/+1
* | [x86-64] Make a best effort at validating pointers before dereferencing them.Arun Sharma2006-07-261-0/+7
* | [dwarf] Need to guard against multiple threads accessing the rs cache.Arun Sharma2006-07-261-7/+61
* | [x86-64] Make even UNW_LOCAL_ONLY accessors go through validation.Arun Sharma2006-07-261-49/+3
* | [dwarf] Allow return address column to differ from function to function.Arun Sharma2006-07-262-5/+10
* | (dwarf_find_save_locs): Add a comment.Arun Sharma2006-07-261-0/+2
* | (dwarf_find_save_locs): put_unwind_info() is not needed in the cached case.Arun Sharma2006-07-261-1/+2
* | Fix x86 compilation.Arun Sharma2006-07-261-0/+1
* | Implement a ip -> dwarf_reg_state cache.Arun Sharma2006-07-265-97/+241
* | Fix forgotten copyright year update.David Mosberger-Tang2006-07-262-2/+2
* | Turn back on execute-permission on script files.David Mosberger-Tang2006-07-262-0/+0
* | Fix missed "tdep.h" -> "libunwind_i.h" conversions.David Mosberger-Tang2006-07-263-3/+3