gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 11 Mar 2010 22:07:03 +0000 (22:07 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 11 Mar 2010 22:07:03 +0000 (22:07 +0000)
commitccf26247763aa6c68b6cb7990c98afe881e8f811
treeb04f7bf30dc6fd2842da39fdbbf42ac8125e6609
parent477c84a75fdca66b9f85ad33e0c5a4ae2226b789
gdb/
* solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
for the PIC displacement, print also the displacement value.
(svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.

gdb/testsuite/
* 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.
gdb/ChangeLog
gdb/solib-svr4.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break-interp.exp
gdb/testsuite/gdb.base/prelink.exp
This page took 0.0274799999999999 seconds and 4 git commands to generate.