From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22084 invoked by alias); 27 Jun 2014 07:23:48 -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 22029 invoked by uid 89); 27 Jun 2014 07:23:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtpo09.poczta.onet.pl Received: from smtpo09.poczta.onet.pl (HELO smtpo09.poczta.onet.pl) (213.180.142.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 27 Jun 2014 07:23:42 +0000 Received: from [192.168.2.253] (77-253-37-82.adsl.inetia.pl [77.253.37.82]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3h08hp6tXXz9tw4c for ; Fri, 27 Jun 2014 09:23:38 +0200 (CEST) Message-ID: <53AD1BF7.1050607@op.pl> Date: Fri, 27 Jun 2014 07:23:00 -0000 From: Freddie Chopin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Problem with continue/halt References: <53A52B93.9030204@op.pl> <53ABDD67.1020900@op.pl> <83bntfpuct.fsf@gnu.org> <53AC3E90.5090500@op.pl> <837g43prmu.fsf@gnu.org> In-Reply-To: <837g43prmu.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00088.txt.bz2 OK, I'm getting closer... Wit this commit it still works fine: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=41aa47b48f0794fdfccc0f2c283433d8e35c5a2c With this one (3 days later) doing "continue" causes the freeze: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=11b28b91b2c51898e1347e62909811cc7dd720ea Browsing through the commits I suspect this one ("enable target async by default; separate MI and target notions of async") to be the cause of the problem I'm seeing: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=329ea57934a9d4b250a0b417af1ec47bc2d0ceb6 I tried playing with the new options "set mi-async" and "set target-async" (both are set to off in here), but this makes no difference for me. I'll verify that this is the commit that causes trouble and report back. Regards, FCh