remove target argument from gdb packet handling functions

This commit is contained in:
Jie Zhang
2011-08-24 11:23:04 -04:00
committed by Øyvind Harboe
parent 32862ed9f8
commit 8d7ddde5f1
6 changed files with 66 additions and 68 deletions

View File

@@ -19,7 +19,7 @@
***************************************************************************/
#include "server/server.h"
int gdb_read_smp_packet(struct connection *connection,
struct target *target, char *packet, int packet_size);
char *packet, int packet_size);
int gdb_write_smp_packet(struct connection *connection,
struct target *target, char *packet, int packet_size);
char *packet, int packet_size);