From 48cfb0cb2abb20a3c6540110b006c034b58ecfa9 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/hanki_pank#f42c5" Date: Sat, 26 Jan 2013 23:04:31 -0800 Subject: [PATCH] attachment upload --- debugging/threadLogParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/threadLogParser.py b/debugging/threadLogParser.py index 27f18d8..4bbce52 100644 --- a/debugging/threadLogParser.py +++ b/debugging/threadLogParser.py @@ -3,7 +3,7 @@ import sys,getopt def usage(): - print "Usage : --thread-file=filename --in-function=, --exclude-function=," + print "Usage : --gdb-output-file=filename --in-function=, --exclude-function=," print "--in-function : show only threads whose stack has functions of name (or part thereof)" print "--exclude-function : do not show threads whose stack has functions of name (or part thereof)" print "---gdb-output-file : gdb output file to use" -- 1.9.4