diff options
author | Ben Elliston <bje@gnu.org> | 2003-08-23 04:53:30 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-08-23 04:53:30 +0000 |
commit | 87bae12127d9d6937f4e44492e326f5565f1a7a5 (patch) | |
tree | 48f9af25f3947f5269cbc8a7b61e6cad6c568fae | |
parent | 885a1487215caab716851f67d4786f522f561717 (diff) | |
download | dejagnu-87bae12127d9d6937f4e44492e326f5565f1a7a5.zip dejagnu-87bae12127d9d6937f4e44492e326f5565f1a7a5.tar.gz dejagnu-87bae12127d9d6937f4e44492e326f5565f1a7a5.tar.bz2 |
2003-08-23 Corinna Vinschen <vinschen@redhat.com>
* config/sid.exp: Add gdb settings to use no hardware watchpoints.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config/sid.exp | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-08-23 Corinna Vinschen <vinschen@redhat.com> + + * config/sid.exp: Add gdb settings to use no hardware watchpoints. + 2003-08-23 Ben Elliston <bje@wasabisystems.com> * README: Update section on reporting bugs. diff --git a/config/sid.exp b/config/sid.exp index a51ae0e..f926aa2 100644 --- a/config/sid.exp +++ b/config/sid.exp @@ -69,6 +69,9 @@ set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]" # No linker script needed. set_board_info ldscript "" +# Used by a few gdb tests. SID doesn't allow hardware watchpoints. +set_board_info gdb,no_hardware_watchpoints 1 + # Additional sid options # eg: # |