mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* 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.
This commit is contained in:
parent
396a608385
commit
eee771c194
@ -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.
|
||||
|
@ -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) */
|
||||
|
@ -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) */
|
||||
|
@ -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 ()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user