From 618658d3302ba4a2259f9be23cd0c1cdee94c972 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 30 Oct 2008 13:26:29 +0000 Subject: 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 --- coregrind/m_main.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'coregrind/m_main.c') 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, -- cgit v1.2.3