From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27589 invoked by alias); 26 Jul 2004 18:07:36 -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 27577 invoked from network); 26 Jul 2004 18:07:34 -0000 Received: from unknown (HELO neptune.TidalNetworks.net) (67.114.153.34) by sourceware.org with SMTP; 26 Jul 2004 18:07:34 -0000 Content-class: urn:content-classes:message Subject: "GDB remote protocol?" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 26 Jul 2004 19:20:00 -0000 Message-ID: <52BBA75459915749B68F93B604B636CD217D@neptune.TidalNetworks.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "xinan tang" To: X-SW-Source: 2004-07/txt/msg00325.txt.bz2 Hi Under .../gdb/gdb subdirectories( release v6.1), there are six targets that use the gdb remote protocols and those targets have their corresponding *-stub.c file. For other targets, I found out files with names of *-remote.c such as file remote-mips.c. Does remote-mips.c use the GDB remote protocol or other protocol specialized for MIPS vendors? Thanks --Xinan