summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Missing -llzma in libunwind.pcbaserock/morphMasatake YAMATO2013-09-111-3/+1
* Add basic support for the QNX operating systemMatt Fischer2013-05-131-1/+9
* [PATCH] AArch64 port.Yvan Roux2013-05-111-1/+38
* Fix symlink install hookMatt Fischer2013-04-191-3/+3
* Added --enable-setjmpMatt Fischer2013-04-191-2/+6
* Added --enable-ptraceMatt Fischer2013-04-191-3/+9
* Update to v1.1v1.1Arun Sharma2012-10-051-1/+1
* Teach autotools current ARM `ex_tables.h' locationTommi Rantala2012-09-281-2/+1
* SuperH portTommi Rantala2012-09-281-0/+33
* Create and install pkg-config .pc filesAlexander Toresson2012-09-151-0/+12
* build: make libunwind-coredump build optionalCody P Schafer2012-09-151-1/+4
* Fix IA64 separate builddir cursor generationTommi Rantala2012-09-041-6/+6
* Use libtool to build libunwind-ptraceArun Sharma2012-08-181-3/+2
* Add liblzma detection to configure scriptMartin Milata2012-08-101-0/+3
* Allow IA64 cross-compilationTommi Rantala2012-07-311-7/+8
* Build libunwind-coredump using libtoolMartin Milata2012-07-041-5/+8
* Fix compilation on IA64Martin Milata2012-05-231-2/+2
* ia64: move ia64 specific code out of dwarfArun Sharma2012-03-291-2/+2
* Implement register read for FreeBSD coredumps.Kostik Belousov2012-03-131-1/+2
* Add support for unwinding coredump imagesArun Sharma2012-03-121-1/+19
* Move some dwarf functionality from ptrace to dwarfArun Sharma2012-03-121-2/+4
* Fix libunwind-generic.so symbolic link never being created in make installTommi Rantala2012-01-231-1/+1
* Bump up the library versionv1.0.1Arun Sharma2011-09-101-1/+1
* Reorder libraries in lib_LTLIBRARIESArun Sharma2011-09-051-1/+7
* No libunwind-generic.so if configured with --disable-sharedJoel Brobecker2011-06-181-3/+7
* Create a generic and local variant of the extbl parser.Ken Werner2011-04-051-3/+5
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-4/+4
* Fix build and distribution on the FreeBSD.Konstantin Belousov2011-03-241-0/+1
* Add module for parsing ARM-specific unwind tablesZachary T Welch2011-03-221-1/+2
* Link libunwind-setjmp against libunwind-elf.Ken Werner2011-03-071-13/+16
* Revert "Use more convenience libraries"Arun Sharma2011-02-011-134/+164
* Use more convenience librariesZachary T Welch2010-11-291-164/+134
* Build ELF convenience librariesZachary T Welch2010-11-291-9/+34
* Use noinst_HEADERS for distributing .h filesZachary T Welch2010-11-291-31/+28
* Simplify DWARF source handlingZachary T Welch2010-11-291-49/+35
* Simplify LIBRARIES and LTLIBRARIES automake rulesZachary T Welch2010-11-291-20/+14
* Simplify libunwind_setjmp automake rulesZachary T Welch2010-11-291-37/+11
* Add MAINTAINERCLEANFILES to Makefile.am files.Zachary T Welch2010-11-081-0/+1
* [PATCH] Add files to EXTRA_DIST so that 'make dist' works againSven Neumann2010-08-041-3/+3
* Separate getcontext implementation for x86Konstantin Belousov2010-04-131-2/+4
* Merge remote branch 'origin/master' into freebsdKonstantin Belousov2010-04-051-7/+19
|\
| * Refactor os specific code for x86 (both 32 and 64 bit).Arun Sharma2010-04-041-7/+15
* | Code for resumeKonstantin Belousov2010-03-071-1/+1
* | Add freebsd stubKonstantin Belousov2010-03-061-0/+2
* | Initial attempt at the build infrastructure for FreeBSD.Konstantin Belousov2010-03-061-0/+5
|/
* Implement getcontext for x86Paul Pluzhnikov2009-12-231-1/+1
* Remove the special casing of ia64 for GetIPInfo()v0.99v0.99-stableArun Sharma2009-04-241-7/+2
* Implement _Unwind_GetIPInfo() as required by the C++ ABIArun Sharma2009-04-021-12/+6
* Enable Intel C++ compatibility only when C++ exceptions are enabled.Arun Sharma2009-03-161-2/+3
* This patch eliminates one system call per unwind by not using theArun Sharma2008-06-161-2/+2