From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12862 invoked by alias); 8 Jun 2006 10:52:48 -0000 Received: (qmail 12854 invoked by uid 22791); 8 Jun 2006 10:52:47 -0000 X-Spam-Check-By: sourceware.org Received: from mail.s.netic.de (HELO mail.s.netic.de) (212.9.160.11) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Jun 2006 10:52:47 +0000 Received: from host-213-178-187-11.dsl.netic.de ([213.178.187.11] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.51) id 1FoI82-000ENr-Pt; Thu, 08 Jun 2006 12:52:42 +0200 Received: from localhost (localhost [IPv6:::1]) by schleim.qwe.de (Postfix) with ESMTP id 849CB3B45C; Thu, 8 Jun 2006 12:50:15 +0200 (CEST) From: Torsten Mohr To: gdb@sourceware.org Subject: Re: V850E simulator, assembler single-step never returns?!? Date: Thu, 08 Jun 2006 12:12:00 -0000 User-Agent: KMail/1.8 Cc: Daniel Jacobowitz , Keith Seitz References: <200606052145.25672.tmohr@s.netic.de> <200606080053.58952.tmohr@s.netic.de> <20060607232402.GA26181@nevyn.them.org> In-Reply-To: <20060607232402.GA26181@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606081250.15224.tmohr@s.netic.de> 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-06/txt/msg00056.txt.bz2 Hi, > > Is there some special support for debugging gdb? > > No. You need to run it inside another debugger session using a native > GDB. to create a version of v850-unknown-elf-insight with debug information, do i just configure as before and then do "make CFLAGS+=-g"? Or are there more things to consider? Best regards, Torsten.