aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/Makefile.am
AgeCommit message (Collapse)Author
2013-09-26Fix missing 'metag' in distribution tarballPeter Wu
2013-03-08Implement os_get_config_dirs for gnu-linux backendPetr Machata
2013-02-16mips: Move mipsel to mips (1/3)Oliver Spornitz
- move references from mipsel to mips - move references from mipsel.h to mips.h
2012-11-07Move default PTRACE_ constants into new file trace-defs.hPetr Machata
Include it also in events.c, where we use them as well.
2012-11-07Include cris among subdirs in sysdeps/linux-gnu/Makefile.amPetr Machata
2012-10-26Add os_process_data and relatedPetr Machata
This is meant to be the same for per-OS configuration as arch_process_data is for per-arch configuration.
2012-10-26Update copyright information and license headersPetr Machata
2012-08-29Merge i386 and x86_64 back ends into a general x86Petr Machata
The reason being that x86_64 needs to handle i386 anyway, and keeping the two together might reduce code duplicity.
2012-08-29Move event-que declarations to sysdeps, new backend interface process_removedPetr Machata
- the reason being that the que-handling was declared on global level, but was only implemented in one back end. If this is deemed generally useful, it should all be moved to front end, but as things are it's all the same, so I'm preferring the less invasive change
2012-04-19Move declarations related to process stopping handler to a new file trace.hPetr Machata
2010-11-28autotoolization: add basic autotools infrastructureMarc Kleine-Budde
This patch add a basic autotools infrastructure to ltrace. Native compilation on i386, x86_64 and ppc. Cross compilation has been tested against arm. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>