diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2007-02-13 10:24:32 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2007-02-13 10:24:32 +0000 |
commit | 8af928c04bd44cccff53e52bb3602530b74ce6a9 (patch) | |
tree | 86a8d73c99353d29ed69e11c550611f5368d754d /none | |
parent | d8366ee9f77520bdff376ccd1497021e41b3387f (diff) |
Updated expected output.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6590 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r-- | none/tests/cmdline2.stdout.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index 9d2e5436..9bf47235 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -53,7 +53,11 @@ usage: valgrind [options] prog-and-args --trace-syscalls=no|yes show all system calls? [no] --trace-signals=no|yes show signal handling details? [no] --trace-symtab=no|yes show symbol table details? [no] + --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt> --trace-cfi=no|yes show call-frame-info details? [no] + --debug-dump=syms mimic /usr/bin/readelf --syms + --debug-dump=line mimic /usr/bin/readelf --debug-dump=line + --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames --trace-redir=no|yes show redirection details? [no] --trace-sched=no|yes show thread scheduler details? [no] --wait-for-gdb=yes|no pause on startup to wait for gdb attach |