[PATCH v10 20/28] record-btrace: provide xfer_partial target method

Pedro Alves palves@redhat.com
Wed Jan 15 15:51:00 GMT 2014


On 01/14/2014 08:04 AM, Markus Metzger wrote:
> @@ -1406,6 +1406,10 @@ raw_memory_xfer_partial (struct target_ops *ops, void *readbuf,
>        if (res > 0)
>  	break;
>  
> +      /* Stop if the target reports that the memory is not available. */

Double space after period.

> +      if (res == TARGET_XFER_E_UNAVAILABLE)
> +	break;

-- 
Pedro Alves



More information about the Gdb-patches mailing list