diff options
author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-06-12 19:05:07 +0200 |
---|---|---|
committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-06-17 12:08:17 +0200 |
commit | b56d0731ccb162f5830a94c037d6975371a067ac (patch) | |
tree | bedb84a830db5b2dfbda22ad81a12d9d3c360572 /ChangeLog | |
parent | 84e8f950cc8705bfdc7dee571f59153daeea180a (diff) | |
download | latrace-b56d0731ccb162f5830a94c037d6975371a067ac.tar.gz latrace-b56d0731ccb162f5830a94c037d6975371a067ac.tar.xz latrace-b56d0731ccb162f5830a94c037d6975371a067ac.zip |
config: Add libs and symbols specfication config file options
Added following config file options:
LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW
They match their command line equivalents.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * global_symbol fix - proper tree management * make tracer return actual tracee status * move all tests to scripts + * added following options + LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW 2011-06-02 Jiri Olsa <olsajiri@gmail.com> * adding large file support |