|
From: <sv...@va...> - 2005-07-24 07:39:20
|
Author: sewardj
Date: 2005-07-24 08:39:17 +0100 (Sun, 24 Jul 2005)
New Revision: 4241
Log:
Don't claim that the --single-step=3D and --optimise=3D flags exist any
more. They have been replaced by --vex-guest-max-insns=3D and the
--vex-iropt-* 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 2005-07-24 07:33:15 UTC (rev 4240)
+++ trunk/coregrind/m_main.c 2005-07-24 07:39:17 UTC (rev 4241)
@@ -1297,8 +1297,6 @@
"\n"
" debugging options for all Valgrind tools:\n"
" --sanity-level=3D<number> level of sanity checking to do [1]\n"
-" --single-step=3Dno|yes translate each instr separately? [no]\n=
"
-" --optimise=3Dno|yes improve intermediate code? [yes]\n"
" --profile=3Dno|yes profile? (tool must be built for it) [n=
o]\n"
" --trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [0000=
0000]\n"
" --profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [=
00000000]\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 2005-07-24 07:33:15 UTC (rev 424=
0)
+++ trunk/none/tests/cmdline2.stdout.exp 2005-07-24 07:39:17 UTC (rev 424=
1)
@@ -44,8 +44,6 @@
=20
debugging options for all Valgrind tools:
--sanity-level=3D<number> level of sanity checking to do [1]
- --single-step=3Dno|yes translate each instr separately? [no]
- --optimise=3Dno|yes improve intermediate code? [yes]
--profile=3Dno|yes profile? (tool must be built for it) [no=
]
--trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [00000=
000]
--profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [0=
0000000]
|