From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21591 invoked by alias); 1 Sep 2006 14:13:22 -0000 Received: (qmail 21582 invoked by uid 22791); 1 Sep 2006 14:13:22 -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; Fri, 01 Sep 2006 14:13:18 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GJ9lk-0002Zn-HR; Fri, 01 Sep 2006 10:13:16 -0400 Date: Fri, 01 Sep 2006 14:13:00 -0000 From: Daniel Jacobowitz To: Cai Qian Cc: gdb@sourceware.org Subject: Re: gdbserver with X86_64 Message-ID: <20060901141316.GA9865@nevyn.them.org> Mail-Followup-To: Cai Qian , gdb@sourceware.org References: <20060901125144.GA7378@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00012.txt.bz2 On Fri, Sep 01, 2006 at 02:31:50PM +0100, Cai Qian wrote: > Oh, I see. Just realised > > set architecture i386:x86-64 > > also work for me. However, it seems there is a problem with single step, > > (gdb) s > Cannot find bounds of current function This is the standard error when you aren't somewhere with source debugging information; if you have a symbol file loaded, and are stopped in it (instead of in the startup code) it should go away. -- Daniel Jacobowitz CodeSourcery