* config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
authorDaniel Jacobowitz <drow@false.org>
Mon, 14 Oct 2002 20:46:59 +0000 (20:46 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 14 Oct 2002 20:46:59 +0000 (20:46 +0000)
        * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
        * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
        * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.

gdb/ChangeLog
gdb/config/mips/nm-irix4.h
gdb/config/mips/nm-irix5.h
gdb/config/mips/tm-embed.h
gdb/config/pa/nm-hppah.h

index dec5a0eb21bc3287cccb016f6b7e41b3cfbc2cf7..ae43c3b70e6b82330962ded2ab5ef56710da6043 100644 (file)
@@ -1,3 +1,10 @@
+2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
+       * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
+       * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+       * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+       * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+
 2002-10-13  Adam Fedor  <fedor@gnu.org>
 
        * source.c (print_source_lines): Update comments.
index 9c02eb3573b1480ae885d3997e4525bb91c35046..bf4a02c2fc43bb80bd2d45696ae85102cfb7c323 100644 (file)
@@ -54,7 +54,7 @@
   procfs_stopped_by_watchpoint(inferior_ptid)
 extern int procfs_stopped_by_watchpoint (ptid_t);
 
-#define HAVE_NONSTEPPABLE_WATCHPOINT
+#define HAVE_NONSTEPPABLE_WATCHPOINT 1
 
 /* Use these macros for watchpoint insertion/deletion.  */
 /* type can be 0: write watch, 1: read watch, 2: access watch (read/write) */
index 59749f663356a5134c7844d353c2035bb606b696..4507ad1d7fb86c34e4c3b5255ed15e455dd8b458 100644 (file)
@@ -36,7 +36,7 @@
      procfs_stopped_by_watchpoint(inferior_ptid)
 extern int procfs_stopped_by_watchpoint (ptid_t);
 
-#define HAVE_NONSTEPPABLE_WATCHPOINT
+#define HAVE_NONSTEPPABLE_WATCHPOINT 1
 
 /* Use these macros for watchpoint insertion/deletion.  */
 /* type can be 0: write watch, 1: read watch, 2: access watch (read/write) */
index 7482a779482bf3cfd6169876f968e60689477bfe..44072f4cb3832f13da8c0530a6e837427cab6347 100644 (file)
@@ -36,7 +36,7 @@ int remote_mips_remove_watchpoint (CORE_ADDR addr, int len, int type);
 
 /* We need to remove watchpoints when stepping, else we hit them again! */
 
-#define HAVE_NONSTEPPABLE_WATCHPOINT
+#define HAVE_NONSTEPPABLE_WATCHPOINT 1
 
 int remote_mips_stopped_by_watchpoint (void);
 #define STOPPED_BY_WATCHPOINT(w) remote_mips_stopped_by_watchpoint ()
index 4894a049a08f13b4835e7948d863ac6f890cdc6e..7609d67804acad3ff9505acefb356f92b785ffbb 100644 (file)
@@ -196,7 +196,7 @@ extern int hppa_require_detach (int, int);
    by removing all eventpoints; stepping past the instruction that caused
    the trigger; reinserting eventpoints; and checking whether any watched
    location changed. */
-#define HAVE_NONSTEPPABLE_WATCHPOINT
+#define HAVE_NONSTEPPABLE_WATCHPOINT 1
 
 /* Our implementation of "hardware" watchpoints uses memory page-protection
    faults.  However, HP-UX has unfortunate interactions between these and