gdb_server: improved gdb load performance
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 16 Mar 2010 13:45:07 +0000 (14:45 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 17 Mar 2010 06:40:00 +0000 (07:40 +0100)
commit051e2c99ab8111f6bffdb412b40ceef333530ae6
tree6fd42f5ea240924cc1f8f7939186e6435db145c9
parent7e447043cd7967bd9b8976d829d5cb79bf359d3c
gdb_server: improved gdb load performance

by ack'ing memory writes immediately and reporting either
at next memory write or stepi/continue time. GDB will then
send off a new packet that is ready by the time the previous
packet has been written to target memory.

On faster adapters this can be as much as 10% improvement.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/server/gdb_server.c