summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fast-stack-trace-arm' of https://github.com/fillexen/libunwindArun Sharma2014-09-207-2/+672
|\
| * Add fast stack trace on ARM.Filip Nyback2014-07-307-2/+672
* | Merge branch 'fast-stack-trace-aarch64' of https://github.com/fillexen/libunwindArun Sharma2014-09-208-2/+723
|\ \
| * | Add fast stack trace on AArch64.Filip Nyback2014-07-308-2/+723
| |/
* | Merge https://github.com/zliu2014/libunwind-tilegxArun Sharma2014-09-2034-0/+1295
|\ \
| * | Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-0834-0/+1295
* | | Stop unwinding on undefined return addressArun Sharma2014-09-071-6/+7
|/ /
* | Remove unnecessary calls to labs()Paul Pluzhnikov2014-08-151-3/+3
* | Correct name returned by get_proc_name() for some frames.Konstantin Belousov2014-08-151-3/+11
* | Adjust use_prev_instr for syscall and frame-chain frames.Konstantin Belousov2014-08-154-0/+4
* | Use helper to walk past the syscall frames on FreeBSD/x86, similar to FreeBSD...Konstantin Belousov2014-08-151-0/+9
|/
* Do not compute load offset for MiniDebugInfoMartin Milata2014-06-071-5/+2
* x86_64: Handle edge conditions with zero length framesKevin Modzelewski2014-05-181-1/+1
* AARCH64: Change Debug calls to use %lx instead of %x.Christopher Ferris2014-03-071-4/+4
* link sublibs against liblzma as neededMike Frysinger2014-02-221-0/+4
* Implement DWARF DW_CFA_val_expression for x86_64Tim Deegan2014-02-081-1/+23
* Missing header in dist tarball.Tim Deegan2014-02-081-1/+1
* Support powerpc64le-linux platformUlrich Weigand2013-12-278-16/+120
* Pass relocated address to tdep_get_func_addrUlrich Weigand2013-12-271-2/+3
* Fix undefined behavior in dwarf_eval_exprUlrich Weigand2013-12-271-1/+2
* Remove one of duplicated declarations of `get_proc_name'Masatake YAMATO2013-09-251-5/+0
* Missing -llzma in libunwind.pcbaserock/morphMasatake YAMATO2013-09-112-3/+2
* Add Cflags keyword to pkg-config metadata filesLuca Clementi2013-08-265-0/+5
* Fix unwind info freeing code in DWARF parserMatt Fischer2013-05-191-1/+1
* Fix a build errorArun Sharma2013-05-191-2/+2
* Fixup long lines.Arun Sharma2013-05-181-12/+18
* Add basic support for the QNX operating systemMatt Fischer2013-05-136-6/+113
* [PATCH] AArch64 port.Yvan Roux2013-05-1132-2/+1596
* 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
* dwarf: Fix memory leakArun Sharma2013-04-021-5/+6
* unw_is_signal_frame should return false/0 for bad addressesdave lerner2013-03-101-4/+5
* dwarf: Fix the order of the operands to the relational operatorsChris January2013-02-041-6/+6
* Support building with older compilers.Ladislav Michl2012-11-242-2/+2
* Update to v1.1v1.1Arun Sharma2012-10-051-1/+1
* Fix x86-64 debug build -Wformat warningTommi Rantala2012-10-051-1/+1
* Fix header inclusion order in `src/elfxx.c'Tommi Rantala2012-10-051-2/+2
* Reduce the number of ifdefs in machine independent codev1.1-rc1Arun Sharma2012-09-291-5/+1
* Prefer NULL over zeroTommi Rantala2012-09-287-12/+12
* Apply `define_lock()'Tommi Rantala2012-09-289-9/+9
* Fix second operand read in dwarf_eval_expr()Tommi Rantala2012-09-281-1/+1
* Teach autotools current ARM `ex_tables.h' locationTommi Rantala2012-09-281-2/+1
* Plug in `ALIAS' attributeTommi Rantala2012-09-281-1/+1
* Define and use `CONST_ATTR'Tommi Rantala2012-09-284-4/+4
* Define and use `WEAK'Tommi Rantala2012-09-281-1/+1
* Plug in `ARRAY_SIZE' in ptrace codeTommi Rantala2012-09-282-4/+4
* IA64: constify read only arrays in `tdep_init()'Tommi Rantala2012-09-281-3/+3
* Constify `operands' in src/dwarf/Gexpr.cTommi Rantala2012-09-281-1/+1
* Constify `dwarf_to_unw_regnum_map'Tommi Rantala2012-09-284-4/+4