* breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
[deliverable/binutils-gdb.git] / gdb / dicos-tdep.c
index d64efe56aafd14b717a5bb5cf458d5f16c0ed882..fe5f853947b03133e09980280b717385d6a23c42 100644 (file)
@@ -33,9 +33,14 @@ dicos_init_abi (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.  */
+     list of shared libraries.  There's no "main executable" in DICOS,
+     so this accounts for all code.  */
   set_gdbarch_has_global_solist (gdbarch, 1);
 
+  /* The DICOS breakpoint API takes care of magically making
+     breakpoints visible to all inferiors.  */
+  set_gdbarch_has_global_breakpoints (gdbarch, 1);
+
   /* There's no (standard definition of) entry point or a guaranteed
      text location with a symbol where to place the call dummy, so we
      put it on the stack.  */
This page took 0.026215 seconds and 4 git commands to generate.