From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8377 invoked by alias); 17 Jul 2003 16:03:29 -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 8359 invoked from network); 17 Jul 2003 16:03:23 -0000 Received: from unknown (HELO home.ringle.org) (12.153.69.24) by sources.redhat.com with SMTP; 17 Jul 2003 16:03:23 -0000 Received: by home.ringle.org (Postfix, from userid 501) id 5A7C7B8251; Thu, 17 Jul 2003 12:03:15 -0400 (EDT) From: Jon Ringle To: gdb@sources.redhat.com Subject: Re: gdbserver on arm and multithreading again Date: Thu, 17 Jul 2003 16:03:00 -0000 User-Agent: KMail/1.5 References: <1058429390.22837.38.camel@ruhe> <200307170935.36437.jon.ringle@comdial.com> <1058457203.22836.615.camel@ruhe> In-Reply-To: <1058457203.22836.615.camel@ruhe> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307171203.15198.jon.ringle@comdial.com> X-SW-Source: 2003-07/txt/msg00206.txt.bz2 The only reason I asked was because you didn't indicate anything about your gdb build configuration, only your gdbserver config. When you start gdb it will tell you what --host and --target is. Also, before building gdbserver, you might need to apply the patch at: http://sources.redhat.com/ml/gdb/2003-06/msg00535.html Jon On Thursday 17 July 2003 11:53 am, Frank Benoit wrote: > do think it is a build problem? Because normal debugging works. Only the > threads are missing. > > Frank