From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19891 invoked by alias); 20 Sep 2004 08:23:14 -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 19763 invoked from network); 20 Sep 2004 08:23:13 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 20 Sep 2004 08:23:13 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i8K8NBod029737 for ; Mon, 20 Sep 2004 10:23:12 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Mon, 20 Sep 2004 10:22:38 +0200 Message-Id: <5.2.0.9.1.20040920102215.01d54880@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Mon, 20 Sep 2004 08:23:00 -0000 To: From: Fabian Cenedese Subject: Re: "qOffset reply?" In-Reply-To: <52BBA75459915749B68F93B604B636CD0666E7@neptune.TidalNetwor ks.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-09/txt/msg00158.txt.bz2 > For the remote stub query message "qOffsets", the gdb remote stub is >supposed to answer "Text=xxx; Data=yyy; Bss=zzz". > > 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? I'm not sure, but I think if you just don't implement this command (and return an error), then gdb will use other info. bye Fabi