* linux-nat.c (linux_nat_thread_address_space): New.
[deliverable/binutils-gdb.git] / gdb / progspace.c
index 1a465ce42cc6bd41200be1ef870d1839ab9b63f5..926c4ead38eff0ed0cd4414e5607ce12d7d80cb1 100644 (file)
@@ -89,6 +89,12 @@ free_address_space (struct address_space *aspace)
   xfree (aspace);
 }
 
+int
+address_space_num (struct address_space *aspace)
+{
+  return aspace->num;
+}
+
 /* Start counting over from scratch.  */
 
 static void
This page took 0.023822 seconds and 4 git commands to generate.