|
From: <sv...@va...> - 2005-09-20 21:14:28
|
Author: njn
Date: 2005-09-20 22:14:24 +0100 (Tue, 20 Sep 2005)
New Revision: 4711
Log:
comment-only changes
Modified:
branches/ASPACEM/coregrind/m_main.c
Modified: branches/ASPACEM/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
--- branches/ASPACEM/coregrind/m_main.c 2005-09-20 20:46:12 UTC (rev 4710=
)
+++ branches/ASPACEM/coregrind/m_main.c 2005-09-20 21:14:24 UTC (rev 4711=
)
@@ -2106,6 +2106,7 @@
VG_(get_command_line)(argc, argv, &vg_argc, &vg_argv, &cl_argv);
pre_process_cmd_line_options(&need_help, &tool, &exec);
=20
+ // TODO: this should be done in pre_process_cmd_line_options().
/* If this process was created by exec done by another Valgrind
process, the arguments will only show up at this point. Hence
we need to also snoop around in vg_argv to see if anyone is
@@ -2171,6 +2172,7 @@
// Setup client data (brk) segment. Initially a 1-page segment
// which abuts a shrinkable reservation.=20
// p: load_client() [for 'info' and hence VG_(brk_base)]
+ //--------------------------------------------------------------
VG_(debugLog)(1, "main", "Setup client data (brk) segment\n");
{=20
SizeT m1 =3D 1024 * 1024;
|