From owner-freebsd-small@FreeBSD.ORG Tue Jun 10 19:38:16 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BAD537B401 for ; Tue, 10 Jun 2003 19:38:15 -0700 (PDT) Received: from smtp8.access.co.jp (smtp8.access.co.jp [157.78.36.253]) by mx1.FreeBSD.org (Postfix) with SMTP id CD11B43FCB for ; Tue, 10 Jun 2003 19:38:13 -0700 (PDT) (envelope-from iap_sraja@access.co.jp) Received: (qmail 11819 invoked from network); 11 Jun 2003 11:38:13 +0900 Received: from unknown (HELO smtp5.access.co.jp) (157.78.36.243) by 0 with SMTP; 11 Jun 2003 11:38:13 +0900 Received: (qmail 18247 invoked by alias); 11 Jun 2003 11:38:12 +0900 Received: (qmail 18229 invoked from network); 11 Jun 2003 11:38:12 +0900 Received: from unknown (HELO ADMIN) (157.78.69.163) by 0 with SMTP; 11 Jun 2003 11:38:12 +0900 MIME-Version: 1.0 Message-Id: <3EE69613.000387.01384@ADMIN.access.co.jp> Date: Wed, 11 Jun 2003 11:38:11 +0900 Content-Type: Multipart/related; type="multipart/alternative"; boundary="------------Boundary-00=_NZPAGE1L3SH3LVC00000" X-Mailer: IncrediMail 2001 (2001155.2001155) From: "Raja Saleru" X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-FVER: 3.0 X-CNT: ; X-Priority: 3 To: "freebsd-small@freebsd.org" , "freebsd-hackers@freebsd.org" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: GDB - Query Section Offset X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 02:38:16 -0000 --------------Boundary-00=_NZPAGE1L3SH3LVC00000 Content-Type: Text/Plain; charset="shift_jis" Content-Transfer-Encoding: quoted-printable Hi, I have query related gdb and gdbserver communication.=0D =0D Query Section Offset(qOffset)=0D =0D This request sent by the gdb to determine what relocation, if any, the target applies to applications and data during the download process. =20 Target responds with the offsets it applies to the application`s .text, =20 data, .bss sections.=0D =0D Does this request supports in cross compiled gdbserver for sh-elf ?=0D =0D where this request is implemented in gdb ? which source file / function ?= =0D =0D Where the corresponding request is handled in gdbserver ? which source fi= le / function ?=0D =0D If the gdbserver doesn't returning the requested value... I can I implemented the same ?=0D Any example code if possible.=0D =0D Any more details regarding this will be usefull.=0D =0D Regards=0D Raja Saleru --------------Boundary-00=_NZPAGE1L3SH3LVC00000--