Hello, Recently I'm working on a AT91SAM9263 based project. I encountered a problem that the GDB debugger cannot step conditional jump instrution such as "beq 0x********". I notice that GDB is always thinking the register CPSR's value is 0xd3 when debugging program. Therefore, GDB misplaces the breakpoint needed for stepping and continues to run. See the following: GNU gdb (Sourcery G++ Lite 2009q1-203) 6.8.50.20081022-cvs Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL...