diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-03-27 12:07:49 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-03-27 12:07:49 -0400 |
commit | 28f569c22b5a4ec666be5ccdf26fd194d3643c29 (patch) | |
tree | b3e9d9937e7070a5f874fcb2e46d33d24b217b1c /main.cxx | |
parent | 432f054fc20511d487d18234b6408b5df89a8c4d (diff) | |
download | systemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.tar.gz systemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.tar.xz systemtap-steved-28f569c22b5a4ec666be5ccdf26fd194d3643c29.zip |
initialize skip_badvars=0. rererenag developers in session.h to do so in the future
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -379,6 +379,7 @@ main (int argc, char * const argv []) s.ignore_vmlinux = false; s.ignore_dwarf = false; s.load_only = false; + s.skip_badvars = false; const char* s_p = getenv ("SYSTEMTAP_TAPSET"); if (s_p != NULL) |