From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31089 invoked by alias); 18 Sep 2004 00:07:17 -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 30864 invoked from network); 18 Sep 2004 00:07:16 -0000 Received: from unknown (HELO neptune.TidalNetworks.net) (67.114.153.34) by sourceware.org with SMTP; 18 Sep 2004 00:07:16 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: "qOffset reply?" Date: Sat, 18 Sep 2004 00:07:00 -0000 Message-ID: <52BBA75459915749B68F93B604B636CD0666E7@neptune.TidalNetworks.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Xinan Tang" To: X-SW-Source: 2004-09/txt/msg00152.txt.bz2 Hi For the remote stub query message "qOffsets", the gdb remote stub is supposed to answer "Text=3Dxxx; Data=3Dyyy; Bss=3Dzzz". However since these three piece of information is the same as described in the ELF executable or the symbol table. How can the stub reply the GDB such that it doesn't need the stub answer but look into the symbol table for the information? Thanks --Xinan =20