diff options
author | Jeff Law <law@redhat.com> | 1995-07-20 19:21:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-20 19:21:28 +0000 |
commit | 9ce4ab847112f8833508f447b5550e8b231a253d (patch) | |
tree | e2f843392093816306e93b29794d6be43218603d /gdb/testsuite/ChangeLog | |
parent | 35e7ac7f5471ed63d86ce268ab0ca5eda4e8b7fa (diff) | |
download | gdb-9ce4ab847112f8833508f447b5550e8b231a253d.zip gdb-9ce4ab847112f8833508f447b5550e8b231a253d.tar.gz gdb-9ce4ab847112f8833508f447b5550e8b231a253d.tar.bz2 |
* gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
test if we can't handle IO to/from the inferior.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4dd152d..4c5c030 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall + test if we can't handle IO to/from the inferior. + * gdb.c++/misc.exp: Always check for a program already being started after sending a "run" command to gdb. |