summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-16 11:04:30 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-17 12:08:20 +0200
commit23916445a712b64e34735a7d06bc69bfcfa4b3b6 (patch)
tree6dba80cbad70536e18483b625b812fbbd722d5f0 /ChangeLog
parentb56d0731ccb162f5830a94c037d6975371a067ac (diff)
downloadlatrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.tar.gz
latrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.tar.xz
latrace-23916445a712b64e34735a7d06bc69bfcfa4b3b6.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <olsajiri@gmail.com>
* adding large file support