From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27365 invoked by alias); 6 Sep 2003 13:58:16 -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 27358 invoked from network); 6 Sep 2003 13:58:14 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 6 Sep 2003 13:58:14 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.12.8/8.12.8) with ESMTP id h86ECTto019674 for ; Sat, 6 Sep 2003 19:42:30 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2656.59) id ; Sat, 6 Sep 2003 19:27:12 +0530 Message-ID: From: "Manoj Verma, Noida" To: gdb@sources.redhat.com Subject: Interface to GDB Date: Sat, 06 Sep 2003 13:58:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" X-SW-Source: 2003-09/txt/msg00085.txt.bz2 Hi, I have an IDE running on windows to which I want to attach the GDB debugger support. I have configured the GDB server for the target "arm-linux". The GDB host is configured on MinGW-Msys environment on windows. The communication protocol used here is TCP/IP. The UI designing part is done, now I want to use GDB as the debugger in the back end. My concern is how do I interface my IDE program with the GDB? Does GDB makes any standard interfaces available to the external world? Thanks & Regards, Manoj