]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output.
authorJulian Seward <jseward@acm.org>
Tue, 13 Feb 2007 10:24:32 +0000 (10:24 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 13 Feb 2007 10:24:32 +0000 (10:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6590

none/tests/cmdline2.stdout.exp

index 9d2e5436c633de7669813f0fe5b2b03284da0e72..9bf47235d728ffef2455fd9f3a4c0afa1847131a 100644 (file)
@@ -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