commit | 0367389718bc6e544b7ec42acb84f590c69d76ad | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Tue Apr 03 13:51:09 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:35:46 2012 +0200 |
tree | 0ff964ecc915084fe12bb106743275986861abd7 | |
parent | af334ebfc46c4bd1c0efe60d6a33e14d1f3e62d1 [diff] [blame] |
Hide caller unless custom -e is passed
diff --git a/options.h b/options.h index 2a10ddf..9cd0bfc 100644 --- a/options.h +++ b/options.h
@@ -22,6 +22,7 @@ int bt_depth; /* how may levels of stack frames to show */ #endif /* defined(HAVE_LIBUNWIND) */ struct filter *filter; + int hide_caller; /* Whether caller library should be hidden. */ }; extern struct options_t options;