summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsArun Sharma2011-11-031-1/+1
* Fix incorrect calls to memset.Arun2011-10-026-6/+6
* Fixup compile errors on ia64.Arun Sharma2011-09-232-2/+2
* Bump up the library versionv1.0.1Arun Sharma2011-09-101-1/+1
* 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
* 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
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-154-45/+149
* 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-155-111/+171
* Make the dwarf dl_iterate_phdr callback available within libunwind.Ken Werner2011-08-151-18/+6
* Change address type from void* to unw_word_t.Ken Werner2011-07-282-16/+16
* Fix inline assembly.Ken Werner2011-06-301-2/+2
* Handle register nums > 16 on x86_64Arun Sharma2011-06-181-2/+20
* 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-181-0/+2
* 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-033-21/+157
* 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
* Performance optimisations for fast trace.Lassi Tuura2011-04-178-58/+76
* Implement a cheaper getcontext()Arun Sharma2011-04-052-1/+30
* Use __thread instead of pthread_getspecific()Arun Sharma2011-04-051-1/+4
* Create a generic and local variant of the extbl parser.Ken Werner2011-04-054-3/+18
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-012-32/+22
* Export unw_backtrace() and alias backtrace() to it.Lassi Tuura2011-04-011-1/+4
* Mark slow_backtrace() ALWAYS_INLINEArun Sharma2011-03-311-1/+2
* Assign copyright as requested by the author.Lassi Tuura2011-03-252-2/+2
* Reset 'used' to zero after expanding frame cache hash table.Lassi Tuura2011-03-251-0/+1
* Fix up compilation and test failuresArun Sharma2011-03-241-14/+33
* Integrate fast trace into backtrace().Lassi Tuura2011-03-242-71/+217
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-2416-34/+572
* Auto-detect whether to use msync() or mincore() for address validation.Lassi Tuura2011-03-242-8/+39
* ARM: Return the dwarf.cfa in case the user requests SP/R13.Ken Werner2011-03-241-1/+1
* Remove the ARM_EXIDX_TABLE_MALLOC code path.Ken Werner2011-03-241-27/+2
* Remove the appname string of the ARM extbl parser.Ken Werner2011-03-242-9/+3
* Prefer to unwind using DWARF info on ARM.Ken Werner2011-03-241-10/+13
* ARM extbl cleanup.Ken Werner2011-03-241-155/+37
* Have the ARM extbtl-parser operate on the DWARF model directly.Ken Werner2011-03-243-149/+134
* Fix build and distribution on the FreeBSD.Konstantin Belousov2011-03-241-0/+1
* Fixup trailing whitespaceArun Sharma2011-03-221-1/+1
* Use ARM-specific unwinding tables in unw_stepZachary T Welch2011-03-222-2/+55
* Add module for parsing ARM-specific unwind tablesZachary T Welch2011-03-223-3/+604
* Add ARM signal frame detectionZachary T Welch2011-03-221-1/+30
* Fix file descriptor leakage in maps_initZachary T Welch2011-03-071-1/+5