This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

insight/170: Assembly windows display .long 0 for remote targets


>Number:         170
>Category:       insight
>Synopsis:       Assembly windows display .long 0 for remote targets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 18 12:23:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Faizal Haji
>Release:        insight-5.2
>Organization:
>Environment:
--host=sparc-sun-solaris2.8 --target=powerpc-eabi-elf
>Description:
When debugging target over a serial line, ASSEMBLY, MIXED, and SRC+ASM source window modes do not display the correct assembler instructions of the source files. 

In the source window:

-	0x108c810	<DeleteChar+228>:	.long 0x0
-	0x108c814	<DeleteChar+232>:	.long 0x0
-	0x108c818	<DeleteChar+236>:	.long 0x0
-	0x108c81c	<DeleteChar+240>:	.long 0x0
-	0x108c820	<DeleteChar+244>:	.long 0x0
-	0x108c824	<DeleteChar+248>:	.long 0x0
-	0x108c828	<DeleteChar+252>:	.long 0x0

Using "disassemble" command on the console:

0x108c810 <DeleteChar+228>:	sth	r12,54(r30)
0x108c814 <DeleteChar+232>:	rlwinm	r12,r12,16,16,31
0x108c818 <DeleteChar+236>:	sth	r12,52(r30)
0x108c81c <DeleteChar+240>:	lwz	r11,12(r1)
0x108c820 <DeleteChar+244>:	mr	r12,r11
0x108c824 <DeleteChar+248>:	addi	r11,r11,1
0x108c828 <DeleteChar+252>:	stw	r11,12(r1)
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]