From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2286 invoked by alias); 7 Mar 2002 07:30:52 -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 2232 invoked from network); 7 Mar 2002 07:30:51 -0000 Received: from unknown (HELO rwcrmhc54.attbi.com) (216.148.227.87) by sources.redhat.com with SMTP; 7 Mar 2002 07:30:51 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020307073051.EFGY1214.rwcrmhc54.attbi.com@ocean.lucon.org> for ; Thu, 7 Mar 2002 07:30:51 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 6296C125C3; Wed, 6 Mar 2002 23:30:50 -0800 (PST) Date: Wed, 06 Mar 2002 23:30:00 -0000 From: "H . J . Lu" To: GDB Subject: Does gdb 5.2 work with statically linked thread application under Linux? Message-ID: <20020306233050.A31848@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-03/txt/msg00040.txt.bz2 Does gdb 5.2 work with statically linked thread application under Linux? It doesn't work for me at all. It doesn't know any thread. I have a patch which works for gdb 5.1. Now it doesn't work for 5.2 anymore. H.J.