diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-02-13 12:02:29 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-02-13 12:02:29 +0000 |
commit | 701ed6dcfb88d2dd18280239c3112f8403c470b4 (patch) | |
tree | dde3264da2a50fe742113f87f1f3bc2214c8c812 /gdb/testsuite/gdb.base/prelink.exp | |
parent | c09529e5f88c94b55340b953174b91f8873ad593 (diff) | |
download | gdb-701ed6dcfb88d2dd18280239c3112f8403c470b4.zip gdb-701ed6dcfb88d2dd18280239c3112f8403c470b4.tar.gz gdb-701ed6dcfb88d2dd18280239c3112f8403c470b4.tar.bz2 |
gdb/
* solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
only if INFO_VERBOSE.
gdb/testsuite/
* gdb.base/prelink.exp (set verbose on): New.
Diffstat (limited to 'gdb/testsuite/gdb.base/prelink.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/prelink.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/prelink.exp b/gdb/testsuite/gdb.base/prelink.exp index 566574c..2c92f2f 100644 --- a/gdb/testsuite/gdb.base/prelink.exp +++ b/gdb/testsuite/gdb.base/prelink.exp @@ -109,6 +109,9 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +# Print the "adjusting expectations" message. +gdb_test "set verbose on" + set test "prelink" global gdb_prompt gdb_test_multiple "core-file $objdir/$subdir/prelink.core" "$test" { |