summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* undef FORTIFY_SOURCEv1.0-stableArun Sharma2011-11-031-0/+1
* Fix breakage when host != targetKen Werner2011-11-031-8/+12
* Fix up the breakage when host != targetArun Sharma2011-11-035-2/+24
* Fix some compiler warningsArun Sharma2011-11-031-1/+1
* Fix incorrect calls to memset.Arun2011-10-027-7/+7
* Fixup compile errors on ia64.Arun Sharma2011-09-232-2/+2
* Bump up the library versionv1.0.1Arun Sharma2011-09-101-1/+1
* Explicitly specify the librariesArun Sharma2011-09-101-2/+2
* Installed include files can't include config.hArun Sharma2011-09-051-1/+0
* Reorder libraries in lib_LTLIBRARIESArun Sharma2011-09-051-1/+7
* ARM: prefer to unwind using DWARF infoKen Werner2011-08-291-16/+16
* ARM: Exit unw_step in case DWARF based unwinding was successfulKen Werner2011-08-291-2/+4
* Updates for 1.0v1.0Arun Sharma2011-08-272-2/+2
* Skip a few tests on uCLibCSven Neumann2011-08-272-3/+7
* ARM: Ensure unw_step returns whatever find_proc_info() returnsKen Werner2011-08-171-5/+7
* ARM: Fix return value of arm_find_proc_infoKen Werner2011-08-171-1/+1
* Bump up the package version.Arun Sharma2011-08-153-6/+17
* Fix a compiler warningArun Sharma2011-08-151-0/+1
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-156-51/+150
* Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh...Ken Werner2011-08-153-145/+173
* Rework the lookup of the ARM specific unwind infoKen Werner2011-08-159-133/+183
* Make the dwarf dl_iterate_phdr callback available within libunwind.Ken Werner2011-08-152-18/+20
* Change address type from void* to unw_word_t.Ken Werner2011-07-284-20/+20
* Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunw...Ken Werner2011-07-152-13/+13
* Fix inline assembly.Ken Werner2011-06-301-2/+2
* Handle register nums > 16 on x86_64Arun Sharma2011-06-184-6/+57
* No libunwind-generic.so if configured with --disable-sharedJoel Brobecker2011-06-181-3/+7
* Remove unintended semi-colon in os-hpux.c fun definitionJoel Brobecker2011-06-181-1/+1
* Fix call to maps_next in _UPT_get_dyn_info_list_addr.cJoel Brobecker2011-06-181-1/+1
* Check for <sys/ptrace.h> before including itJoel Brobecker2011-06-182-1/+3
* Use single level hash table for fast trace.Lassi Tuura2011-05-061-60/+30
* Inline access to initial register values as it's known to be safe.Lassi Tuura2011-05-061-8/+4
* Add support for handling signal frames on ARM Linux.Ken Werner2011-05-034-21/+168
* Add support for RT signal frame detection on ARM.Ken Werner2011-05-031-7/+23
* Add initial support for local unw_resume on ARM Linux.Ken Werner2011-04-213-6/+74
* ARM: tests/Gtest-dyn1.c workaround for GCC bug.Ken Werner2011-04-211-2/+6
* ARM: tests/Gtest-dyn1.c fixes.Ken Werner2011-04-211-0/+15
* ARM: tests/Gtest-trace.c - IP printingKen Werner2011-04-211-0/+2
* Add the appropriate libraries to the *_LDADD variables.Ken Werner2011-04-211-6/+6
* Performance optimisations for fast trace.Lassi Tuura2011-04-1710-62/+88
* Implement a cheaper getcontext()Arun Sharma2011-04-0510-1/+39
* Use __thread instead of pthread_getspecific()Arun Sharma2011-04-051-1/+4
* Add tests/[GL]perf-trace to the .gitignore file.Ken Werner2011-04-051-0/+1
* Increase alternate signal stack size.Ken Werner2011-04-052-6/+10
* Create a generic and local variant of the extbl parser.Ken Werner2011-04-055-3/+25
* Add a test to catch calls to calloc from libunwindArun Sharma2011-04-054-2/+148
* Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194fArun Sharma2011-04-051-1/+1
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-0120-142/+135
* Export unw_backtrace() and alias backtrace() to it.Lassi Tuura2011-04-013-1/+6
* Mark slow_backtrace() ALWAYS_INLINEArun Sharma2011-03-312-2/+3