From 23916445a712b64e34735a7d06bc69bfcfa4b3b6 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 16 Jun 2011 11:04:30 +0200 Subject: config: Add SYM_NOEXIT option Added SYM_NOEXIT option to be able to run only pltentry callback for specified symbols. This option is needed for setjmp symbol, otherwise the tracee segfaults. The "_setjmp" symbol is added as default value to the global config file. --- etc/latrace.d/latrace.conf.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/latrace.d/latrace.conf.in b/etc/latrace.d/latrace.conf.in index a14c51a..2126021 100644 --- a/etc/latrace.d/latrace.conf.in +++ b/etc/latrace.d/latrace.conf.in @@ -64,7 +64,7 @@ OPTIONS { # Following options: # LIBS/LIBS_TO/LIBS_FROM - # SYM/SYM_OMIT/SYM_BELOW + # SYM/SYM_OMIT/SYM_BELOW/SYM_NOEXIT # # use list of names as value. Single names in the list are # separated by comma ','. If the first char of a single name @@ -88,4 +88,7 @@ OPTIONS { # -b, --flow-below # SYM_BELOW = krava + + # no command line option equivalent + SYM_NOEXIT = _setjmp } -- cgit