From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1318 invoked by alias); 6 Dec 2001 18:55:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1296 invoked from network); 6 Dec 2001 18:55:38 -0000 Received: from unknown (HELO fcexgw02.efi.com) (192.68.228.85) by sources.redhat.com with SMTP; 6 Dec 2001 18:55:38 -0000 Received: from 10.10.12.104 by fcexgw02.efi.com (InterScan E-Mail VirusWall NT); Thu, 06 Dec 2001 10:55:23 -0800 Received: from there (seeds.efi.com [10.10.61.61]) by EX-IMC3-CORP.efi.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WM0Y7KQ1; Thu, 6 Dec 2001 10:56:00 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Ranjan Parthasarathy To: gdb@sources.redhat.com Subject: Attaching to an already running process on gdb 5.1 Date: Thu, 06 Dec 2001 10:55:00 -0000 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2001-12/txt/msg00057.txt.bz2 Message-ID: <20011206105500.NIcxi67aKrmoD5ihxW4TGTdS-slw1HNq4no92J6x3S0@z> Can anyone let me know as to whether attach on already running ( multi threaded processes works on gdb 5.1 ). I have tried the attach with a non threaded program but trying to attach to a multi threaded ( pthreads ) fails. Is there an option which I am missing or is this broken? Thanks Ranjan