From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24845 invoked by alias); 12 May 2006 20:36:44 -0000 Received: (qmail 24837 invoked by uid 22791); 12 May 2006 20:36:43 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 May 2006 20:36:42 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k4CKadgw030206; Fri, 12 May 2006 22:36:39 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4CKacEK024214; Fri, 12 May 2006 22:36:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k4CKac4Y013754; Fri, 12 May 2006 22:36:38 +0200 (CEST) Date: Sat, 13 May 2006 14:18:00 -0000 Message-Id: <200605122036.k4CKac4Y013754@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brendan@zen.org CC: gdb@sourceware.org In-reply-to: <44634F3D.1050401@zen.org> (message from Brendan Kehoe on Thu, 11 May 2006 15:50:37 +0100) Subject: Re: support for multiple ARM register banks in GDB References: <44634F3D.1050401@zen.org> 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-05/txt/msg00172.txt.bz2 > Date: Thu, 11 May 2006 15:50:37 +0100 > From: Brendan Kehoe > > I'm curious if the ARM support under GDB mainly intended for RTOS-based > stuff, versus full-fledged embedded development? (sic) Dunno if it answers your question, but OpenBSD/arm is fully supported as a native target, and OpenBSD isn't an RTOS! It isn't an embedded OS either. Mark