Revert "Print allt he GDB messages back"

This reverts commit 4fc0e7ac0d.
This commit is contained in:
Palmer Dabbelt 2018-05-30 04:23:49 -07:00
parent 7d693c6983
commit 65e5116229
1 changed files with 0 additions and 5 deletions

View File

@ -480,11 +480,6 @@ int gdb_put_packet(struct connection *connection, char *buffer, int len)
int retval = gdb_put_packet_inner(connection, buffer, len);
gdb_con->busy = false;
char *msg = malloc(len + 1);
memset(msg, '\0', len+1);
strncpy(msg, buffer, len);
LOG_DEBUG("msg: %s", msg);
/* we sent some data, reset timer for keep alive messages */
kept_alive();