Module Name: src
Committed By: christos
Date: Wed May 29 01:41:33 UTC 2019
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-nat.h
Log Message:
we don't have xfer_partial
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/nbsd-nat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/nbsd-nat.h
diff -u src/external/gpl3/gdb/dist/gdb/nbsd-nat.h:1.4 src/external/gpl3/gdb/dist/gdb/nbsd-nat.h:1.5
--- src/external/gpl3/gdb/dist/gdb/nbsd-nat.h:1.4 Tue May 28 11:30:39 2019
+++ src/external/gpl3/gdb/dist/gdb/nbsd-nat.h Tue May 28 21:41:33 2019
@@ -29,13 +29,6 @@ struct nbsd_nat_target : public inf_ptra
char *pid_to_exec_file (int pid) override;
int find_memory_regions (find_memory_region_ftype func, void *data) override;
- enum target_xfer_status xfer_partial (enum target_object object,
- const char *annex,
- gdb_byte *readbuf,
- const gdb_byte *writebuf,
- ULONGEST offset, ULONGEST len,
- ULONGEST *xfered_len) override;
-
bool thread_alive (ptid_t ptid) override;
const char *pid_to_str (ptid_t) override;