From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25796 invoked by alias); 11 Jun 2003 02:48:43 -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 25777 invoked from network); 11 Jun 2003 02:48:42 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 11 Jun 2003 02:48:42 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19Pvb6-0004A9-00; Tue, 10 Jun 2003 21:44:24 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19PvaK-0001eZ-00; Tue, 10 Jun 2003 22:43:36 -0400 Date: Wed, 11 Jun 2003 02:48:00 -0000 From: Daniel Jacobowitz To: Raja Saleru Cc: Gdb Redhat Subject: Re: GDB - Query Section Offset Message-ID: <20030611024336.GA6340@nevyn.them.org> Mail-Followup-To: Raja Saleru , Gdb Redhat References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00176.txt.bz2 On Wed, Jun 11, 2003 at 11:40:33AM +0900, Raja Saleru wrote: > Hi, I have query related gdb and gdbserver communication. > > Query Section Offset(qOffset) > > This request sent by the gdb to determine what relocation, if any, the > target applies to applications and data during the download process. > Target responds with the offsets it applies to the application`s .text, > .data, .bss sections. > > Does this request supports in cross compiled gdbserver for sh-elf ? > > where this request is implemented in gdb ? which source file / function ? > > Where the corresponding request is handled in gdbserver ? which source file > / function ? > > If the gdbserver doesn't returning the requested value... I can I > implemented the same ? > Any example code if possible. > > Any more details regarding this will be usefull. Gdbserver does not implement it. The uClinux people have some patches to do it, you can find them in the list archives. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer