From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32265 invoked by alias); 19 Nov 2004 16:19:08 -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 32111 invoked from network); 19 Nov 2004 16:18:49 -0000 Received: from unknown (HELO kharon.iss.org.ua) (212.109.61.230) by sourceware.org with SMTP; 19 Nov 2004 16:18:49 -0000 Received: from Vladimir (gizmo.iss.org.ua [212.109.61.228]) by kharon.iss.org.ua (8.13.1/8.13.1) with ESMTP id iAJGLDbK097558; Fri, 19 Nov 2004 18:21:13 +0200 (EET) (envelope-from vladimir.vorobyov@iss.org.ua) Content-Type: text/plain; charset="iso-8859-1" From: Vladimir Vorobyov Organization: ISS To: Andreas Schwab Subject: Re: pthreads debug with gdbserver Date: Fri, 19 Nov 2004 17:30:00 -0000 User-Agent: KMail/1.4.3 Cc: gdb@sources.redhat.com References: <200411191233.22357.vladimir.vorobyov@iss.org.ua> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200411191818.07580.vladimir.vorobyov@iss.org.ua> X-SW-Source: 2004-11/txt/msg00201.txt.bz2 On Friday 19 November 2004 05:53 pm, Andreas Schwab wrote: > Vladimir Vorobyov writes: > > Next, what libthread_db.so is for? It was not included for compilation > > for m68k target and I added it manually > > What do you mean with "not included for compilation"? > > Andreas. Sorry for my English. I mean that this file (thread_db.c) was not compiled when I was building=20 gdbserver for m68k-linux-gcc target, and gdbserver was not linked with=20 libthread_db. I've added "srv_linux_thread_db=3Dyes" to "m68*-*-linux*" section of=20 configure.srv file. Is it correct?