Blame SOURCES/gdb-bz634108-solib_address.patch

861f93
Fix gdb.solib_address (fix by Phil Muldoon).
861f93
861f93
s/solib_address/solib_name/ during upstreaming.
861f93
861f93
--- /dev/null
861f93
+++ b/gdb/testsuite/gdb.python/rh634108-solib_address.exp
861f93
@@ -0,0 +1,24 @@
861f93
+# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
861f93
+
861f93
+# This program is free software; you can redistribute it and/or modify
861f93
+# it under the terms of the GNU General Public License as published by
861f93
+# the Free Software Foundation; either version 3 of the License, or
861f93
+# (at your option) any later version.
861f93
+#
861f93
+# This program is distributed in the hope that it will be useful,
861f93
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
861f93
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
861f93
+# GNU General Public License for more details.
861f93
+#
861f93
+# You should have received a copy of the GNU General Public License
861f93
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
861f93
+
861f93
+# https://bugzilla.redhat.com/show_bug.cgi?id=634108
861f93
+
861f93
+gdb_exit
861f93
+gdb_start
861f93
+
861f93
+# Skip all tests if Python scripting is not enabled.
861f93
+if { [skip_python_tests] } { continue }
861f93
+
861f93
+gdb_test "python print gdb.solib_name(-1)" "None" "gdb.solib_name exists"