2009-10-19 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index b58c562c4a3357648dc9243b577eb76e07d74bfc..fc10a42674a8cbe3689fcf736ac61db4b3a41e0c 100644 (file)
@@ -757,6 +757,14 @@ get_current_arch (void)
     return target_gdbarch;
 }
 
+int
+default_has_shared_address_space (struct gdbarch *gdbarch)
+{
+  /* Simply say no.  In most unix-like targets each inferior/process
+     has its own address space.  */
+  return 0;
+}
+
 /* */
 
 extern initialize_file_ftype _initialize_gdbarch_utils; /* -Wmissing-prototypes */
This page took 0.024469 seconds and 4 git commands to generate.