summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Invert tdep_init() flag logicTommi Rantala2012-09-2833-61/+58
* Use __sync builtin atomics on all architectures if availableTommi Rantala2012-09-282-6/+20
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-283-28/+30
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-282-1/+4
* Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.cTommi Rantala2012-09-281-1/+5
* Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGNTommi Rantala2012-09-281-1/+8
* Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'Tommi Rantala2012-09-281-8/+0
* Pull attribute macros from `libunwind_i.h' to new header `compiler.h'Tommi Rantala2012-09-283-34/+69
* Do not allow the reference to the local var to outlive the local var scope.Konstantin Belousov2012-09-211-1/+1
* x86_64: stop unwinding when %rbp location is NULLKonstantin Belousov2012-09-211-0/+6
* ppc32: fixup cross build failureTommi Rantala2012-09-212-2/+3
* pkg-config file fixupsArun Sharma2012-09-213-3/+3
* Merge ../libunwind.test1Arun Sharma2012-09-1519-92/+307
|\
| * Create and install pkg-config .pc filesAlexander Toresson2012-09-157-0/+64
| * siglongjmp documentation fixPatrick Marlier2012-09-152-2/+2
| * ptrace: add more Debug to access_regCody P Schafer2012-09-151-5/+21
| * ptrace: check for NULL arg.Cody P Schafer2012-09-151-0/+5
| * ptrace/access_reg: print out register name on "bad register"Cody P Schafer2012-09-151-2/+2
| * configure: rename configure.in to configure.acCody P Schafer2012-09-151-0/+0
| * ppc64: add FRAME_POINTER & NIP to regname.Cody P Schafer2012-09-151-0/+3
| * ppc64: be explicit in access_reg range checkCody P Schafer2012-09-151-2/+2
| * UPT: Add reg offsets for ppc32/64Cody P Schafer2012-09-151-2/+147
| * configure: use AC_ARG_ENABLE(arg, text, , custom-act)Cody P Schafer2012-09-151-12/+8
| * configure: use AC_ARG_ENABLE's defaults when possibleCody P Schafer2012-09-151-4/+2
| * configure: avoid using a shell function in autoconfCody P Schafer2012-09-151-15/+14
| * ppc64: remove tests/ppc64-test-wcharCody P Schafer2012-09-152-25/+3
| * configure: use AS_HELP_STRING for configure args instead of manual formatingCody P Schafer2012-09-151-6/+6
| * build: make libunwind-coredump build optionalCody P Schafer2012-09-153-3/+20
| * ppc32: ppc64: test altivec support by running the compiler.Cody P Schafer2012-09-151-14/+7
| * ppc32: add UNUSED attribute to dmy_ctxtCody P Schafer2012-09-151-1/+1
| * ppc32: remove unused dmy_vrregsetCody P Schafer2012-09-151-1/+0
| * ppc32: ppc64: use AC_COMPILE_IFELSE to test __powerpc64__ macro for ppc64Cody P Schafer2012-09-151-7/+7
| * PATCH: fix build with --enable-msabi-supportariel.burton@roguewave.com2012-09-152-0/+2
| * Silence a compiler error.Arun Sharma2012-09-081-1/+1
* | Silence a compiler warning.Arun Sharma2012-09-081-1/+1
|/
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-054-8/+9
* Fix IA64 separate builddir cursor generationTommi Rantala2012-09-041-6/+6
* Fix incorrect .debug_frame lookup with non-zero text segment vaddrTommi Rantala2012-09-041-1/+1
* ARM: invalidate proc info after non-dwarf unw_step()Tommi Rantala2012-09-041-0/+5
* Implement _UCD_access_reg() for ARMTommi Rantala2012-09-041-5/+14
* Provide manual page for `unw_backtrace()'Tommi Rantala2012-09-043-0/+142
* Remove AC_FUNC_MEMCMP check from configure.inTommi Rantala2012-09-041-1/+0
* Avoid LLVM -Wunused-value warning in src/dwarf/Gexpr.cTommi Rantala2012-09-041-1/+1
* Do not print garbage proc info in tests/Gtest-bt.cTommi Rantala2012-09-041-2/+4
* Change test-varargs to check libunwind backtracingTommi Rantala2012-09-043-13/+40
* Check correct variable for offset in tests/Gtest-init.cxxTommi Rantala2012-09-041-1/+1
* Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxxTommi Rantala2012-09-041-4/+4
* Eliminate one heap allocation in dwarf_find_debug_frame()Tommi Rantala2012-09-041-23/+12
* Remove free() NULL pointer checks in load_debug_frame() error pathTommi Rantala2012-09-041-3/+3
* PPC: return failure from the unw_get_proc_info() stubTommi Rantala2012-09-041-1/+1