mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-15 20:22:28 +08:00

In case of repeated ptrace PT_IO call and returning the value of transferred bytes equal to 0, do not return without setting xfered_len. gdb/ChangeLog: * nat/netbsd-nat.c (write_memory, read_memory): Update.