From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6935 invoked by alias); 11 Jun 2003 02:40:39 -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 6887 invoked from network); 11 Jun 2003 02:40:38 -0000 Received: from unknown (HELO smtp8.access.co.jp) (157.78.36.253) by sources.redhat.com with SMTP; 11 Jun 2003 02:40:38 -0000 Received: (qmail 12831 invoked from network); 11 Jun 2003 11:40:34 +0900 Received: from unknown (HELO smtp5.access.co.jp) (157.78.36.243) by 0 with SMTP; 11 Jun 2003 11:40:34 +0900 Received: (qmail 18616 invoked by alias); 11 Jun 2003 11:40:34 +0900 Received: (qmail 18605 invoked from network); 11 Jun 2003 11:40:34 +0900 Received: from unknown (HELO ADMIN) (157.78.69.163) by 0 with SMTP; 11 Jun 2003 11:40:34 +0900 From: "Raja Saleru" To: "Gdb Redhat" Subject: GDB - Query Section Offset Date: Wed, 11 Jun 2003 02:40:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-06/txt/msg00175.txt.bz2 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. Regards Raja Saleru