aboutsummaryrefslogtreecommitdiff
path: root/defs.h
AgeCommit message (Collapse)Author
2012-10-26Update copyright information and license headersPetr Machata
2012-08-29Drop unused MAX_ARGSPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
- the patch will be sliced later
2010-11-28Add support for tracing functions in libraries loaded at runtime (via libdl).Joe Damato
2009-07-03Some minor fixesJuan Cespedes
2008-12-16Added global struct "options"Juan Cespedes
Substituted opt_* with options.align, options.user, options.syscalls, options.libcalls, options.demangle
2006-08-07array argumentsSteve Fink
2006-02-20run Lindent over source to get everything looking about the sameIan Wienand
2003-02-01Version 0.3.29Juan Cespedes
* Align return values depending on screen width * Updated list of syscalls and signals to Linux 2.4.20 * Fixed bug introduced in 0.3.27 which caused -L option to segfault
1998-03-08Version 0.2.0Juan Cespedes
* First Debian unstable release * Complete re-structured all the code to be able to add support for different architectures (but only i386 arch is supported in this version) * Log also return values * Log arguments (and return values) for syscalls * Added preliminary support for various simultaneous processes * getopt-like options * New option: -a (alignment column) * New option: -L (don't display library calls) * New option: -s (maximum # of chars in strings) * Now it reads config files with function names and parameter types * Programs using clone() should work ok now * debian/rules: gzipped only big files in /usr/doc/ltrace * Debian: New Standards-Version: 2.4.0.0 * beginning to work on sparc port (not yet done)