OSDN Git Service

* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
authorMark Kettenis <kettenis@gnu.org>
Thu, 1 Jun 2000 22:29:37 +0000 (22:29 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 1 Jun 2000 22:29:37 +0000 (22:29 +0000)
gdb/ChangeLog
gdb/config/alpha/nm-fbsd.h

index a43f61a..ea682aa 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
+
 2000-06-01  Michael Snyder  <msnyder@seadog.cygnus.com>
 
        * sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's 
index cb72a35..59321b9 100644 (file)
@@ -29,6 +29,9 @@
 
 /* We can attach and detach.  */
 #define ATTACH_DETACH
+
+/* The Alpha does not step over a breakpoint.  */
+#define CANNOT_STEP_BREAKPOINT
 \f
 
 /* Shared library support.  */