From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8476 invoked by alias); 18 Jan 2008 07:53:01 -0000 Received: (qmail 8462 invoked by uid 22791); 18 Jan 2008 07:53:00 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jan 2008 07:52:33 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JFm1f-0004D1-DC for gdb@sourceware.org; Thu, 17 Jan 2008 23:52:31 -0800 Message-ID: <14947991.post@talk.nabble.com> Date: Fri, 18 Jan 2008 07:53:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Re: GDB startup session with Eclipse In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: guillaume.menant@geensys.com 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> 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/msg00163.txt.bz2 Ok, I though the line "0x40001200 in ?? ()" was an error :-/ Do you know how to make GDB starts in debug mode in order to see which GDB command is called by Eclipse. Thansk. Vladimir Prus wrote: > > 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 > > > > -- View this message in context: http://www.nabble.com/GDB-startup-session-with-Eclipse-tp14416165p14947991.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.