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. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16a5e6b..4fc640b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * make tracer return actual tracee status * move all tests to scripts * added following options - LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW + LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW, SYM_NOEXIT 2011-06-02 Jiri Olsa * adding large file support -- cgit