diff options
author | Pedro Alves <palves@redhat.com> | 2015-04-23 15:48:27 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-04-23 15:48:27 +0100 |
commit | 0a8031692eac62e2b3d74789d56cdfb38a5f91b0 (patch) | |
tree | d61e3b78718f9b541df2fcf10527d6666dcadcad /gdb/testsuite/ChangeLog | |
parent | 749ef8f891fb921cf7ad57062deae6fa8c13b501 (diff) | |
download | gdb-0a8031692eac62e2b3d74789d56cdfb38a5f91b0.zip gdb-0a8031692eac62e2b3d74789d56cdfb38a5f91b0.tar.gz gdb-0a8031692eac62e2b3d74789d56cdfb38a5f91b0.tar.bz2 |
gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
To avoid confusion between "end of file" string matching and eof
matching, as in process exit.
gdb/testsuite/ChangeLog:
2015-04-23 Pedro Alves <palves@redhat.com>
* gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c77bf3c..71fdd48 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2015-04-23 Pedro Alves <palves@redhat.com> + * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file. + +2015-04-23 Pedro Alves <palves@redhat.com> + * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout on $any_spawn_id instead of only on $gdb_spawn_id. |