diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-09 00:14:11 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-09 00:14:11 +0000 |
commit | 37aeb5df6e43752c082077486603b6594054e618 (patch) | |
tree | af76a62af61e28c7ac4443a273151f7cfa1f4efd /gdb/testsuite/ChangeLog | |
parent | 880cd20d40938ea13ff9d5dbb9393f80cfb98b75 (diff) | |
download | gdb-37aeb5df6e43752c082077486603b6594054e618.zip gdb-37aeb5df6e43752c082077486603b6594054e618.tar.gz gdb-37aeb5df6e43752c082077486603b6594054e618.tar.bz2 |
gdb/testsuite/
* gdb.base/corefile.exp: Move the core finding block out and call it as
core_find, new variable $corefile, replace corefile by $corefile and
[file tail $corefile] for usage vs. test names resp.
* lib/gdb.exp (core_find): Move it as a new function here. New
parameter binfile and deletefiles. New variable $destcore. Pre-delete
$destcore. Return "" on error.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bf2c0ff..f26b5f9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.base/corefile.exp: Move the core finding block out and call it as + core_find, new variable $corefile, replace corefile by $corefile and + [file tail $corefile] for usage vs. test names resp. + * lib/gdb.exp (core_find): Move it as a new function here. New + parameter binfile and deletefiles. New variable $destcore. Pre-delete + $destcore. Return "" on error. + 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com> Workaround PR binutils/10802. |