We load our pretty-printers explicitly, and we shouldn't need any other random -gdb.gdb or -gdb.py files from anywhere, so in this patch we turn that off by running "set auto-load no". Also, run "info share" so that the list of loaded libraries ends up in the logs for the GDB tests. libstdc++-v3/ * testsuite/lib/gdb-test.exp (gdb-test): Turn off GDB's auto-load, list loaded libs Signed-off-by: Samuel Bronson --- libstdc++-v3/testsuite/lib/gdb-test.exp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)