From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6894 invoked by alias); 14 May 2007 13:28:20 -0000 Received: (qmail 6863 invoked by uid 22791); 14 May 2007 13:28:18 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 May 2007 13:28:10 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 42DA24B26F; Mon, 14 May 2007 08:28:08 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 12D1A4B26D; Mon, 14 May 2007 08:28:07 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hnaas-00071X-9k; Mon, 14 May 2007 09:28:06 -0400 Date: Mon, 14 May 2007 13:28:00 -0000 From: Daniel Jacobowitz To: gomrioje Cc: gdb@sourceware.org Subject: Re: Thread debugging. GDB for ARM. Message-ID: <20070514132805.GA25029@caradoc.them.org> Mail-Followup-To: gomrioje , gdb@sourceware.org References: <1179148650.10308.11.camel@DAFPC5206.ikusi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179148650.10308.11.camel@DAFPC5206.ikusi.net> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00047.txt.bz2 On Mon, May 14, 2007 at 03:17:30PM +0200, gomrioje wrote: > Could you give me a hint about thread debugging running on arm? Yes: the fine manual. The GDB documentation is online here: http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html Take a look at the section "Using the gdbserver program". You probably net "set solib-absolute-prefix" ("set sysroot" in the next release of GDB). -- Daniel Jacobowitz CodeSourcery