gdbserver: make aarch64_write_goto_address static
[deliverable/binutils-gdb.git] / gdb / fbsd-tdep.c
index d7482d3b581f3931e2a0d511fef29bbfc0db9668..9e5d23a4bc8def5dd4b7edd309bd123c807a7987 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FreeBSD, architecture-independent.
 
-   Copyright (C) 2002-2019 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -673,7 +673,8 @@ fbsd_corefile_thread (struct thread_info *info,
 {
   struct regcache *regcache;
 
-  regcache = get_thread_arch_regcache (info->ptid, args->gdbarch);
+  regcache = get_thread_arch_regcache (info->inf->process_target (),
+                                      info->ptid, args->gdbarch);
 
   target_fetch_registers (regcache, -1);
 
This page took 0.023694 seconds and 4 git commands to generate.