From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1665 invoked by alias); 24 Jan 2007 13:27:16 -0000 Received: (qmail 1631 invoked by uid 22791); 24 Jan 2007 13:27:14 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 24 Jan 2007 13:27:08 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H9i9a-0001Kt-7P; Wed, 24 Jan 2007 08:27:06 -0500 Date: Wed, 24 Jan 2007 13:27:00 -0000 From: Daniel Jacobowitz To: Bin Chen Cc: gdb@sourceware.org Subject: Re: attach gdbserver to itself Message-ID: <20070124132705.GA5106@nevyn.them.org> Mail-Followup-To: Bin Chen , gdb@sourceware.org References: <45B75585.2030900@gmail.com> <20070124125141.GA3370@nevyn.them.org> <45B7575F.80303@gmail.com> <20070124130510.GA3676@nevyn.them.org> <45B75D05.9030104@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45B75D05.9030104@gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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-01/txt/msg00313.txt.bz2 On Wed, Jan 24, 2007 at 09:20:05PM +0800, Bin Chen wrote: > But I can do get the backtrace if I running the program through > gdbserver, not dynamic attach when fault. That's probably because you aren't inside a called signal handler in that case. > Anyway, I will try to compile 6.6 to ARM platform, is it supported in > the release? Yes, but you will have to set solib-absolute-prefix by hand or compile it using --with-sysroot (see the manual). -- Daniel Jacobowitz CodeSourcery