Blame SOURCES/gdb-bz634108-solib_address.patch

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