* config/alpha/tm-alpha.h: Move alpha_software_single_step
authorJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 20:27:29 +0000 (20:27 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 20:27:29 +0000 (20:27 +0000)
prototype from here...
* alpha-tdep.h: ...to here.

gdb/ChangeLog
gdb/alpha-tdep.h
gdb/config/alpha/tm-alpha.h

index 61a7ef78372092c423d2d8d7560114d9e51e8c2a..f6fd36b180aaa204166ae98ddafadffcb84b60e0 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/alpha/tm-alpha.h: Move alpha_software_single_step
+       prototype from here...
+       * alpha-tdep.h: ...to here.
+
 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.h (selected_frame_level): Document as deprecated.
index e89275f81f4ffc0bb6ae0c532a86e45cd9baa9f9..618d47c9260f3cc47708dce90a1941f37412ed78 100644 (file)
@@ -98,6 +98,8 @@ struct gdbarch_tdep
   CORE_ADDR vm_min_address;    /* used by heuristic_proc_start */
 };
 
+void alpha_software_single_step (enum target_signal, int);
+
 void alpha_gdbarch_register_os_abi (enum alpha_abi,
                                     void (*init_abi)(struct gdbarch_info,
                                                     struct gdbarch *));
index d1806f537c8e6da2a71484c9e77084ec64897d4b..bfc2a6eb5bda6ba6371a980cfaa1208cd0fcfe99 100644 (file)
@@ -135,7 +135,4 @@ extern struct frame_info *alpha_setup_arbitrary_frame (int, CORE_ADDR *);
 extern CORE_ADDR alpha_osf_skip_sigtramp_frame (struct frame_info *,
                                                CORE_ADDR);
 
-/* Single step based on where the current instruction will take us.  */
-extern void alpha_software_single_step (enum target_signal, int);
-
 #endif /* TM_ALPHA_H */
This page took 0.043279 seconds and 4 git commands to generate.