X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ffbsd-nat.c;h=a2a1f60ec4b4a2f3c1a2e09199182f7beeb93bf2;hb=2117c711ae07700adb57ea5b5ca61e4c32d7e3d2;hp=43ee605ceed5d42a88c322c5d32f31d8df79faef;hpb=8dd27370eb43ed1a76883f04c9d93f83a1d195a0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 43ee605cee..a2a1f60ec4 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -91,7 +91,8 @@ fbsd_read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, argument to FUNC. */ int -fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd) +fbsd_find_memory_regions (struct target_ops *self, + find_memory_region_ftype func, void *obfd) { pid_t pid = ptid_get_pid (inferior_ptid); char *mapfilename; @@ -166,7 +167,7 @@ find_stop_signal (void) allocated memory. */ char * -fbsd_make_corefile_notes (bfd *obfd, int *note_size) +fbsd_make_corefile_notes (struct target_ops *self, bfd *obfd, int *note_size) { const struct regcache *regcache = get_current_regcache (); struct gdbarch *gdbarch = get_regcache_arch (regcache);