Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:gcc
gdb
fixup-gdb-bz634108-solib_address.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fixup-gdb-bz634108-solib_address.patch of Package gdb
From 023314feb400836eb377a5bc9151850fcdd81b11 Mon Sep 17 00:00:00 2001 From: Tom de Vries <tdevries@suse.de> Date: Tue, 6 Jun 2023 09:43:36 +0200 Subject: [PATCH 3/4] Fixup gdb-bz634108-solib_address.patch --- gdb/testsuite/gdb.python/rh634108-solib_address.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.python/rh634108-solib_address.exp b/gdb/testsuite/gdb.python/rh634108-solib_address.exp index 99e6aaba831..ebf00babc34 100644 --- a/gdb/testsuite/gdb.python/rh634108-solib_address.exp +++ b/gdb/testsuite/gdb.python/rh634108-solib_address.exp @@ -21,4 +21,4 @@ gdb_start # Skip all tests if Python scripting is not enabled. if { [skip_python_tests] } { continue } -gdb_test "python print (gdb.solib_name(-1))" "None" "gdb.solib_name exists" +gdb_test "python print (gdb.solib_name(0))" "None" "gdb.solib_name exists" -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor