diff options
author | Dawn Perchik <dawn@cygnus> | 1998-07-10 08:54:17 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1998-07-10 08:54:17 +0000 |
commit | faf0a71f31ee64c97721d550484098cd9ecb926f (patch) | |
tree | bc826b75ad41710326e0e25d7065b8298d183ae5 /gdb | |
parent | f05bd277cf9e786c77b2a0ca9bd07cbb6ea283a7 (diff) | |
download | gdb-faf0a71f31ee64c97721d550484098cd9ecb926f.zip gdb-faf0a71f31ee64c97721d550484098cd9ecb926f.tar.gz gdb-faf0a71f31ee64c97721d550484098cd9ecb926f.tar.bz2 |
* gdb.base/commands.exp: Break up infrun_breakpoint_command_test
into two parts to get around a synchronization problem in expect.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 29283bb..8a23d79 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com> + + * gdb.base/commands.exp: Break up infrun_breakpoint_command_test + into two parts to get around a synchronization problem in expect. + start-sanitize-gdbtk Sun Jun 28 22:34:34 1998 Martin M. Hunt <hunt@cygnus.com> |