From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22267 invoked by alias); 7 Aug 2006 10:23:23 -0000 Received: (qmail 22256 invoked by uid 22791); 7 Aug 2006 10:23:22 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Aug 2006 10:23:21 +0000 Received: by nf-out-0910.google.com with SMTP id q29so749868nfc for ; Mon, 07 Aug 2006 03:23:19 -0700 (PDT) Received: by 10.78.139.5 with SMTP id m5mr2347410hud; Mon, 07 Aug 2006 03:23:19 -0700 (PDT) Received: by 10.78.71.20 with HTTP; Mon, 7 Aug 2006 03:23:19 -0700 (PDT) Message-ID: <113c79ae0608070323m2b72a47amc664fbf33188aba0@mail.gmail.com> Date: Mon, 07 Aug 2006 10:23:00 -0000 From: "=?UTF-8?Q?Shiladitya_?= =?UTF-8?Q?(=E0=A6=B6=E0=A6=BF=E0=A6=B2=E0=A6=BE?= =?UTF-8?Q?=E0=A6=A6=E0=A6=BF=E0=A6=A4=E0=A7=8D=E0=A6=AF)?=" To: gdb@sourceware.org Subject: gdbserver API documentation MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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-08/txt/msg00037.txt.bz2 Hi All, I want to implement a gdbserver compliant library for a certain Instruction Set Simulator(ISS). The debugger that will be used to connect to this ISS will not be GDB. However, it will be compliant to gdbserver protocol. Is there any comprehensive documentation on all the APIs that must be supported in order for a gdb complinat debugger to connect to gdbserver? I also had another query. Does the gdbserver stock proptocol allow target specific command extension. I need a mechanism to extend the commands that gdb provides. These commands are specific to the ISS I am using. TIA -- -- Shiladitya