From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114644 invoked by alias); 26 Sep 2015 01:48:54 -0000 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 Received: (qmail 114468 invoked by uid 89); 26 Sep 2015 01:48:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: p3plsmtpa07-05.prod.phx3.secureserver.net Received: from p3plsmtpa07-05.prod.phx3.secureserver.net (HELO p3plsmtpa07-05.prod.phx3.secureserver.net) (173.201.192.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 26 Sep 2015 01:48:53 +0000 Received: from [10.0.0.101] ([99.26.121.120]) by p3plsmtpa07-05.prod.phx3.secureserver.net with id Mdom1r00A2bxR8r01doqDQ; Fri, 25 Sep 2015 18:48:51 -0700 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Bare metal gdb stub/server implementation From: Duane Ellis In-Reply-To: Date: Sat, 26 Sep 2015 01:48:00 -0000 Cc: "gdb@sourceware.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Juha X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00026.txt.bz2 > I'm trying to put together a standalone gdb stub/server for Raspberry Pi = B2. > (I'm not sure what to call it: it has stub functionality, but is standalo= ne > and as such works like a server.) Are you sure you are talking about bare metal on raspberry pi? I think you mean Linux Kernel debug (not application debug) via JTAG Take a look at the open source JTAG solution called =93OpenOCD=94 Specifically look at the =93rtos=94 directory for linux stuff. -Duane