From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12186 invoked by alias); 8 Mar 2008 18:36:15 -0000 Received: (qmail 12177 invoked by uid 22791); 8 Mar 2008 18:36:15 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Mar 2008 18:35:49 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JY3tW-0007vf-W5 for gdb-patches@sources.redhat.com; Sat, 08 Mar 2008 18:35:42 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2008 18:35:42 +0000 Received: from ghost by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2008 18:35:42 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [patch] fix for PR2424 Date: Sat, 08 Mar 2008 18:36:00 -0000 Message-ID: References: <47CED9FB.7090904@qnx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 X-IsSubscribed: yes 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 X-SW-Source: 2008-03/txt/msg00067.txt.bz2 Aleksandar Ristovski wrote: > Hello, > > With the attached patch for testsuite and the patch itself, the PR should be fixed. > > Thanks, > > Aleksandar Ristovski > QNX Software Systems > > > Testsuite: > 2008-03-05 Aleksandar Ristovski > > * gdb.mi/mi-support.exp: Add "reason" to the matching pattern. This > is to support fix for PR2424. FWIW, you don't say what function in mi-support.exp is changed, and it would be better if your patch was generated with -u (unified diff, 3 lines of context) -- the current one has no context at all, so I can only guess which function that is. Speaking of the problem itself -- in PR2424 you say: When inferior stops at temporary breakpoint, message is: *stopped,thread-id="0",....... without mentioning "reason=breakpoint-hit" This causes issues for multithreaded programs. What issues does it cause for MT programs? - Volodya