diff mbox series

gdb: Upgrade 15.1 -> 15.2

Message ID 20241001120107.365354-1-Deepthi.Hemraj@windriver.com
State New
Headers show
Series gdb: Upgrade 15.1 -> 15.2 | expand

Commit Message

Hemraj, Deepthi Oct. 1, 2024, 12:01 p.m. UTC
From: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>

GDB 15.2 brings the following fixes:
 * PR gdb/31727 (-exec-next fails in mingw (infrun.c:2794: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed))
 * PR c++/31900 (libstdc++-prettyprinters/debug.cc print redirected fails since gdb-14-branchpoint-2123-g4e417d7bb1c)
 * PR python/31946 (sys.exit from Python no longer exits the GDB process)
 * PR record/31971 (Loading a saved record file asserts if we try to execute the inferior)
 * PR gdb/32005 (frv_current_sos doesn't set solib::lm_info)
 * PR exp/32015 (GDB crashes while printing large D array)
 * PR gdb/32025 (Fatal error when the disassemble command is interrupted with SIGINT)
 * PR gdb/32143 ([15 Regression] arch/amd64.c:71: internal-error: amd64_create_target_description: Assertion `!is_x32' failed)
 * PR symtab/32158 ([gdb/symtab] enum class enumerator has incorrect parent in cooked index)
 * PR symtab/32160 ([gdb/symtab] Parent map: die parent or scope parent?)

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
 meta/conf/distro/include/time64.inc                             | 2 +-
 .../{gdb-cross-canadian_15.1.bb => gdb-cross-canadian_15.2.bb}  | 0
 .../gdb/{gdb-cross_15.1.bb => gdb-cross_15.2.bb}                | 0
 meta/recipes-devtools/gdb/gdb.inc                               | 2 +-
 meta/recipes-devtools/gdb/{gdb_15.1.bb => gdb_15.2.bb}          | 0
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_15.1.bb => gdb-cross-canadian_15.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_15.1.bb => gdb-cross_15.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_15.1.bb => gdb_15.2.bb} (100%)

Comments

Khem Raj Oct. 1, 2024, 4:53 p.m. UTC | #1
lgtm

On Tue, Oct 1, 2024 at 5:01 AM Hemraj, Deepthi via
lists.openembedded.org
<Deepthi.Hemraj=windriver.com@lists.openembedded.org> wrote:
>
> From: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
>
> GDB 15.2 brings the following fixes:
>  * PR gdb/31727 (-exec-next fails in mingw (infrun.c:2794: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed))
>  * PR c++/31900 (libstdc++-prettyprinters/debug.cc print redirected fails since gdb-14-branchpoint-2123-g4e417d7bb1c)
>  * PR python/31946 (sys.exit from Python no longer exits the GDB process)
>  * PR record/31971 (Loading a saved record file asserts if we try to execute the inferior)
>  * PR gdb/32005 (frv_current_sos doesn't set solib::lm_info)
>  * PR exp/32015 (GDB crashes while printing large D array)
>  * PR gdb/32025 (Fatal error when the disassemble command is interrupted with SIGINT)
>  * PR gdb/32143 ([15 Regression] arch/amd64.c:71: internal-error: amd64_create_target_description: Assertion `!is_x32' failed)
>  * PR symtab/32158 ([gdb/symtab] enum class enumerator has incorrect parent in cooked index)
>  * PR symtab/32160 ([gdb/symtab] Parent map: die parent or scope parent?)
>
> Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
> ---
>  meta/conf/distro/include/time64.inc                             | 2 +-
>  .../{gdb-cross-canadian_15.1.bb => gdb-cross-canadian_15.2.bb}  | 0
>  .../gdb/{gdb-cross_15.1.bb => gdb-cross_15.2.bb}                | 0
>  meta/recipes-devtools/gdb/gdb.inc                               | 2 +-
>  meta/recipes-devtools/gdb/{gdb_15.1.bb => gdb_15.2.bb}          | 0
>  5 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/gdb/{gdb-cross-canadian_15.1.bb => gdb-cross-canadian_15.2.bb} (100%)
>  rename meta/recipes-devtools/gdb/{gdb-cross_15.1.bb => gdb-cross_15.2.bb} (100%)
>  rename meta/recipes-devtools/gdb/{gdb_15.1.bb => gdb_15.2.bb} (100%)
>
> diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
> index 9d556bac16..f939f9b7c7 100644
> --- a/meta/conf/distro/include/time64.inc
> +++ b/meta/conf/distro/include/time64.inc
> @@ -49,5 +49,5 @@ INSANE_SKIP:append:pn-strace = " 32bit-time"
>  INSANE_SKIP:append:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
>  #gcc-cross-canadian-arm-14.1.0-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/14.1.0/plugin/gengtype uses 32-bit api 'ctime'
>  INSANE_SKIP:append:pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
> -#gdb-cross-canadian-arm-15.1-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gdb uses 32-bit api 'lstat'
> +#gdb-cross-canadian-arm-15.2-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gdb uses 32-bit api 'lstat'
>  INSANE_SKIP:append:pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb
> diff --git a/meta/recipes-devtools/gdb/gdb-cross_15.1.bb b/meta/recipes-devtools/gdb/gdb-cross_15.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross_15.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross_15.2.bb
> diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
> index 6aa9dced86..ff0db68da7 100644
> --- a/meta/recipes-devtools/gdb/gdb.inc
> +++ b/meta/recipes-devtools/gdb/gdb.inc
> @@ -14,4 +14,4 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
>             file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
>             file://0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch \
>             "
> -SRC_URI[sha256sum] = "38254eacd4572134bca9c5a5aa4d4ca564cbbd30c369d881f733fb6b903354f2"
> +SRC_URI[sha256sum] = "83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d"
> diff --git a/meta/recipes-devtools/gdb/gdb_15.1.bb b/meta/recipes-devtools/gdb/gdb_15.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb_15.1.bb
> rename to meta/recipes-devtools/gdb/gdb_15.2.bb
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#205160): https://lists.openembedded.org/g/openembedded-core/message/205160
> Mute This Topic: https://lists.openembedded.org/mt/108756318/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
index 9d556bac16..f939f9b7c7 100644
--- a/meta/conf/distro/include/time64.inc
+++ b/meta/conf/distro/include/time64.inc
@@ -49,5 +49,5 @@  INSANE_SKIP:append:pn-strace = " 32bit-time"
 INSANE_SKIP:append:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
 #gcc-cross-canadian-arm-14.1.0-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/14.1.0/plugin/gengtype uses 32-bit api 'ctime'
 INSANE_SKIP:append:pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
-#gdb-cross-canadian-arm-15.1-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gdb uses 32-bit api 'lstat'
+#gdb-cross-canadian-arm-15.2-r0 do_package_qa: QA Issue: xxx/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gdb uses 32-bit api 'lstat'
 INSANE_SKIP:append:pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = " 32bit-time"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_15.1.bb b/meta/recipes-devtools/gdb/gdb-cross_15.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_15.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_15.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 6aa9dced86..ff0db68da7 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -14,4 +14,4 @@  SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
            file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
            file://0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch \
            "
-SRC_URI[sha256sum] = "38254eacd4572134bca9c5a5aa4d4ca564cbbd30c369d881f733fb6b903354f2"
+SRC_URI[sha256sum] = "83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d"
diff --git a/meta/recipes-devtools/gdb/gdb_15.1.bb b/meta/recipes-devtools/gdb/gdb_15.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_15.1.bb
rename to meta/recipes-devtools/gdb/gdb_15.2.bb