From: oharboe Date: Thu, 20 Aug 2009 07:15:46 +0000 (+0000) Subject: David Brownell More Thumb2 disassembly: X-Git-Tag: v0.3.0-rc0~353 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=028e535604bf52761115c81ed65c07d0a4a64cd0;hp=028e535604bf52761115c81ed65c07d0a4a64cd0 David Brownell More Thumb2 disassembly: ARMv7-M: A5.3.6 Load/store dual or exclusive, table branch GCC will generate the table branch instructions, usually with inlined tables that will confuse this disassembler. LDREX and STREX are not issued by GCC without inline assembly. This means all Thumb2 instructions implemented by Cortex-M3 can now be disassembled. Cortex-A8 cores support more Thumb2 instructions, but most of those aren't yet publicly documented. git-svn-id: svn://svn.berlios.de/openocd/trunk@2598 b42882b7-edfa-0310-969c-e2dbd0fdcd60 ---