aboutsummaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2012-10-01Add parsing of -l optionPetr Machata
2012-10-01Extract code for parsing library pattern and turning it into regexPetr Machata
2012-09-25Fix several error messagesPetr Machata
2012-09-03Remove remnants of PLT_REINITIALISATION_BPPetr Machata
2012-09-03Drop the line mentioning --no-plt from --helpPetr Machata
2012-05-03Better checking for -n argumentPetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-23Support '!' in filter syntax for backward compatibilityPetr Machata
2012-04-23Don't support ',' in filters, support '+'Petr Machata
2012-04-19Fix filteringPetr Machata
2012-04-19Warn that -l is not implemented, but carry onPetr Machata
2012-04-19Use error to report errors in options.cPetr Machata
2012-04-19Require that -e and -x expressions match the whole symbol or library namePetr Machata
2012-04-19Drop leftover fprintf'sPetr Machata
2012-04-19Drop options.libcalls (but keep -L support)Petr Machata
2012-04-19options.no_plt is uselessPetr Machata
2012-04-19Elementary support for -xPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Fix memory bugsPetr Machata
2012-04-19Hide caller unless custom -e is passedPetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Fix bugs in filter code, enable filtering according to -e settingPetr Machata
2012-04-19Drop opt_e{,_t,_enable}, use filter.h/.c to implement -e parsingPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2010-12-10Fix building with --enable-debugZachary T Welch
2010-11-28Cleanup and documentation.Joe Damato
2010-11-28Keep a count of the number of -x options passed on the command line.Joe Damato
2010-11-28Add -w/--where to show backtraces of traced functions.Joe Damato
2010-11-28Add -b, --no-signals to silence signal print outs.Joe Damato
2010-11-28Merge -g option which avoids tracing libraries linked at compile time.Joe Damato
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-23Clarified debug levels (try --debug=help)Juan Cespedes
2009-07-03Some minor fixesJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes
2009-05-28Created library "libltrace.a" and a simple program that calls itJuan Cespedes
2009-05-14better debugging support (-d option)Juan Cespedes
2009-05-06almost there...Juan Cespedes
2009-04-07More fields to struct "options", same output with or without -oJuan Cespedes
2009-04-07More fields to struct "options"Juan Cespedes
2009-04-07Documentation, small fixesJuan Cespedes
2009-04-07Year of copyright change (2008 -> 2009)Juan Cespedes
2008-12-16More fields to struct "options"Juan Cespedes
2008-12-16Added global struct "options"Juan Cespedes
2008-12-16Re-indent entry points to functionsJuan Cespedes
2008-12-10Updated year in copyright (2007 -> 2008)Juan Cespedes
2007-08-31Some random fixesJuan Cespedes
2006-10-12options.c: fix up typo for config fileOlaf Hering
2006-08-07array argumentsSteve Fink
2006-07-18options.c: don't hardcode version numberPetr Machata
2006-07-17add -F option to read in config filesSteve Fink