dsp563xx: rudimentary gdb support
commit403e239960758bed7888496c3d1e3faf91b49a6c
authorMathias K <kesmtp@freenet.de>
Sun, 20 Feb 2011 10:12:53 +0000 (20 11:12 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 21 Feb 2011 20:30:47 +0000 (21 21:30 +0100)
tree1b48f8a6c921d05bdaa80157b82b5d96434cf6a8
parent6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023
dsp563xx: rudimentary gdb support

This patch add rudimentary gdb support. The gdb register list
order is corrected. All registers are now 32bit width. Events are
send to signalize gdb the current target status. Resume and step
function was corrected to consider a modified pc register. Read/write
memory now support L memory type, this means a memory with alternating
y/x memory words. The memspace variable, used by gdb, is now observed
before a default memory access is initiated. Dummy functions for breakpoint
and watchpoint are added.
src/target/dsp563xx.c