[PATCH 2/3] async remote notification 'Trace'.

Pedro Alves palves@redhat.com
Mon Jan 7 20:16:00 GMT 2013


Codewise it looks good to me, but I'd like to see docs
for the RSP bits before it goes in.

On 12/19/2012 10:54 AM, Yao Qi wrote:
> +static void
> +remote_notif_trace_parse (struct notif_client *self, char *buf,
> +			  struct notif_event *event)
> +{
> +  if (strncmp (buf, "stop:", 5) == 0)
> +    parse_trace_status (buf + 5 + 1, current_trace_status ());

Why "+ 1" ?

> +  else
> +    error (_("Unknown trace notification."));

What will be the upgrade path for new notifications?
Should gdb reply some sort of error to the remote?

> +}

-- 
Pedro Alves



More information about the Gdb-patches mailing list