- gdb server was incorrectly sending null terminator on qXfer:features:read: packet
- armv7m now sends correct gdb register packet git-svn-id: svn://svn.berlios.de/openocd/trunk@522 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1616,7 +1616,7 @@ int gdb_query_packet(connection_t *connection, target_t *target, char *packet, i
|
||||
return retval;
|
||||
}
|
||||
|
||||
gdb_put_packet(connection, xml, strlen(xml) + 1);
|
||||
gdb_put_packet(connection, xml, strlen(xml));
|
||||
|
||||
free(xml);
|
||||
return ERROR_OK;
|
||||
|
||||
Reference in New Issue
Block a user