From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8120 invoked by alias); 19 Jan 2004 20:20:55 -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 8113 invoked from network); 19 Jan 2004 20:20:55 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 19 Jan 2004 20:20:55 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 40BAB2B8F; Mon, 19 Jan 2004 15:20:48 -0500 (EST) Message-ID: <400C3C20.9020504@gnu.org> Date: Mon, 19 Jan 2004 20:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Richard Henderson Cc: gdb@gcc.gnu.org Subject: Re: turn off thread support? References: <20040112230631.GA32178@twiddle.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00231.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. It's controlled by LD_LIBRARY_PATH, perhaphs try "ruining" that. Andrew