Blame SOURCES/gdb-bz634108-solib_address.patch

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