From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26799 invoked by alias); 21 Sep 2011 16:28:46 -0000 Received: (qmail 26777 invoked by uid 22791); 21 Sep 2011 16:28:42 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from phx-mxvgateway.goodrich.com (HELO phx-mxv2gateway.goodrich.com) (63.241.174.110) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Sep 2011 16:28:16 +0000 Received: from GR-GWI-WEST-A.goodrich.com (gr-gwi-west-a.goodrich.com [170.126.245.4]) by phx-mxv2gateway.goodrich.com (Symantec Messaging Gateway) with SMTP id 7D.2E.23832.0A01A7E4; Wed, 21 Sep 2011 12:28:16 -0400 (EDT) Received: from nhc0ex21.goodrich.root.local ([170.126.245.60]) by GR-GWI-WEST-A.goodrich.com (8.13.5/8.13.5) with ESMTP id p8LGSFrW004281; Wed, 21 Sep 2011 12:28:15 -0400 (EDT) Received: from nhc0ex17.goodrich.root.local ([170.126.246.106]) by nhc0ex21.goodrich.root.local with Microsoft SMTPSVC(6.0.3790.4675); Wed, 21 Sep 2011 09:28:15 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: fail to attach to process on Solaris Date: Wed, 21 Sep 2011 16:28:00 -0000 Message-ID: In-Reply-To: <201109211526.15713.pedro@codesourcery.com> References: <201109022224.29804.pedro@codesourcery.com> <201109211526.15713.pedro@codesourcery.com> From: "Burkhardt, Glenn" To: "Pedro Alves" Cc: 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: 2011-09/txt/msg00084.txt.bz2 gdb $ uname -a SunOS bos0ux02 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V440 gcc (GCC) 4.5.2 gdb $ ./gdb --version GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.9". I'm fairly sure the default thread library was used. The executable was linked with -lpthread, and uses /usr/lib/libpthread.so.1 /usr/lib/libthread.so.1 > -----Original Message----- > From: Pedro Alves [mailto:pedro@codesourcery.com]=20 > Sent: Wednesday, September 21, 2011 10:26 AM > To: Burkhardt, Glenn > Cc: gdb@sourceware.org > Subject: Re: fail to attach to process on Solaris >=20 > This is Solaris 9, with the default 1:1 model thread library, right? >=20