Re: [Openocd-development] Adding commands for GDB remote accesses

2011-07-21 Thread Julius Baxter
Hi Igor, > JB> However, I'd really like something which would allow custom RSP > JB> commands (which can write back to the socket) to be handled. > JB> The problems I see are that, even though the gdb_put_packet() function > JB> is declared and could be used by target code, I can't, for the life o

[Openocd-development] Adding commands for GDB remote accesses

2011-07-21 Thread Julius Baxter
Hi all, I'm looking at adding OpenRISC 1000 support to OpenOCD. At present, the OpenRISC GDB port implements reading and writing to individual CPU registers by an "spr" command within GDB. This sends out CPU register access requests as remote commands, and they are handled in by the RSP server as