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: Rebase to 7.9-branch snapshot 7.8.90.20150214.
Date: Sat, 27 Jun 2026 23:56:58 GMT	[thread overview]
Message-ID: <178260461894.1.8035800967855730551.rpms-gdb-7cbf52923153@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 7cbf52923153f02ca4df52936617dfc518506984
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2015-02-14T19:33:09+01:00
Stats  : +17/-11 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/7cbf52923153f02ca4df52936617dfc518506984?branch=gdb-17.2-rebase-f44

Log:
Rebase to 7.9-branch snapshot 7.8.90.20150214.

---
diff --git a/.gitignore b/.gitignore
index 532b8cb..8d3bac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /gdb-libstdc++-v3-python-r155978.tar.bz2
-/gdb-7.8.90.20150202.tar.xz
+/gdb-7.8.90.20150214.tar.xz

diff --git a/gdb-btrobust.patch b/gdb-btrobust.patch
index 0da4515..a297bee 100644
--- a/gdb-btrobust.patch
+++ b/gdb-btrobust.patch
@@ -3,9 +3,11 @@ printed, but a default backtrace will occur in this case.
 
 --
 
---- gdb-7.7.90.20140613/gdb/python/py-framefilter.c-orig	2014-06-13 03:59:37.000000000 +0200
-+++ gdb-7.7.90.20140613/gdb/python/py-framefilter.c	2014-06-27 17:20:00.945271945 +0200
-@@ -1475,6 +1475,7 @@ gdbpy_apply_frame_filter (const struct e
+Index: gdb-7.8.90.20150214/gdb/python/py-framefilter.c
+===================================================================
+--- gdb-7.8.90.20150214.orig/gdb/python/py-framefilter.c	2015-02-14 17:35:12.277653200 +0100
++++ gdb-7.8.90.20150214/gdb/python/py-framefilter.c	2015-02-14 17:36:15.737953789 +0100
+@@ -1506,6 +1506,7 @@ gdbpy_apply_frame_filter (const struct e
    volatile struct gdb_exception except;
    PyObject *item;
    htab_t levels_printed;
@@ -13,7 +15,7 @@ printed, but a default backtrace will occur in this case.
  
    if (!gdb_python_initialized)
      return EXT_LANG_BT_NO_FILTERS;
-@@ -1494,24 +1495,7 @@ gdbpy_apply_frame_filter (const struct e
+@@ -1525,24 +1526,7 @@ gdbpy_apply_frame_filter (const struct e
    iterable = bootstrap_python_frame_filters (frame, frame_low, frame_high);
  
    if (iterable == NULL)
@@ -39,10 +41,11 @@ printed, but a default backtrace will occur in this case.
  
    /* If iterable is None, then there are no frame filters registered.
       If this is the case, defer to default GDB printing routines in MI
-@@ -1540,15 +1524,39 @@ gdbpy_apply_frame_filter (const struct e
+@@ -1573,15 +1557,40 @@ gdbpy_apply_frame_filter (const struct e
+ 	 error and continue with other frames.  */
+       if (success == EXT_LANG_BT_ERROR)
  	gdbpy_print_stack ();
- 
-       Py_DECREF (item);
++
 +      count_printed++;
      }
  

diff --git a/gdb.spec b/gdb.spec
index af810e6..d9d097a 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -22,11 +22,11 @@ Name: %{?scl_prefix}gdb
 # See timestamp of source gnulib installed into gdb/gnulib/ .
 %global snapgnulib 20121213
 %global tarname gdb-%{version}
-Version: 7.8.90.20150202
+Version: 7.8.90.20150214
 
 # 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: 5%{?dist}
+Release: 6%{?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
@@ -1315,6 +1315,9 @@ then
 fi
 
 %changelog
+* Sat Feb 14 2015 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8.90.20150214-6.fc22
+- Rebase to 7.9-branch snapshot 7.8.90.20150214.
+
 * Wed Feb 11 2015 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8.90.20150202-5.fc22
 - Enable guile support.
 

diff --git a/sources b/sources
index 848bde3..e507661 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 4981307aa9619bbec5b73261e4e41c8d  gdb-libstdc++-v3-python-r155978.tar.bz2
-3821d055a639644d09bd9734e59b051c  gdb-7.8.90.20150202.tar.xz
+fab37432102631ff7984c905fe2fc968  gdb-7.8.90.20150214.tar.xz

                 reply	other threads:[~2026-06-27 23:56 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=178260461894.1.8035800967855730551.rpms-gdb-7cbf52923153@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