public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Fix messages suggesting more recent RHEL gdbserver (RH BZ 1321114).
Date: Sat, 27 Jun 2026 23:57:38 GMT [thread overview]
Message-ID: <178260465874.1.18102809287579126937.rpms-gdb-d6851d1cc987@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : d6851d1cc9872fbce65f00e347a232b413334e31
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2016-05-03T22:38:13+02:00
Stats : +5/-22 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/d6851d1cc9872fbce65f00e347a232b413334e31?branch=gdb-17.2-rebase-f44
Log:
Fix messages suggesting more recent RHEL gdbserver (RH BZ 1321114).
---
diff --git a/gdb-container-rh-pkg.patch b/gdb-container-rh-pkg.patch
index 327ddf9..0b8a3a2 100644
--- a/gdb-container-rh-pkg.patch
+++ b/gdb-container-rh-pkg.patch
@@ -1,23 +1,3 @@
---- gdb-7.11/gdb/linux-thread-db.c.orig 2016-04-06 17:45:10.444062076 +0200
-+++ gdb-7.11/gdb/linux-thread-db.c 2016-04-06 17:46:16.169615943 +0200
-@@ -1025,7 +1025,16 @@ check_pid_namespace_match (void)
- warning (_ ("Target and debugger are in different PID "
- "namespaces; thread lists and other data are "
- "likely unreliable. "
-- "Connect to gdbserver inside the container."));
-+ "Connect to gdbserver inside the container.\n"
-+"This version of GDB needs local access to files from the container. It is easier to access the files from the container itself. This RHEL-7 version of GDB does not support such direct container files access.\n"
-+"The following versions of GDB support the direct access:\n"
-+"- Upstream version of GDB (unsupported) 7.10 or later\n"
-+"- Red Hat Developer Toolset (DTS) version of GDB from DTS 4.0 or later (available only for the x86_64 architecture)\n"
-+"The direct container file access needs to be supported also by gdbserver inside the container:\n"
-+"- Upstream version of gdbserver (unsupported) 7.10 or later\n"
-+"- Red Hat Developer Toolset (DTS) version of gdbserver from DTS 4.0 or later (only on x86_64)\n"
-+"- RHEL-7.3 version of gdbserver (on any architecture)"
-+));
- }
- }
- }
--- gdb-7.11/gdb/remote.c-orig 2016-04-06 17:46:52.428921496 +0200
+++ gdb-7.11/gdb/remote.c 2016-04-06 18:28:26.781923516 +0200
@@ -13002,7 +13002,17 @@ remote_pid_to_exec_file (struct target_o
@@ -32,7 +12,7 @@
+"The following versions of gdbserver support it:\n"
+"- Upstream version of gdbserver (unsupported) 7.10 or later\n"
+"- Red Hat Developer Toolset (DTS) version of gdbserver from DTS 4.0 or later (only on x86_64)\n"
-+"- RHEL-6.9 and RHEL-7.3 versions of gdbserver (on any architecture)"
++"- RHEL-7.3 versions of gdbserver (on any architecture)"
+));
+ return NULL;
+ }
diff --git a/gdb.spec b/gdb.spec
index afa8e2d..2cf06aa 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.11
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 71%{?dist}
+Release: 72%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
Group: Development/Debuggers
@@ -1401,6 +1401,9 @@ then
fi
%changelog
+* Tue May 3 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11-72.fc24
+- Fix messages suggesting more recent RHEL gdbserver (RH BZ 1321114).
+
* Wed Apr 27 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11-71.fc24
- Import upstream 7.11 branch stable fixes.
reply other threads:[~2026-06-27 23:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178260465874.1.18102809287579126937.rpms-gdb-d6851d1cc987@fedoraproject.org \
--to=jan.kratochvil@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox