From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23967 invoked by alias); 27 May 2013 11:02:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23925 invoked by uid 89); 27 May 2013 11:02:15 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-oa0-f41.google.com (HELO mail-oa0-f41.google.com) (209.85.219.41) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 27 May 2013 11:02:12 +0000 Received: by mail-oa0-f41.google.com with SMTP id n9so8727270oag.0 for ; Mon, 27 May 2013 04:02:11 -0700 (PDT) X-Received: by 10.60.92.230 with SMTP id cp6mr17908874oeb.91.1369652530947; Mon, 27 May 2013 04:02:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.38.193 with HTTP; Mon, 27 May 2013 04:01:30 -0700 (PDT) In-Reply-To: <20130524153736.GA9371@host2.jankratochvil.net> References: <87ehdehnc9.fsf@fleche.redhat.com> <838v3masbd.fsf@gnu.org> <834ne6an8h.fsf@gnu.org> <83bo85wt9u.fsf@gnu.org> <20130523140332.GA11729@host2.jankratochvil.net> <20130524153736.GA9371@host2.jankratochvil.net> From: Hui Zhu Date: Mon, 27 May 2013 11:02:00 -0000 Message-ID: Subject: Re: [commit] [patch] Fix racy FAILs #2 due to "read1" [Re: [PATCH] add -s option to make -break-insert support dprintf] To: Jan Kratochvil Cc: Eli Zaretskii , tromey@redhat.com, palves@redhat.com, hui_zhu@mentor.com, gdb-patches@sourceware.org, marc.khouzam@ericsson.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00945.txt.bz2 On Fri, May 24, 2013 at 11:37 PM, Jan Kratochvil wrote: > On Thu, 23 May 2013 16:03:32 +0200, Jan Kratochvil wrote: >> gdb/testsuite/ >> 2013-05-23 Jan Kratochvil >> >> PR testsuite/12649 >> * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace >> $mi_gdb_prompt expectation by mi_expect_stop. >> (mi 1st dprintf, agent, mi 2nd dprintf, agent) >> (mi info dprintf second time): Replace them by mi_send_resuming_command >> and mi_expect_stop. > > Checked in: > http://sourceware.org/ml/gdb-cvs/2013-05/msg00237.html > > > Jan Thanks. Best, Hui