aboutsummaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2014-02-28Add --config to man, drop -X from options.cPetr Machata
2014-01-14Manpage and --help clarificationsPetr Machata
2014-01-10Add support for using elfutils as unwinder.Mark Wielaard
2013-10-23Update copyright years in options.cPetr Machata
2013-03-12Do not ignore rules after '+'Petr Machata
2013-03-08Better error messages when rule compilation failsPetr Machata
2013-03-08In opt_F_get_kind, allow symbolic linksPetr Machata
2013-03-08Convert opt_F_t to support directories as well as files, store in vectorPetr Machata
2013-03-08Move demangling-related code from common.h to demangle.hPetr Machata
2013-02-14Fix build with Clang on FreeBSDAndrey Zonov
2013-01-11Update documentationPetr Machata
2012-12-15Update the --version string to be in sync with what's in GNU coding stylePetr Machata
2012-12-10Don't rely on availability of getopt_longPetr Machata
2012-12-10Avoid using REG_NOERRORPetr Machata
2012-11-30Fix handling options with integral argumentsPetr Machata
2012-11-09In globcomp, use REG_NOERROR instead of literal 0Petr Machata
2012-10-27Plug a leak in parse_filter_chainPetr Machata
2012-10-27Fix memory handling of -F argumentsPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
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