aboutsummaryrefslogtreecommitdiff
path: root/patches/ltrace/0.5.3/160-fix-missing-ptrace-defines.patch
Commit message (Collapse)AuthorAgeFilesLines
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-81/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Make sure that the PTRACE_... symbols are available for ppc/plt.c.Anthony Foiani2010-09-291-0/+9
| | | | | | | | On a Fedora 12 x86_64 build/host box, this file was complaining about PTRACE_PEEKTEXT being undefined. Adding in the "ptrace.h" include fixed it. Signed-off-by: Anthony Foiani <anthony.foiani@gmail.com>
* debug/ltrace: Add support for ltrace-0.5.3Joachim Nilsson2010-01-031-0/+72
From this version of ltrace the maintainer has removed support for GNU Autotools, so the patch sets needed to be reworked. Included is the latest Debian patch, by the Debian ltrace maintainer Juan Cespedes <cespedes@debian.org>, the OpenEmbedded patches for cross compiling, by Khem Raj <raj.khem@gmail.com> and a further set of patches by Joachim Nilsson <jocke@vmlinux.org> for crosstool-NG.