1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / carp-tdep.c
index 464aa5013206c00a311f3fa29c55ab02371ca528..ffddab59eedfdd5ec8b2ec65bc940b69f8f3c6a3 100644 (file)
@@ -514,6 +514,8 @@ Define this to be either @code{<} if the targets stack grows downward
 in memory, or @code{>} is the stack grows upwards.
 #endif
 /* #define INNER_THAN < */
+extern int carp_inner_than (int, int);
+#define INNER_THAN(x,y) carp_inner_than(x,y)
 
 
 #if 0
@@ -599,18 +601,11 @@ int carp_need_text_start_end;
 
 
 #if 0
-@item NO_SINGLE_STEP
-Define this if the target does not support single-stepping.  If this is
-defined, you must supply, in @code{*-tdep.c}, the function
-@code{single_step}, which takes a target_signal as argument and returns
-nothing.  It must insert breakpoints at each possible destinations of
-the next instruction.  See @code{sparc-tdep.c} and @code{rs6000-tdep.c}
-for examples.
+@item SOFTWARE_SINGLE_STEP_P
+@ttem SOFTWARE_SINGLE_STEP
 #endif
-int one_stepped;
-void single_step (enum target_signal signal) { return; }
-/* #define NO_SINGLE_STEP */
-
+int carp_software_single_step_p;
+void carp_software_single_step (int signal, int bp_p) { return; }
 
 #if 0
 @item NUM_REGS
This page took 0.023871 seconds and 4 git commands to generate.