From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5066 invoked by alias); 15 Aug 2002 18:06: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 5021 invoked from network); 15 Aug 2002 18:06:38 -0000 Received: from unknown (HELO uclink4.berkeley.edu) (128.32.25.39) by sources.redhat.com with SMTP; 15 Aug 2002 18:06:38 -0000 Received: from zhangl (p1.almaden.ibm.com [198.4.83.52]) by uclink4.berkeley.edu (8.12.3/8.12.3) with SMTP id g7FI6XdL014144 for ; Thu, 15 Aug 2002 11:06:34 -0700 (PDT) Message-ID: <001901c24487$03088940$9a0a0109@zhangl> From: "Lucy Zhang" To: Subject: missing text segment in Elf dump Date: Thu, 15 Aug 2002 11:06:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-08/txt/msg00159.txt.bz2 Hi, When GDB is debugging an ELF core dump, what is it use for the text segment. I realized in the Elf core that I've created from another dump file, that the text segment is cut off because the size is too big. The actual text segment spans 0x8048000 - 0x98cc4e0, but I only included the first 8MB of the area in the ELF dump. So I'm wondering what affects will this have on GDB? what kind of information will be missing due to the incomplete text segment? Thanks, Lucy