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] Fix length arg in call to breakpoint_xfer_memory


On 02/21/2014 01:05 PM, Andreas Arnez wrote:
> The patch "return target_xfer_status in to_xfer_partial" caused a
> regression in various s390(x) test cases, because memory_xfer_partial
> filled only the first byte of the read buffer from a breakpoint shadow:

Ah.  Breakpoints on x86 happen to be 1 byte long.  How lucky.  :-)

> 
>     https://sourceware.org/ml/gdb-patches/2014-01/msg01071.html
> 
> This patch fixes the regression.
> 
> ChangeLog/
> 	* target.c (memory_xfer_partial): Fix length arg in call to
> 	breakpoint_xfer_memory.

OK.

Thanks,
-- 
Pedro Alves


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