From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6143 invoked by alias); 21 Jun 2014 00:52:29 -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 6088 invoked by uid 89); 21 Jun 2014 00:52:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_00,RCVD_IN_BRBL_LASTEXT,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: satelite.dea.inpe.br Received: from satelite.dea.inpe.br (HELO satelite.dea.inpe.br) (150.163.30.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 21 Jun 2014 00:52:25 +0000 Received: from satelite.dea.inpe.br (satelite.dea.inpe.br [127.0.0.1]) by satelite.dea.inpe.br (Postfix) with ESMTP id 2CB4EE0193 for ; Fri, 20 Jun 2014 22:12:50 -0300 (BRT) From: "Fabricio de Novaes Kucinskis" To: gdb@sourceware.org Subject: How to update an old GDBServer to implement gdb/mi? Date: Sat, 21 Jun 2014 00:52:00 -0000 Message-Id: <20140621011016.M65772@satelite.dea.inpe.br> X-OriginatingIP: 189.78.192.34 (fabricio) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-SW-Source: 2014-06/txt/msg00061.txt.bz2 Hello all, this is my first message here. Please let me know if it should be sent to a different list. I have a SPARC V7 processor with an old GDB Server implemented for cross- debugging. In order to debug my software with a modern front-end such as the Eclipse CDT, I have to update this server to use the MI interface. I know reasonably well my old GDB Server implementation, but I have no idea what changes I have to apply in order to support the MI interface. So I'd like to ask: from were should I start? Can someone send me usefull tips or links for this task? Thanks in advance and best regards, Fabrício Kucinskis.