1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-28 10:07:37 +01:00

Commit graph

  • 201bb8733d Use libtool to build libunwind-ptrace Arun Sharma 2012-08-18 12:37:00 -0700
  • 04c77cced4 Fix for test suite build in the separate directory. Avoid manually coding the rule to build crasher, instead fuddle the compiler so that even -O2 optimization does not eliminate call to b(). Konstantin Belousov 2012-08-10 17:20:21 +0300
  • 538f63d796 Fix test-ptrace in automated mode Arun Sharma 2012-08-11 21:21:54 -0700
  • 3d5e6c1ddd Search MiniDebugInfo for procedure names Martin Milata 2012-08-10 14:58:34 +0200
  • 71c1fffc35 Refactor parts of elfxx.c to allow reusing code Martin Milata 2012-08-10 14:32:27 +0200
  • 4ab9e5dd10 MiniDebugInfo test: tests/run-coredump-unwind-mdi Martin Milata 2012-08-08 14:08:49 +0200
  • 7d5a197021 Add liblzma detection to configure script Martin Milata 2012-08-08 19:50:10 +0200
  • 2dbc26dde8 Make coredump test also test unw_get_proc_name Martin Milata 2012-08-08 13:51:54 +0200
  • e11a6a4fdf Fix incorrect return code of unw_get_proc_name Martin Milata 2012-08-06 19:58:12 +0200
  • 707b1dba99 Fix a SIGSEGV in test-ptrace.c Arun Sharma 2012-08-04 18:01:46 -0700
  • 32202619c4 Fix a test failure Arun Sharma 2012-08-04 17:58:24 -0700
  • 814bd79fb1 Fix some compiler warnings Arun Sharma 2012-08-04 12:48:56 -0700
  • 5e854a4103 Fix typo in unw_get_proc_name documentation Tommi Rantala 2012-07-31 17:00:16 +0300
  • 4bf1b71952 Use unw_context_t instead of ucontext_t in tests/Gtest-trace.c and tests/Gtest-bt.c Tommi Rantala 2012-07-31 16:04:12 +0300
  • 9158e522db Fix IP vs. PC confusion in tests on ARM Tommi Rantala 2012-07-31 15:18:03 +0300
  • a26f1eac22 IA64: `ent' needed conditionally in Gtables.c Tommi Rantala 2012-07-31 15:10:15 +0300
  • 0fecf13d10 Fix --enable-debug-frame build Tommi Rantala 2012-07-31 15:06:14 +0300
  • 5d36914c9b IA64: use tdep_find_unwind_table() in coredump lib Tommi Rantala 2012-07-31 10:41:40 +0300
  • 354b3fd45b Allow IA64 cross-compilation Tommi Rantala 2012-07-31 15:01:02 +0300
  • a06f189baf Rip out AC_TYPE_SIGNAL and sighandler_t check Tommi Rantala 2012-07-31 08:59:52 +0300
  • de28c51e63 Build libunwind-coredump using libtool Martin Milata 2012-06-29 11:28:29 +0200
  • 0f6c8313b7 Port crasher to FreeBSD. Konstantin Belousov 2012-06-18 15:19:24 +0300
  • 21266608cc Allow --enable-debug=no Arun Sharma 2012-06-11 21:44:02 -0700
  • 0f9a540c8c coredump: add test Martin Milata 2012-05-17 17:00:59 +0200
  • 61a173763e Fix test build on FreeBSD. Konstantin Belousov 2012-05-24 12:31:26 +0300
  • d93d96ad83 Fix compilation on IA64 Martin Milata 2012-05-22 11:51:06 +0200
  • fa5409387c Merge branch 'coredump2' of https://github.com/adsharma/libunwind Arun Sharma 2012-05-23 20:51:50 -0700
  • dd297ea92e Revert "x86_64: unbreak test-ptrace" Arun Sharma 2012-05-18 15:24:02 -0700
  • c9c5a40be1 x86_64: unbreak test-ptrace Arun Sharma 2012-05-16 07:49:30 -0700
  • 1a6ea3da60 freebsd: Fix boundary conditions for non-dwarf walker on x86_64. Konstantin Belousov 2012-04-23 13:51:57 +0300
  • 3bb74aae3d freebsd: Account for the possible ERESTART handling of the syscalls. Konstantin Belousov 2012-04-23 13:51:56 +0300
  • 5f440b4af2 freebsd: Workaround for old FreeBSD kernels Konstantin Belousov 2012-04-23 13:51:55 +0300
  • f8858bacca freebsd: Fix logic error Konstantin Belousov 2012-04-23 13:51:54 +0300
  • 0fac4c8109 freebsd: Consistently use symbolic name UNW_EUNSPEC for errors Konstantin Belousov 2012-04-23 13:51:53 +0300
  • 69e300e8f6 dwarf: Get correct return from expression evaluation Jiri Olsa 2012-04-15 11:55:50 +0200
  • cbc66b62c0 mips: fix a linker error Arun Sharma 2012-04-09 19:48:49 -0700
  • 9507a9b501 ia64: move ia64 specific code out of dwarf Arun Sharma 2012-03-29 11:35:26 -0700
  • bc056ffc9f coredump: update license to be the same as rest of libunwind Arun Sharma 2012-03-26 19:06:12 -0700
  • edcc521a0e Add helper macros for pointer arithmetics Alexander Larsson 2012-03-26 11:18:22 +0200
  • b1393b7e63 Clean up the elf notes handling in the coredump code Alexander Larsson 2012-03-26 11:18:23 +0200
  • 49ca8b6a3e ia64: remove references to an out of scope local Arun Sharma 2012-03-26 18:54:53 -0700
  • 5e59e93d04 dwarf: introduce a valid bit for dwarf_reg_state_t Arun Sharma 2012-03-25 18:33:40 -0700
  • d04dc94cc2 dwarf: ip == 0 should't terminate unwind Arun Sharma 2012-03-25 18:10:10 -0700
  • 43e5ee28c0 Demote the debug level to reduce verbosity Arun Sharma 2012-03-25 17:44:53 -0700
  • 0628a9872c Whitespace cleanup Arun Sharma 2012-03-23 22:18:37 -0700
  • 0c0ea23cf2 Add support for multiple threads in core files Alexander Larsson 2012-03-23 21:00:30 +0100
  • d627481783 Break out the ifdefs for the UCD_info.prstatus type Alexander Larsson 2012-03-23 21:00:29 +0100
  • b9ff650a22 Add _UCD_get_pid and _UCD_get_cursig Alexander Larsson 2012-03-23 21:00:28 +0100
  • adbeb79155 Fix build with --enable-debug Alexander Larsson 2012-03-23 21:00:27 +0100
  • 46dfe3ecf5 Fixup whitespace in Makefile. Arun Sharma 2012-03-14 17:14:45 -0700
  • cc7c74e691 On FreeBSD, the structure is called prstatus. Kostik Belousov 2012-03-13 14:01:21 +0200
  • dc9be1a97a Implement register read for FreeBSD coredumps. Rename _UCD_access_reg.c to _UCD_access_reg_linux.c, to have per-OS coredump register reader. Kostik Belousov 2012-03-13 14:00:01 +0200
  • 1e6959a769 Shut down compiler warning about format mismatch. Kostik Belousov 2012-03-13 13:17:07 +0200
  • e8eb583450 Handle byteswap.h and endian.h inclusion. Kostik Belousov 2012-03-13 13:09:25 +0200
  • 7e5d2791f9 Update namespace checks for dwarf_find_unwind_tables Arun Sharma 2012-03-12 20:02:44 -0700
  • 6da4dde70e Compile fix for platforms other than linux-i386 Arun Sharma 2012-03-12 19:55:16 -0700
  • f0bb806ecb Move the test case to tests dir. Arun Sharma 2012-03-12 19:07:28 -0700
  • 0f17b52171 Fixup regnames on x64 Arun Sharma 2012-02-15 21:08:08 -0800
  • b08ae72d6c Add support for unwinding coredump images Arun Sharma 2012-03-12 18:46:57 -0700
  • d276b7a961 Introduce get_proc_name_in_image() Arun Sharma 2012-03-12 18:45:50 -0700
  • 6525714c27 Move some dwarf functionality from ptrace to dwarf Arun Sharma 2012-03-12 18:45:40 -0700
  • 25ee9f8172 Introduce struct elf_dyn_info Arun Sharma 2012-03-12 18:45:08 -0700
  • 3d08506936 Fix undefined symbol: _Uelf64_valid_object Arun Sharma 2012-02-12 19:53:38 -0800
  • 59328832f7 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. On FreeBSD, _NSIG is at least 128, so just pass a pointer to the signal mask in the register. Add my copyright. Konstantin Belousov 2012-02-05 11:47:47 +0200
  • 1774384098 FreeBSD also supports PT_GNU_STACK. Konstantin Belousov 2012-02-05 11:42:02 +0200
  • 29dae2171e Style. Konstantin Belousov 2012-02-05 11:40:17 +0200
  • 29b32cf142 Fix silly mistakes in the definitions related to the FreeBSD offsets in jmpbuf on x86. Konstantin Belousov 2012-02-05 11:36:20 +0200
  • 51445f61d3 ARM: fix unwind table search when IP less than first table entry Tommi Rantala 2012-02-01 14:22:57 +0200
  • ec4b23bf70 ARM: fix off-by-one in exidx VFP pop Tommi Rantala 2012-01-24 12:45:48 +0200
  • 458c661be7 Fix libunwind-generic.so symbolic link never being created in make install Tommi Rantala 2012-01-23 09:59:54 +0200
  • 52ca68c770 Fix a race condition Arun Sharma 2011-12-16 10:45:51 -0800
  • cf2f3d3b75 Correct the inverted check Arun Sharma 2011-12-02 08:34:19 -0800
  • 2f328202ee Fix a compiler warning Arun Sharma 2011-12-01 22:08:08 -0800
  • 2b606faa21 Fix compilation on non-glibc machines. Konstantin Belousov 2011-11-26 19:30:53 +0200
  • 1010880548 Address x86_64 crashes when using sigaltstack Arun Sharma 2011-11-27 18:34:38 -0800
  • 297d9cd07d Fix for failing test-setjmp Paul Pluzhnikov 2011-11-14 23:45:09 -0800
  • d84e5d5d24 Call dwarf_step only if CONFIG_DEBUG_FRAME is defined Ken Werner 2011-11-18 19:00:15 +0100
  • 786882ff8c Remove unused variable segbase Arun Sharma 2011-11-12 10:02:09 -0800
  • 1e644990c9 Only declare the start/end variables in case CONFIG_DEBUG_FRAME is defined. Ken Werner 2011-10-31 11:52:20 +0100
  • 59c197566f undef FORTIFY_SOURCE v1.0-stable Arun Sharma 2011-10-15 22:57:01 -0700
  • f85ca161c0 Fix breakage when host != target Ken Werner 2011-11-02 12:40:19 +0100
  • f4187beed7 Fix up the breakage when host != target Arun Sharma 2011-10-31 22:21:34 -0700
  • c80b9c1175 Fix some compiler warnings Arun Sharma 2011-10-29 17:11:29 -0700
  • 25aeae9adf Fix breakage when host != target Ken Werner 2011-11-02 12:40:19 +0100
  • d20df8b318 Fix up the breakage when host != target Arun Sharma 2011-10-31 22:21:34 -0700
  • 851f14281c Fix some compiler warnings Arun Sharma 2011-10-29 17:11:29 -0700
  • 3977724e82 Add missing <signal.h> include directive Ken Werner 2011-10-26 15:23:21 +0000
  • 91494b732b Define GNU and processor specific values for the Phdr p_type field Ken Werner 2011-10-25 15:19:49 +0000
  • 0eba2169fb [ARM] Add support for systems that don't support ucontext.h Ken Werner 2011-10-25 07:33:38 +0000
  • 059676cb00 Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr Ken Werner 2011-10-20 08:57:00 +0000
  • 0fed502a81 UNW_REMOTE_ONLY fixes Ken Werner 2011-10-20 15:28:25 +0000
  • 2c865b6ed3 Include <sys/mman.h> to have MAP_ANONYMOUS defined Ken Werner 2011-10-20 16:51:45 +0000
  • 0a26727ea2 Fix TLS destructor ordering problems Arun Sharma 2011-10-29 16:53:37 -0700
  • 08077a4962 pthread_once() workaround for FreeBSD and Solaris Arun Sharma 2011-10-29 16:49:10 -0700
  • 9a311bf48b [ARM] fix for the check-namespace test case Ken Werner 2011-10-14 14:07:50 +0200
  • 7f41e701e3 Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY Ken Werner 2011-09-09 09:32:54 +0000
  • da4743f52a Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY Ken Werner 2011-09-09 09:26:21 +0000
  • c01ea3f6d6 Have dwarf.h include pthread.h Ken Werner 2011-09-09 09:16:09 +0000
  • 197571915c Change _UPTi_find_unwind_table to return an integer. Ken Werner 2011-10-11 15:13:35 +0200
  • c4133e879b undef FORTIFY_SOURCE Arun Sharma 2011-10-15 22:57:01 -0700