* remote.c (remote_start_remote): If the solib list is global,
[deliverable/binutils-gdb.git] / gdb / i386-dicos-tdep.c
index 99c3d6f8a1b5f771726cfa1de1e773a15687a1ef..665377cc36f61debe8066a12e778e432b35f9d69 100644 (file)
@@ -49,6 +49,10 @@ i386_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   set_solib_ops (gdbarch, &solib_target_so_ops);
 
+  /* Every process, although has its own address space, sees the same
+     list of shared libraries.  */
+  set_gdbarch_has_global_solist (gdbarch, 1);
+
   /* There's no (standard definition of) entry point or a guaranteed
      text location we could find with a symbol where to place the call
      dummy, so we put it on the stack.  */
This page took 0.024833 seconds and 4 git commands to generate.