From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11843 invoked by alias); 21 Jun 2006 04:50:27 -0000 Received: (qmail 11832 invoked by uid 22791); 21 Jun 2006 04:50:27 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 04:50:24 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0852348CC58; Wed, 21 Jun 2006 00:50:17 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13920-01-5; Wed, 21 Jun 2006 00:50:16 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id AA87E48CC3D; Wed, 21 Jun 2006 00:50:16 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6D72147E7F; Tue, 20 Jun 2006 21:50:15 -0700 (PDT) Date: Wed, 21 Jun 2006 07:23:00 -0000 From: Joel Brobecker To: Peter Schauer Cc: gdb@sourceware.org Subject: Re: Native Solaris thread debugging is broken since 2006-01-24 Message-ID: <20060621045015.GA13965@adacore.com> References: <200605271147.k4RBlhmv023131@licht.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605271147.k4RBlhmv023131@licht.localdomain> User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00168.txt.bz2 Hello all, > * infcmd.c: Include "observer.h". > (post_create_inferior): New function. > (run_command_1): Call it. Also call proceed. > * inferior.h (post_create_inferior): New prototype. > * Makefile.in (infcmd.o): Update. > > * gnu-nat.c (gnu_create_inferior): Don't call proceed. > * go32-nat.c (go32_create_inferior): Likewise. > * nto-procfs.c (procfs_create_inferior): Likewise. > * procfs.c (procfs_create_inferior): Likewise. > > breaks native Solaris thread debugging. FYI: I have created threads/2137 to report this problem. I will use that number to document this problem. -- Joel