|
From: <sv...@va...> - 2006-06-02 22:58:37
|
Author: njn
Date: 2006-06-02 23:58:34 +0100 (Fri, 02 Jun 2006)
New Revision: 5950
Log:
Clarify usage instructions for --trace-flags.
Modified:
trunk/coregrind/m_main.c
trunk/none/tests/cmdline2.stdout.exp
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2006-06-02 22:32:02 UTC (rev 5949)
+++ trunk/coregrind/m_main.c 2006-06-02 22:58:34 UTC (rev 5950)
@@ -963,6 +963,7 @@
" 0000 0100 show selecting insns\n"
" 0000 0010 show after reg-alloc\n"
" 0000 0001 show final assembly\n"
+" (Nb: you need --trace-notbelow with --trace-flags for full detail=
s)\n"
"\n"
" debugging options for Valgrind tools that report errors\n"
" --dump-error=3D<number> show translation for basic block associ=
ated\n"
Modified: trunk/none/tests/cmdline2.stdout.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/cmdline2.stdout.exp 2006-06-02 22:32:02 UTC (rev 594=
9)
+++ trunk/none/tests/cmdline2.stdout.exp 2006-06-02 22:58:34 UTC (rev 595=
0)
@@ -75,6 +75,7 @@
0000 0100 show selecting insns
0000 0010 show after reg-alloc
0000 0001 show final assembly
+ (Nb: you need --trace-notbelow with --trace-flags for full details=
)
=20
debugging options for Valgrind tools that report errors
--dump-error=3D<number> show translation for basic block associa=
ted
|
|
From: Josef W. <Jos...@gm...> - 2006-06-03 21:30:37
|
On Saturday 03 June 2006 00:58, sv...@va... wrote: > Author: njn > ... > " 0000 0001 show final assembly\n" > +" (Nb: you need --trace-notbelow with --trace-flags for full details)\n" Thanks. I already stumbled on this, and forgot to ask about it. Josef |