+2012-08-16 Yao Qi <yao@codesourcery.com>
+
+ * remote.c (handle_notification): Remove parameter 'length'.
+ (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
+
2012-08-15 Keith Seitz <keiths@redhat.com>
* gdbtypes.c (opaque_type_resolution): Make static.
/* Remote notification handler. */
static void
-handle_notification (char *buf, size_t length)
+handle_notification (char *buf)
{
if (strncmp (buf, "Stop:", 5) == 0)
{
str);
do_cleanups (old_chain);
}
- handle_notification (rs->buf, val);
+ handle_notification (rs->buf);
/* We're in sync now, rewait for the ack. */
tcount = 0;
}
do_cleanups (old_chain);
}
- handle_notification (*buf, val);
+ handle_notification (*buf);
/* Notifications require no acknowledgement. */