Implement -list-thread-groups --available
[deliverable/binutils-gdb.git] / gdb / i386-dicos-tdep.c
index 665377cc36f61debe8066a12e778e432b35f9d69..388972bef60d594a0c6535742fd9a2556ce7c32c 100644 (file)
@@ -58,6 +58,10 @@ i386_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
      dummy, so we put it on the stack.  */
   set_gdbarch_call_dummy_location (gdbarch, ON_STACK);
   set_gdbarch_push_dummy_code (gdbarch, i386_dicos_push_dummy_code);
+
+  /* DICOS rewinds itself.  Need to override the i386 default which is
+     to decrement the PC.  */
+  set_gdbarch_decr_pc_after_break (gdbarch, 0);
 }
 
 /* Look in the elf symbol table of ABFD for a symbol named WANTED.
This page took 0.023816 seconds and 4 git commands to generate.