|
From: <sv...@va...> - 2005-07-25 23:18:09
|
Author: njn
Date: 2005-07-26 00:18:04 +0100 (Tue, 26 Jul 2005)
New Revision: 4258
Log:
Tweak order of Memcheck's cmd-line options.
Modified:
trunk/memcheck/mac_shared.c
Modified: trunk/memcheck/mac_shared.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/memcheck/mac_shared.c 2005-07-25 23:01:43 UTC (rev 4257)
+++ trunk/memcheck/mac_shared.c 2005-07-25 23:18:04 UTC (rev 4258)
@@ -97,11 +97,11 @@
void MAC_(print_common_usage)(void)
{
VG_(printf)(
-" --partial-loads-ok=3Dno|yes too hard to explain here; see ma=
nual [yes]\n"
-" --freelist-vol=3D<number> volume of freed blocks queue [10=
00000]\n"
" --leak-check=3Dno|summary|full search for memory leaks at exit?=
[summary]\n"
" --leak-resolution=3Dlow|med|high how much bt merging in leak chec=
k [low]\n"
" --show-reachable=3Dno|yes show reachable blocks in leak ch=
eck? [no]\n"
+" --partial-loads-ok=3Dno|yes too hard to explain here; see ma=
nual [yes]\n"
+" --freelist-vol=3D<number> volume of freed blocks queue [10=
00000]\n"
" --workaround-gcc296-bugs=3Dno|yes self explanatory [no]\n"
);
VG_(replacement_malloc_print_usage)();
|