diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c58f296..ae6658a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.base/break-interp.exp: Create new displacement parameter value + for the test_ld calls. + (reach): New parameter displacement, verify its content. New push of + pf_prefix "reach-$func:". Import global expect_out. + (test_core): New parameter displacement, verify its content. New push + of pf_prefix "core:". New command "set verbose on". Import global + expect_out. + (test_attach): New parameter displacement, verify its content. New + push of pf_prefix "attach:". New command "set verbose on". Import + global expect_out. + (test_ld): New parameter displacement, pass it to the reach, test_core + and test_attach calls and verify its content in the "ld.so exit" test. + * gdb.base/prelink.exp: Remove gdb_exit and final return. + (prelink): Update expected text, use gdb_test. + 2010-03-10 Doug Evans <dje@google.com> * gdb.base/checkpoint.exp: Fix comment. |