From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29351 invoked by alias); 10 Feb 2013 19:55:04 -0000 Received: (qmail 29323 invoked by uid 48); 10 Feb 2013 19:55:03 -0000 From: "vaclavpe at seznam dot cz" To: gdb-prs@sourceware.org Subject: [Bug gdb/15131] New: Unhandled v6 thumb insn: ea4f Date: Sun, 10 Feb 2013 19:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vaclavpe at seznam dot cz X-Bugzilla-Status: NEW 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 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: 2013-q1/txt/msg00220.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15131 Bug #: 15131 Summary: Unhandled v6 thumb insn: ea4f Product: gdb Version: 7.2 Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: vaclavpe@seznam.cz Classification: Unclassified Hello, I use following gdb version from Yagatro tools: >arm-none-eabi-gdb --version GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=i686-pc-mingw32 --target=arm-none-eabi". I step through these instructions: 20000002: f640 0368 movw r3, #2152 ; 0x868 20000006: f2c2 0300 movt r3, #8192 ; 0x2000 2000000a: 685d ldr r5, [r3, #4] 2000000c: f1a5 054e sub.w r5, r5, #78 ; 0x4e 20000010: ea4f 1525 mov.w r5, r5, asr #4 For the last instruction, I am getting: (gdb) Unhandled v6 thumb insn: ea4f 0x00000004 in ?? () Is this instruction handled in newer GDBs or not yet ? -- 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.