This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]