From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3379 invoked by alias); 3 Sep 2009 05:59:05 -0000 Received: (qmail 3367 invoked by uid 22791); 3 Sep 2009 05:59:04 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-yx0-f192.google.com (HELO mail-yx0-f192.google.com) (209.85.210.192) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Sep 2009 05:58:59 +0000 Received: by yxe30 with SMTP id 30so784373yxe.24 for ; Wed, 02 Sep 2009 22:58:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.29.20 with SMTP id g20mr1836269anj.34.1251957537421; Wed, 02 Sep 2009 22:58:57 -0700 (PDT) In-Reply-To: References: <1249909904.23899.16.camel@thomas> <1251022320.10529.237.camel@thomas> <1251554427.7670.112.camel@thomas> Date: Thu, 03 Sep 2009 05:59:00 -0000 Message-ID: Subject: Re: Fwd: Need to understand GDB internals . From: Diptopal Basu To: gdb Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2009-09/txt/msg00032.txt.bz2 Hi , Anybody with documentation on how to create GDB stubs for remote targets on ARM architecture or otherwise ? Regards Diptopal On 9/3/09, Diptopal Basu wrote: > Hi , > > Anybody with documentation on how to create GDB stubs for remote > targets on ARM architecture or otherwise ? > > Regards > Diptopal > > On Sat, Aug 29, 2009 at 7:30 PM, Jeremy Bennett > > wrote: > >> On Sat, 2009-08-29 at 14:07 +0530, Diptopal Basu wrote: >> >> > I need information on gdbserver internals too , as I am >> > interested in remote debugging on an ARM 9 based board , please let >> > me know where I can find that information . >> > >> > Thanks again for the GDB internals information you provided . >> >> Hi Diptopal, >> >> I've never actually used gdbserver (most of my work is with small bare >> metal targets too small to support it). There is some documentation >> within the main GDB manual. My application note on Remote Serial >> Protocol should help you with the side that interfaces to the GDB >> client. >> >> http://www.embecosm.com/download/ean4.html >> >> Other than that, it's study the code (in the gdb/gdbserver directory) - >> lots of example targets there. Plus there's many people on this mailing >> list and the GDB IRC channel who understand the program and can help you >> with detailed specifics. >> >> Once you understand all about it, you could update the GDB Internals >> manual with some more documentation... >> >> ATB, >> >> >> Jeremy >> >> -- >> Tel: +44 (1590) 610184 >> Cell: +44 (7970) 676050 >> SkypeID: jeremybennett >> Email: jeremy.bennett@embecosm.com >> Web: www.embecosm.com >> >> >