From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5302 invoked by alias); 15 Jul 2008 17:30:50 -0000 Received: (qmail 5291 invoked by uid 22791); 15 Jul 2008 17:30:49 -0000 X-Spam-Check-By: sourceware.org Received: from igw2.br.ibm.com (HELO igw2.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jul 2008 17:30:27 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw2.br.ibm.com (Postfix) with ESMTP id 57D4917F5E5 for ; Tue, 15 Jul 2008 14:17:29 -0300 (BRT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m6FHPltB3551372 for ; Tue, 15 Jul 2008 14:25:50 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m6FHPetx007374 for ; Tue, 15 Jul 2008 14:25:40 -0300 Received: from [9.18.238.180] ([9.18.238.180]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m6FHPelI007348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Jul 2008 14:25:40 -0300 Subject: Re: (maybe) Async mode failures on PPC From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Daniel Jacobowitz Cc: Pedro Alves , gdb@sourceware.org In-Reply-To: <20080715164925.GA32178@caradoc.them.org> References: <1216050287.2607.10.camel@gargoyle> <1216053102.2607.13.camel@gargoyle> <200807141757.51890.pedro@codesourcery.com> <1216055220.2607.18.camel@gargoyle> <1216133200.7260.4.camel@gargoyle> <1216140289.7260.8.camel@gargoyle> <20080715164925.GA32178@caradoc.them.org> Content-Type: text/plain Date: Tue, 15 Jul 2008 17:30:00 -0000 Message-Id: <1216142739.7260.10.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2008-07/txt/msg00182.txt.bz2 Thanks folks. Checked it in. On Tue, 2008-07-15 at 12:49 -0400, Daniel Jacobowitz wrote: > On Tue, Jul 15, 2008 at 01:44:49PM -0300, Luis Machado wrote: > > 2008-07-15 Luis Machado > > > > * infrun.c (handle_inferior_event): Tag threads as stopped > > before inserting breakpoints. > > OK. >