From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1249 invoked by alias); 12 Jan 2004 23:06:36 -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 1172 invoked from network); 12 Jan 2004 23:06:32 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 12 Jan 2004 23:06:32 -0000 Received: from kanga.twiddle.home (kanga.twiddle.home [172.31.0.3]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id i0CN6Wj1024942 for ; Mon, 12 Jan 2004 15:06:32 -0800 Received: from rth by kanga.twiddle.home with local (Exim 3.36 #1 (Debian)) id 1AgB8h-0008N5-00 for ; Mon, 12 Jan 2004 15:06:31 -0800 Date: Mon, 12 Jan 2004 23:06:00 -0000 To: gdb@gcc.gnu.org Subject: turn off thread support? Message-ID: <20040112230631.GA32178@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i From: Richard Henderson X-SW-Source: 2004-01/txt/msg00153.txt.bz2 Is there a way to temporarily turn off thread support in gdb? Also, is there a way to load an alternate thread_db library? I'm trying to debug libpthread itself, and keep getting told that the process no longer exists after hitting the SEGV. r~