From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21853 invoked by alias); 29 Jun 2007 23:03:30 -0000 Received: (qmail 21843 invoked by uid 22791); 29 Jun 2007 23:03:29 -0000 X-Spam-Check-By: sourceware.org Received: from houpop.exchsvc.com (HELO housmtp.exchsvc.com) (63.96.4.34) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Jun 2007 23:03:28 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Can this be happening? Date: Fri, 29 Jun 2007 23:03:00 -0000 Message-ID: From: "Mohammed, Moqtadir" To: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00353.txt.bz2 Hi all, I was trying to look at a core dump of a program, and gdb displays the foll= owing result for #info registers eax 0xa0 160 ecx 0x2 2 edx 0xa 10 ebx 0xa7e3de9c -1478238564 esp 0xa6babddc 0xa6babddc ebp 0xa6babe00 0xa6babe00 esi 0xa7ef9d9a -1477468774 edi 0x838f44c 137950284 eip 0xa7d85cec 0xa7d85cec eflags 0x50203 [ CF IF RF AC ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0xb010007b -1341128581 fs 0x0 0 gs 0x33 51 Platform: IA32. (elf) My question is, how is the register 'es' being reported as a 32 bit value. I may be completely naive asking this question, but I have been trying to g= oogle for anything=20 related to it, but haven't found an answer. Is 'es' not supposed to be only= 16bit. TIA, Moqtadir