summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [PPC32] Make PPC32 unwinding work for real.Jose Flavio Aguilar Paulino2007-10-086-127/+36
* Mark Wielaard <mwielaard@redhat.com> writes:Jan Kratochvil2007-10-0120-0/+84
* [PPC32] Make get_func_addr() a no-op function.Jose Flavio Aguilar Paulino2007-09-201-12/+3
* [PPC32] First check-in to add preliminary support for Linux/PPC32.Jose Flavio Aguilar Paulino2007-09-1237-192/+1806
* Regenerate Makefile.in.David Mosberger-Tang2007-08-271-7/+27
* [PPC64] Get "make check" to work on PPC64 Linux. Add a README entryJose Flavio Aguilar Paulino2007-08-273-2/+5
* [PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.cJose Flavio Aguilar Paulino2007-08-241-3/+5
* Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()David Mosberger-Tang2007-08-2211-26/+85
* Fix two minor compiler-warnings.David Mosberger-Tang2007-08-221-2/+4
* Update autoconf files.David Mosberger-Tang2007-08-091-36/+37
* [x86-64] Fix cross-compilation. setcontext.S can only be built natively.Arun Sharma2007-08-071-3/+3
* Recreate autoconf files.David Mosberger-Tang2007-08-061-0/+2
* 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-061-56/+262
* Add PPC64 support.Jose Flavio Aguilar Paulino2007-08-0233-1/+1994
* Merge ../libunwind-v0.98David Mosberger-Tang2007-06-061-8/+10
|\
| * (unw_create_addr_space): Fix address-leak that triggered when functionAndreas Schwab2007-06-061-8/+10
| * Delete some backup files that accidentally made it into git.David Mosberger-Tang2006-07-273-0/+0
* | Re-run aclocal and automake to update Makefiles so new files (e.g.,David Mosberger-Tang2007-04-101-8/+28
* | 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
* | [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-102-1/+43
* | [dwarf] The sword() function in Gexpr.c doesn't do what's intended.Arun Sharma2006-07-261-12/+1
* | [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
* | [dwarf] Allow return address column to differ from function to function.Arun Sharma2006-07-261-5/+9
* | (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
* | Implement a ip -> dwarf_reg_state cache.Arun Sharma2006-07-263-97/+206
* | Fix forgotten copyright year update.David Mosberger-Tang2006-07-262-2/+2
* | Fix missed "tdep.h" -> "libunwind_i.h" conversions.David Mosberger-Tang2006-07-263-3/+3
* | (_UPT_find_proc_info): Fix potential crash due to uninitialized pointer.David Mosberger-Tang2006-07-261-7/+12
* | Fix missed merge on setjmp_i.h and siglongjmp.c.David Mosberger-Tang2006-07-262-222/+0
* | Restore mi/Ldyn-remote.c.David Mosberger-Tang2006-07-261-0/+5
* | Remove three Emacs backup-files which accidentially got checked into git.David Mosberger-Tang2006-07-263-0/+0
* | Revert "Initial revision"David Mosberger-Tang2006-07-268-31/+465
* | Revert "Initial revision"David Mosberger-Tang2006-07-2614-0/+591
* | Merge ../libunwind-v0.98David Mosberger-Tang2006-07-2514-26/+124
|\ \ | |/
| * Fix bug in libunwind-ptrace which can cause reading of random data.David Mosberger-Tang2006-07-251-0/+9
| * Bring git v0.98.5 tree in sync with released v0.98.5.David Mosberger-Tang2006-07-2512-0/+236
* | Allow write-access to UNW_IA64_BSP and UNW_REG_SP.hp.com!davidm2005-05-201-4/+6