1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-01 02:37:39 +01:00

Commit graph

  • 42b67080eb Fix linker errors with recent binutils Arun Sharma 2011-10-15 22:55:35 -0700
  • f89fb17695 Fix incorrect calls to memset. Arun 2011-10-02 22:43:28 -0700
  • 962366dace Fixup compile errors on ia64. Arun Sharma 2011-09-23 11:11:34 -0700
  • ac0acd06f3 Bump up the library version v1.0.1 Arun Sharma 2011-09-10 19:57:59 -0700
  • 1d8e2c1ae5 Explicitly specify the libraries Arun Sharma 2011-09-10 19:56:54 -0700
  • 3bf76e8d19 Installed include files can't include config.h Arun Sharma 2011-09-05 10:47:13 -0700
  • 00abb7c056 Reorder libraries in lib_LTLIBRARIES Arun Sharma 2011-09-05 10:46:14 -0700
  • 92327a3647 ARM: prefer to unwind using DWARF info Ken Werner 2011-08-29 14:36:27 +0000
  • 912db91b05 ARM: Exit unw_step in case DWARF based unwinding was successful Ken Werner 2011-08-29 14:32:18 +0000
  • e3c87a6261 Updates for 1.0 v1.0 Arun Sharma 2011-08-27 21:51:14 -0700
  • f195c9ad52 Skip a few tests on uCLibC Sven Neumann 2011-08-19 10:16:51 +0200
  • 112c927371 ARM: Ensure unw_step returns whatever find_proc_info() returns Ken Werner 2011-08-17 14:19:04 +0000
  • 93e64550ac ARM: Fix return value of arm_find_proc_info Ken Werner 2011-08-17 12:48:03 +0000
  • 8ab8863e9f Bump up the package version. Arun Sharma 2011-08-15 21:02:26 -0700
  • 4dbc2bcb94 Fix a compiler warning Arun Sharma 2011-08-15 20:19:47 -0700
  • d83846f120 ARM: Initial support for remote unwinding using libunwind-ptrace Ken Werner 2011-07-20 07:57:57 +0000
  • b317cb4829 Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame. Ken Werner 2011-07-20 07:18:50 +0000
  • 545023c207 Rework the lookup of the ARM specific unwind info Ken Werner 2011-07-14 13:44:02 +0000
  • 0b9f591823 Make the dwarf dl_iterate_phdr callback available within libunwind. Ken Werner 2011-08-12 09:23:18 +0000
  • 25f6b8295d Change address type from void* to unw_word_t. Ken Werner 2011-07-06 19:15:09 +0000
  • 264b101905 Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h. Ken Werner 2011-07-03 12:09:32 +0000
  • b28335b5a5 Fix inline assembly. Ken Werner 2011-06-30 12:36:44 +0200
  • e09f9701ff Handle register nums > 16 on x86_64 Arun Sharma 2011-06-18 20:16:13 -0700
  • 7d43108f9c No libunwind-generic.so if configured with --disable-shared Joel Brobecker 2011-06-15 20:07:10 -0400
  • ea7160a841 Remove unintended semi-colon in os-hpux.c fun definition Joel Brobecker 2011-06-15 20:07:09 -0400
  • 8d991d9258 Fix call to maps_next in _UPT_get_dyn_info_list_addr.c Joel Brobecker 2011-06-15 20:07:08 -0400
  • e003e44a37 Check for <sys/ptrace.h> before including it Joel Brobecker 2011-06-15 20:07:07 -0400
  • d2525ec936 Use single level hash table for fast trace. Lassi Tuura 2011-05-06 22:09:07 -0700
  • 5c2cade264 Inline access to initial register values as it's known to be safe. Lassi Tuura 2011-05-06 20:19:36 -0700
  • 36511d3d1f Add support for handling signal frames on ARM Linux. Ken Werner 2011-04-21 16:54:39 +0200
  • 9533ea1a6a Add support for RT signal frame detection on ARM. Ken Werner 2011-04-28 17:14:30 +0200
  • 1e10c2931d Add initial support for local unw_resume on ARM Linux. Ken Werner 2011-04-21 15:52:51 +0200
  • 288f18f7ae ARM: tests/Gtest-dyn1.c workaround for GCC bug. Ken Werner 2011-04-07 10:37:38 +0200
  • 3b917f2d16 ARM: tests/Gtest-dyn1.c fixes. Ken Werner 2011-04-06 10:36:26 +0200
  • a624812e2a ARM: tests/Gtest-trace.c - IP printing Ken Werner 2011-04-06 10:36:49 +0200
  • d589e20506 Add the appropriate libraries to the *_LDADD variables. Ken Werner 2011-04-06 10:27:51 +0200
  • ae5c1f2adf Performance optimisations for fast trace. Lassi Tuura 2011-04-17 20:33:09 -0700
  • e2962af9d3 Implement a cheaper getcontext() Arun Sharma 2011-04-05 21:26:56 -0700
  • 15f182828d Use __thread instead of pthread_getspecific() Arun Sharma 2011-04-05 21:03:30 -0700
  • 171e3e51f4 Add tests/[GL]perf-trace to the .gitignore file. Ken Werner 2011-04-01 19:46:17 +0200
  • e4593e2493 Increase alternate signal stack size. Ken Werner 2011-04-01 18:42:20 +0200
  • fd21d07fe4 Create a generic and local variant of the extbl parser. Ken Werner 2011-04-01 18:41:16 +0200
  • d86155f72e Add a test to catch calls to calloc from libunwind Arun Sharma 2011-04-05 20:46:24 -0700
  • 4dc222cf8a Undo parts of 2f9b04e9c2 Arun Sharma 2011-04-05 13:41:29 -0700
  • 5f38f35d5d Drop a call frame in tdep_trace and avoid a call to unw_step. Lassi Tuura 2011-03-31 23:47:20 -0700
  • 50bc12afba Export unw_backtrace() and alias backtrace() to it. Lassi Tuura 2011-03-31 22:58:50 -0700
  • 2f9b04e9c2 Mark slow_backtrace() ALWAYS_INLINE Arun Sharma 2011-03-31 22:45:10 -0700
  • 27d0dbfecb Ensure tests pass on 32 bit x86. Arun Sharma 2011-03-25 14:34:41 -0700
  • 3b9fd99cb7 Assign copyright as requested by the author. Lassi Tuura 2011-03-25 00:11:43 -0700
  • f1ea02be58 Reset 'used' to zero after expanding frame cache hash table. Lassi Tuura 2011-03-25 00:02:37 -0700
  • 741a5a2149 Add some performance tests for fast backtracing. Arun Sharma 2011-03-24 23:47:25 -0700
  • 7ff83c051e Fix up compilation and test failures Arun Sharma 2011-03-24 23:25:43 -0700
  • 44a14d1364 Integrate fast trace into backtrace(). Lassi Tuura 2011-03-21 19:43:39 +0100
  • 9e98f15e9a Fast back-trace for x86_64 for only collecting the call stack. Lassi Tuura 2011-03-19 10:00:48 +0100
  • 6c1a58fd06 Remove the unused arm_extbl_test_LDADD from Makefile.am Arun Sharma 2011-03-24 21:49:17 -0700
  • 28f33c8ce0 Auto-detect whether to use msync() or mincore() for address validation. Lassi Tuura 2011-03-22 11:30:21 +0100
  • f643684978 Add test-static-link to the .gitignore file. Ken Werner 2011-03-23 15:55:06 +0000
  • 0f9937485e ARM: Return the dwarf.cfa in case the user requests SP/R13. Ken Werner 2011-03-23 15:55:05 +0000
  • f053677198 Remove the ARM_EXIDX_TABLE_MALLOC code path. Ken Werner 2011-03-23 15:55:04 +0000
  • 6296ff1fb2 Remove the appname string of the ARM extbl parser. Ken Werner 2011-03-23 15:55:03 +0000
  • dcb8d0d90f Prefer to unwind using DWARF info on ARM. Ken Werner 2011-03-23 15:55:02 +0000
  • fb325c895e ARM extbl cleanup. Ken Werner 2011-03-23 15:55:01 +0000
  • 6e25c11505 Remove the arm-extbl-test. Ken Werner 2011-03-23 15:55:00 +0000
  • cf8d5e41af Have the ARM extbtl-parser operate on the DWARF model directly. Ken Werner 2011-03-23 15:54:59 +0000
  • 04fc88fa31 Fix build and distribution on the FreeBSD. Konstantin Belousov 2011-03-22 21:29:40 +0200
  • 0613d4c680 Fixup trailing whitespace Arun Sharma 2011-03-22 08:40:49 -0700
  • 57695518b3 Replace libuwind-elf32.la with $(LIBUNWIND_ELF) Arun Sharma 2011-03-22 08:34:33 -0700
  • 4870386087 Add test of backtracing using ARM-specific tables Zachary T Welch 2011-03-15 18:15:44 +0000
  • 6a67154674 Use ARM-specific unwinding tables in unw_step Zachary T Welch 2011-03-15 18:15:43 +0000
  • ffc474b8c8 Add module for parsing ARM-specific unwind tables Zachary T Welch 2011-03-15 18:15:42 +0000
  • 049e2ba1b9 Add ARM signal frame detection Zachary T Welch 2011-03-15 18:15:41 +0000
  • 6a072982dd Fix file descriptor leakage in maps_init Zachary T Welch 2011-03-02 17:40:10 +0100
  • 13cd3b0c26 Fix test-ptrace argument parsing. Zachary T Welch 2011-03-02 17:40:09 +0100
  • 4a89b88fd3 Link libunwind-setjmp against libunwind-elf. Ken Werner 2011-03-02 17:40:08 +0100
  • ec633a1911 Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM. Ken Werner 2011-03-02 17:40:07 +0100
  • c2cc122a62 Explicitly add dependent shared libraries. Ken Werner 2011-03-02 17:40:06 +0100
  • 516304a557 Revert "Use more convenience libraries" Arun Sharma 2011-02-01 20:35:59 -0800
  • c0a9d0c7c1 Fix the mismatch between the macro parameter and the name used in the body. Thanks to David Lee <live4thee@gmail.com> for noticing. Arun Sharma 2011-01-23 18:06:51 -0800
  • a83e96cc1c Some entries in /proc/<pid>/maps are not ELF files, so add check in elf_map_image() to ensure mapped files have a valid ELF header. Arun Sharma 2011-01-23 17:55:55 -0800
  • 5007f8c794 Improve ELF valid_object() helper Zachary T Welch 2010-11-29 20:10:07 -0800
  • af88cab09f Use more convenience libraries Zachary T Welch 2010-11-08 17:16:41 -0800
  • ce847afb3b Build ELF convenience libraries Zachary T Welch 2010-11-08 17:16:40 -0800
  • 02dd6c468a Use noinst_HEADERS for distributing .h files Zachary T Welch 2010-11-08 17:16:39 -0800
  • 9de666d141 Simplify DWARF source handling Zachary T Welch 2010-11-08 17:16:38 -0800
  • b07829bedd Simplify LIBRARIES and LTLIBRARIES automake rules Zachary T Welch 2010-11-08 17:16:37 -0800
  • 64a827603c Simplify libunwind_setjmp automake rules Zachary T Welch 2010-11-08 17:16:36 -0800
  • f7ed9c569b Improve top-level Makefile rules Zachary T Welch 2010-11-08 17:16:35 -0800
  • 7e767a2838 Improve test LDADD settings. Zachary T Welch 2010-11-08 17:16:34 -0800
  • 717239a936 Conditionalize -static-libcxa test Zachary T Welch 2010-11-08 17:16:33 -0800
  • 651e9bb4fd Add MAINTAINERCLEANFILES to Makefile.am files. Zachary T Welch 2010-10-28 16:25:51 -0700
  • 3ac945b7ee Improve debug-frame configure option default Zachary T Welch 2010-10-28 16:25:50 -0700
  • 574873ca6e Improve configure check reporting. Zachary T Welch 2010-10-28 16:25:49 -0700
  • cf6a998796 Fix memory leak in ARM unw_create_addr_space() Zachary T Welch 2010-10-28 16:25:48 -0700
  • 10afcf3896 Remove duplicate check for PTRACE_CONT Zachary T Welch 2010-10-28 16:25:47 -0700
  • c9e378b281 Add .gitignore file Zachary T Welch 2010-10-28 16:25:46 -0700
  • 552a1aae73 Sources for 32-bit solaris were added 4.0.9 4.0.7 4.0.6 4.0.10 Alexander Esilevich 2010-10-26 01:02:29 -0700
  • 24176a0073 New libunwind is ported on solaris Alexander Esilevich 2010-10-25 18:44:19 -0700
  • 92345bf752 Fix PTRACE_SINGLESTEP typo. Zachary T Welch 2010-10-25 09:52:55 -0700
  • 44cb8e68d8 Testing of UNW_CACHE_PER_THREAD caching policy is disabled Alexander Esilevich 2010-10-04 21:12:31 +0700
  • aaf2bb259a Fix in Gtest-dyn1 test Alexander Esilevich 2010-10-04 21:10:55 +0700