From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3417 invoked by alias); 29 Aug 2002 00:11:23 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 3398 invoked by uid 61); 29 Aug 2002 00:11:22 -0000 Date: Wed, 28 Aug 2002 17:11:00 -0000 Message-ID: <20020829001122.3397.qmail@sources.redhat.com> To: faizal.haji@gdcanada.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com From: kseitz@sources.redhat.com Reply-To: kseitz@sources.redhat.com, faizal.haji@gdcanada.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com, insight-gnats@sources.redhat.com Subject: Re: insight/170: Assembly windows display .long 0 for remote targets X-SW-Source: 2002-q3/txt/msg00016.txt.bz2 List-Id: Synopsis: Assembly windows display .long 0 for remote targets Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Wed Aug 28 17:11:22 2002 Responsible-Changed-Why: mine State-Changed-From-To: open->analyzed State-Changed-By: kseitz State-Changed-When: Wed Aug 28 17:11:22 2002 State-Changed-Why: There could be any number of problems here. The command line/console window use different mechanisms to do the disassembly: the Source Window reads instructions from the executable file, while the console will read from the target. What happens if you do: $ powerpc-eabi-gdb -nw -nx -q foo.elf (gdb) disassemble DeleteChar Does it also show ".long 0x0"? If not, I'll need a testcase from you. http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=170