summaryrefslogtreecommitdiff
path: root/coregrind/m_main.c
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-10-30 13:26:29 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-10-30 13:26:29 +0000
commit618658d3302ba4a2259f9be23cd0c1cdee94c972 (patch)
tree60799b0038d05f31a700b4e8c90b80be0d1090b3 /coregrind/m_main.c
parent18dbd9a04abe94aaa9db1b0e6d73ea715b6c1a02 (diff)
Get rid of longstanding and now pointless restriction that disallowed
using --db-attach=yes and --trace-children=yes together. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8722 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind/m_main.c')
-rw-r--r--coregrind/m_main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/coregrind/m_main.c b/coregrind/m_main.c
index 9a16050f..adf0be83 100644
--- a/coregrind/m_main.c
+++ b/coregrind/m_main.c
@@ -563,15 +563,6 @@ static Bool main_process_cmd_line_options( UInt* client_auxv,
if (VG_(clo_verbosity) < 0)
VG_(clo_verbosity) = 0;
- if (VG_(clo_db_attach) && VG_(clo_trace_children)) {
- VG_(message)(Vg_UserMsg, "");
- VG_(message)(Vg_UserMsg,
- "--db-attach=yes conflicts with --trace-children=yes");
- VG_(message)(Vg_UserMsg,
- "Please choose one or the other, but not both.");
- VG_(err_bad_option)("--db-attach=yes and --trace-children=yes");
- }
-
if (VG_(clo_gen_suppressions) > 0 &&
!VG_(needs).core_errors && !VG_(needs).tool_errors) {
VG_(message)(Vg_UserMsg,