From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3768 invoked by alias); 8 Dec 2003 20:33:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3759 invoked from network); 8 Dec 2003 20:33:28 -0000 Received: from unknown (HELO mail.s.netic.de) (212.9.160.11) by sources.redhat.com with SMTP; 8 Dec 2003 20:33:28 -0000 Received: from host-212-9-162-61.dial.netic.de ([212.9.162.61] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.22) id 1ATS4N-0000xM-V1 for gdb@sources.redhat.com; Mon, 08 Dec 2003 21:33:28 +0100 Received: from localhost (localhost [127.0.0.1]) by schleim.qwe.de (Postfix) with ESMTP id 43B52A4273 for ; Mon, 8 Dec 2003 21:23:41 +0100 (CET) From: Torsten Mohr Organization: Qwe Inc. To: gdb@sources.redhat.com Subject: transfer own data via GDB remote protocol, flash a micro Date: Mon, 08 Dec 2003 20:33:00 -0000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312082123.40897.tmohr@s.netic.de> X-SW-Source: 2003-12/txt/msg00147.txt.bz2 Hi, lets say i'm building a hardware debugger that understands GDB remote protocol. And further, that debugger needs some info about the hardware that it is attached to. Can i somehow transfer this data via GDB remote protocol? I didn't see anything in the info pages, so i think this does not work. As an example, i may want to tell the hardware the target voltage, the quarz frequency, some settings like, ... Another question, is it somehow possible to "flash" an attached micro via GDB remote protocol? Best regards, Torsten.