From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27964 invoked by alias); 27 Jun 2014 08:35:26 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27954 invoked by uid 89); 27 Jun 2014 08:35:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Jun 2014 08:35:24 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0N7T00900JID5D00@mtaout26.012.net.il> for gdb@sourceware.org; Fri, 27 Jun 2014 11:31:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7T005AYJOCLX40@mtaout26.012.net.il>; Fri, 27 Jun 2014 11:31:24 +0300 (IDT) Date: Fri, 27 Jun 2014 08:35:00 -0000 From: Eli Zaretskii Subject: Re: Problem with continue/halt - async support In-reply-to: <53AD2AC8.6040307@op.pl> To: Freddie Chopin Cc: gdb@sourceware.org, palves@redhat.com Reply-to: Eli Zaretskii Message-id: <834mz692dg.fsf@gnu.org> References: <53A52B93.9030204@op.pl> <53ABDD67.1020900@op.pl> <83bntfpuct.fsf@gnu.org> <53AC3E90.5090500@op.pl> <837g43prmu.fsf@gnu.org> <53AD1BF7.1050607@op.pl> <53AD2AC8.6040307@op.pl> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00090.txt.bz2 > Date: Fri, 27 Jun 2014 10:26:48 +0200 > From: Freddie Chopin > CC: palves@redhat.com > > This commit (before whole "async support" series) works fine: > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=434415618f6bb9ac428a8d18ab33111920cd04dc > > This commit (after whole "async support" series) has the problem: > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=a09dd4413d1a4ea063173d4822635f41c885f6fe > > For completeness - current HEAD still has the problem. > > If anyone didn't notice that, then this probably is Windows specific, or > even mingw-w64 specific, or maybe remote-target-OpenOCD specific. As I > wrote previously - GDB is compiled with the most recent package from > Arch Linux, so that's GCC 4.9.0 mingw-w64. The problem is the same for > 32-bit and 64-bit compilation. > > Any ideas what can I test to help with the bug? I'm going to post a bug > report too... Thanks for digging into this. I suggest to start by posting a full self-contained recipe for reproducing the problem. It would be nice if the problem were reproducible in native debugging, but if that's impossible, then a target-specific recipe is also OK.