public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jkratoch@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Described issues are all known now.
Date: Sat, 27 Jun 2026 23:54:39 GMT	[thread overview]
Message-ID: <178260447995.1.8765766916830494144.rpms-gdb-bc0aadfac757@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : bc0aadfac757fcb8f5b60ee29bd2f3f3edd66057
Author : Jan Kratochvil <jkratoch@fedoraproject.org>
Date   : 2010-07-11T18:10:40+00:00
Stats  : +0/-121 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/bc0aadfac757fcb8f5b60ee29bd2f3f3edd66057?branch=gdb-17.2-rebase-f44

Log:
Described issues are all known now.

---
diff --git a/REGRESSIONS b/REGRESSIONS
deleted file mode 100644
index 685846f..0000000
--- a/REGRESSIONS
+++ /dev/null
@@ -1,44 +0,0 @@
-all:
-gdb.objc/objcdecode.exp: continue after break on multiply defined symbol (GDB internal error)
-64->32:
-+FAIL: gdb.opt/inline-cmds.exp: enter noinline from outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: backtrace at noinline from outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: enter inlined_fn from noinline (the program is no longer running)
-+FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
-+FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to noinline
-+FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
-+FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
-+FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
-+FAIL: gdb.opt/inline-cmds.exp: main not inlined
-64pie:
--PASS: gdb.opt/inline-locals.exp: info args above bar (2)
-+FAIL: gdb.opt/inline-locals.exp: info args above bar (2)
--PASS: gdb.opt/inline-locals.exp: info args above bar (3)
-+FAIL: gdb.opt/inline-locals.exp: info args above bar (3)
--PASS: gdb.threads/threadcrash.exp: core file: gdb output contained 12 "threadcrash.c:", not 12 as expected
-+FAIL: gdb.threads/threadcrash.exp: core file: gdb output contained 10 "threadcrash.c:", not 12 as expected
--PASS: gdb.threads/tls-nodebug.exp: thread local storage
-+FAIL: gdb.threads/tls-nodebug.exp: thread local storage
-32:
-gdb.cp/constructortest.exp
-+FAIL: gdb.opt/inline-cmds.exp: enter noinline from outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: backtrace at noinline from outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: enter inlined_fn from noinline (the program is no longer running)
-+FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
-+FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to noinline
-+FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
-+FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
-+FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
-+FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
-+FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
-+FAIL: gdb.opt/inline-cmds.exp: main not inlined
--PASS: gdb.opt/inline-locals.exp: info args above bar (2)
-+FAIL: gdb.opt/inline-locals.exp: info args above bar (2)
--PASS: gdb.opt/inline-locals.exp: info args above bar (3)
-+FAIL: gdb.opt/inline-locals.exp: info args above bar (3)

diff --git a/REMOVED b/REMOVED
deleted file mode 100644
index ec6d2e3..0000000
--- a/REMOVED
+++ /dev/null
@@ -1,77 +0,0 @@
-# Recognize i386 signal trampolines before CFI.  Ensures that signal
-# frames are identified as signal frames.
-Patch101: gdb-6.3-sigx86-20040621.patch
-= Maybe - no longer needed as glibc has CFI now.
-= http://sourceware.org/ml/gdb-patches/2008-11/threads.html#00554
-= TODO: Check non-x86 arches
-
-# Fix to ensure types are visible
-Patch120: gdb-6.3-type-fix-20041213.patch
-= not aware why it was there
-
-# Tolerate DW_AT_type referencing <0>.
-Patch139: gdb-6.3-dwattype0-20050201.patch
-= not aware why it was there
-
-# Do not let errors related with debug registers break thread debugging.
-Patch178: gdb-6.3-catch-debug-registers-error-20060527.patch
-= i386 debug registers are always accessible by ptrace,
-= the ia64 bug is both gone and also RHEL-6 ia64 no longer supports i386
-
-# Cope with waitpid modifying status even when returning zero, as on
-# ia32el.
-Patch179: gdb-6.3-ia32el-fix-waitpid-20060615.patch
-= broken i386 emulation on ia64, no longer supported
-
-# Fixed the kernel i386-on-x86_64 VDSO loading (producing `Lowest section in').
-Patch277: gdb-6.6-vdso-i386-on-amd64-warning.patch
-= IMO no longer needed on 4KB VDSO again
-
-
-upstreams:
-# Fix rereading of the main executable on its change.
-Patch283: gdb-6.7-reread-exec_bfd.patch
-= upstream
-
-# Backport fix of a segfault + PIE regression since 6.7.1 on PIE executables.
-Patch306: gdb-6.8-watchpoint-inaccessible-memory.patch
-= upstream
-
-# Enable program counter for processing PTID to PC (sparc/sparc64)
-Patch316: gdb-6.8-sparc-fix.patch
-= upstream
-
-# Protect development in the build tree by automatic Makefile dependencies.
-Patch321: gdb-6.8-auto-dependencies.patch
-= upstream
-
-# Disable randomization (such as by setarch -R), suggested by Jakub Jelinek.
-Patch323: gdb-6.8-disable-randomization.patch
-= upstream
-
-# Force build failure for missing libraries for --enable-tui.
-Patch325: gdb-6.8-forced-enable-tui.patch
-= upstream
-
-# Fix crash on DW_TAG_module for Fortran in recent Fedora/RH GCCs.
-Patch333: gdb-6.8-fortran-module-ignore.patch
-= upstream
-
-# Fix attaching to stopped processes and/or pending signals.
-Patch336: gdb-6.8-attach-signalled-upstream.patch
-= upstream
-
-# Fix occasional stepping lockup on many threads, seen on ia64.
-Patch342: gdb-6.8-ia64-breakpoint-restoration.patch
-= upstream
-
-# Fix occasional crash on a removed watchpoint.
-Patch338: gdb-6.8-breakpoint-gone.patch
-= upstream
-
-# Fix/implement the Fortran dynamic arrays support (BZ 377541).
-# Fix the variable-length-arrays support (BZ 468266, feature BZ 377541).
-Patch345: gdb-6.8-bz377541-vla-bound-undefined.patch
-= upstream
-Patch346: gdb-6.8-bz377541-vla-loc-kind.patch
-= upstream

                 reply	other threads:[~2026-06-27 23:54 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=178260447995.1.8765766916830494144.rpms-gdb-bc0aadfac757@fedoraproject.org \
    --to=jkratoch@fedoraproject.org \
    --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