From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21328 invoked by alias); 7 Dec 2005 08:05:10 -0000 Received: (qmail 21319 invoked by uid 22791); 7 Dec 2005 08:05:09 -0000 X-Spam-Check-By: sourceware.org Received: from mail.sysgo.com (HELO mail.sysgo.com) (62.8.134.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Dec 2005 08:05:09 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.sysgo.com (Postfix) with ESMTP id A49A1FB836; Wed, 7 Dec 2005 09:05:05 +0100 (CET) Received: from mail.sysgo.com (localhost [127.0.0.1]) by localhost (AvMailGate-2.0.2-8) id 27377-44B1FC19; Wed, 07 Dec 2005 09:05:05 +0100 Received: from donald.sysgo.com (unknown [172.20.1.30]) by mail.sysgo.com (Postfix) with ESMTP id 876EAFB836; Wed, 7 Dec 2005 09:05:04 +0100 (CET) Received: by donald.sysgo.com (Postfix, from userid 65534) id E983B1CB68C; Wed, 7 Dec 2005 09:05:01 +0100 (CET) Received: from cam (unknown [172.40.1.200]) by donald.sysgo.com (Postfix) with ESMTP id 422A61C55C3; Wed, 7 Dec 2005 09:05:01 +0100 (CET) From: Carlos Mitidieri To: Jim Blandy , gdb@sourceware.org Subject: Re: debugging a bootloader Date: Wed, 07 Dec 2005 08:05:00 -0000 User-Agent: KMail/1.8.2 References: <200512061501.38025.carlos.mitidieri@sysgo.com> <200512061016.51838.pgilliam@us.ibm.com> <8f2776cb0512061835k2148e47elf7d3fa37bd18ac6b@mail.gmail.com> In-Reply-To: <8f2776cb0512061835k2148e47elf7d3fa37bd18ac6b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512070938.36279.carlos.mitidieri@sysgo.com> X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-8; AVE: 6.33.0.11; VDF: 6.33.0.9; host: mailgate2.sysgo.com) 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: 2005-12/txt/msg00074.txt.bz2 Hello, On Wednesday 07 December 2005 03:35, you wrote: > You may want to check out SID: http://sourceware.org/sid/ > > SID is a simulator framework that lets you build whole-board > simulations by plugging together individual components. It has CPU > cores for ARM (among others), memory, cache, disk drives, and so on. > And it can talk to GDB via the remote protocol. Thanks for your suggestion I will take a look at it. Best regards, Carl