diff options
author | 2024-10-01 05:01:07 -0700 | |
---|---|---|
committer | 2024-10-08 13:26:28 +0100 | |
commit | 76567e7a0e1d133b5878a0254a9dcc87b3a15bc1 (patch) | |
tree | 4c521b0de9a5bc23a7ddd553790a45dc94b4a025 | |
parent | da42fc9ad55d1d60a04e38ff94c965f711f60cd6 (diff) | |
download | openembedded-core-76567e7a0e1d133b5878a0254a9dcc87b3a15bc1.tar.gz |
gdb: Upgrade 15.1 -> 15.2
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/time64.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_15.2.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_15.2.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_15.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_15.2.bb (renamed from meta/recipes-devtools/gdb/gdb_15.1.bb) | 0 |
5 files changed, 2 insertions, 2 deletions
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 index 4ab2b7156d..4ab2b7156d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_15.1.bb +++ b/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 index 3b654a2f0d..3b654a2f0d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_15.1.bb +++ b/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 index 9c6db4ca2c..9c6db4ca2c 100644 --- a/meta/recipes-devtools/gdb/gdb_15.1.bb +++ b/meta/recipes-devtools/gdb/gdb_15.2.bb |