attachment upload
authorhttps://me.yahoo.com/hanki_pank#f42c5 <Christof_Hanke@web>
Sun, 27 Jan 2013 07:04:31 +0000 (23:04 -0800)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Sun, 27 Jan 2013 07:04:31 +0000 (23:04 -0800)
debugging/threadLogParser.py

index 27f18d8..4bbce52 100644 (file)
@@ -3,7 +3,7 @@
 import sys,getopt
 
 def usage():
-    print "Usage : --thread-file=filename --in-function=<function-name>, --exclude-function=<function-name>,<function-name>"
+    print "Usage : --gdb-output-file=filename --in-function=<function-name>, --exclude-function=<function-name>,<function-name>"
     print "--in-function :  show only threads whose stack has functions of name <function-name> (or part thereof)"
     print "--exclude-function :  do not show threads whose stack has functions of name <function-name> (or part thereof)"
     print "---gdb-output-file : gdb output file to use"