From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1010 invoked by alias); 17 Jan 2008 18:00:03 -0000 Received: (qmail 896 invoked by uid 22791); 17 Jan 2008 18:00:02 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Jan 2008 17:59:35 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JFZ1Y-0000Jx-T5 for gdb@sources.redhat.com; Thu, 17 Jan 2008 17:59:32 +0000 Received: from 71.16.15.170 ([71.16.15.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2008 17:59:32 +0000 Received: from ghost by 71.16.15.170 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2008 17:59:32 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: GDB startup session with Eclipse Date: Thu, 17 Jan 2008 18:00:00 -0000 Message-ID: References: <14416165.post@talk.nabble.com> <20071219135523.GA20046@caradoc.them.org> <14418949.post@talk.nabble.com> <20071219153714.GA31218@caradoc.them.org> <14420820.post@talk.nabble.com> <20071219170714.GA4495@caradoc.them.org> <14422110.post@talk.nabble.com> <20071219184050.GA9968@caradoc.them.org> <14915621.post@talk.nabble.com> <14923786.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 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: 2008-01/txt/msg00155.txt.bz2 Guillaume MENANT wrote: > > By lanching GDB in stand alone and not with Eclipse, GDB stops right after > it receives the response to the g command. The error displayed is : > > Remote debugging using :3000 > 0x40001200 in ?? () This is fairly standard response. It says you're connected to a target, and you're at PC 040001200 and gdb has no idea what source line or function that is. What's the problem? > > Then, target remote stops. What do you mean "stops"? > This hex value is the value of the PC sent to GDB. A program is running in > my board when I launch GDB and this PC value is from my RAM. Why does it > makes an error ? I don't see any error message in your email. Did you forget to include one? - Volodya