From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17679 invoked by alias); 9 Oct 2010 21:16:45 -0000 Received: (qmail 17654 invoked by uid 22791); 9 Oct 2010 21:16:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Oct 2010 21:16:41 +0000 From: "news at schildmann dot info" To: gdb-prs@sourceware.org Subject: [Bug tdep/12105] New: AVR: disassemble START,END dumps data memory (SRAM) X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: news at schildmann dot info X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 09 Oct 2010 21:16:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00010.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12105 Summary: AVR: disassemble START,END dumps data memory (SRAM) Product: gdb Version: 7.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tdep AssignedTo: unassigned@sourceware.org ReportedBy: news@schildmann.info (gdb) disassemble 0x00000718, 0x00000724 Dump of assembler code from 0x800718 to 0x800724: 0x00800718: nop 0x0080071a: nop 0x0080071c: nop 0x0080071e: nop 0x00800720: nop 0x00800722: nop End of assembler dump. Without arguments the command works as expected: (gdb) disassemble Dump of assembler code for function tasks__cyclic_led_0B: 0x00000718 <+0>: push r29 0x0000071a <+2>: push r28 0x0000071c <+4>: in r28, 0x3d ; 61 0x0000071e <+6>: in r29, 0x3e ; 62 0x00000720 <+8>: sbiw r28, 0x07 ; 7 0x00000722 <+10>: in r0, 0x3f ; 63 0x00000724 <+12>: cli 0x00000726 <+14>: out 0x3e, r29 ; 62 0x00000728 <+16>: out 0x3f, r0 ; 63 0x0000072a <+18>: out 0x3d, r28 ; 61 ... End of assembler dump. (gdb) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.