* linux-nat.c (linux_nat_thread_address_space): New.
[deliverable/binutils-gdb.git] / gdb / target.h
index 3d5a348580288fe05fabdd5fa6a07cea7b79da54..e4421e90e308dc53eda58bfde351da70ce5c3e90 100644 (file)
@@ -585,6 +585,13 @@ struct target_ops
        The default implementation always returns target_gdbarch.  */
     struct gdbarch *(*to_thread_architecture) (struct target_ops *, ptid_t);
 
+    /* Determine current address space of thread PTID.
+
+       The default implementation always returns the inferior's
+       address space.  */
+    struct address_space *(*to_thread_address_space) (struct target_ops *,
+                                                     ptid_t);
+
     int to_magic;
     /* Need sub-structure for target machine related rather than comm related?
      */
This page took 0.042188 seconds and 4 git commands to generate.