From: sunilkumar.dora@windriver.com
To: openembedded-core@lists.openembedded.org
Cc: Sundeep.Kokkonda@windriver.com, sunilkumar.dora@windriver.com
Subject: [PATCH V4 0/1] gdb: upgrade to 17.1
Date: Sun, 15 Mar 2026 20:23:28 -0700 [thread overview]
Message-ID: <20260316032329.2695161-1-sunilkumar.dora@windriver.com> (raw)
From: Sunil Dora <sunilkumar.dora@windriver.com>
Upgrade GDB from 16.3 to 17.1.
This upgrade resolves build issues with newer toolchains and musl-based
systems. Two fixes are included to address musl compatibility and
AArch64 kernel header changes.
The previously carried Readline 8.3 alpha backport is no longer needed
and has been removed.
Changes in v4:
- Filed upstream bug for header visibility issue
- Coordinated with upstream and added workaround
- https://sourceware.org/bugzilla/show_bug.cgi?id=33926
Changes in v3:
- Fixed GDB custom baudrate issue and submitted upstream
- https://sourceware.org/pipermail/gdb-patches/2026-March/225952.html
- https://sourceware.org/bugzilla/show_bug.cgi?id=33747
Changes in v2:
- Updated patch metadata and commit title
Changes in v1:
- Initial submission upgrading GDB
Build-tested on:
- x86-64 (glibc)
- x86-64 (musl)
- aarch64 (glibc)
- aarch64 (musl)
root@qemuarm64:~# gdb --version
GNU gdb (GDB) 17.1
root@qemuarm64:~# ldd /usr/bin/gdb
/usr/lib/ld-musl-aarch64.so.1 (0xffff8f690000)
libc.so => /usr/lib/ld-musl-aarch64.so.1 (0xffff8f690000)
Sunil Dora (1):
gdb: Upgrade 16.3 -> 17.1
...ian_16.3.bb => gdb-cross-canadian_17.1.bb} | 0
.../{gdb-cross_16.3.bb => gdb-cross_17.1.bb} | 0
meta/recipes-devtools/gdb/gdb.inc | 5 +-
...-ser-unix-modernize-Linux-custom-bau.patch | 249 ++++++++++++++++++
.../gdb/0009-Readline-8.3-alpha-release.patch | 164 ------------
...support-fix-AArch64-struct-user_gcs-.patch | 181 +++++++++++++
.../gdb/{gdb_16.3.bb => gdb_17.1.bb} | 0
7 files changed, 433 insertions(+), 166 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_16.3.bb => gdb-cross-canadian_17.1.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_16.3.bb => gdb-cross_17.1.bb} (100%)
create mode 100644 meta/recipes-devtools/gdb/gdb/0009-PR-gdb-33747-gdb-ser-unix-modernize-Linux-custom-bau.patch
delete mode 100644 meta/recipes-devtools/gdb/gdb/0009-Readline-8.3-alpha-release.patch
create mode 100644 meta/recipes-devtools/gdb/gdb/0010-PR-gdb-33926-gdbsupport-fix-AArch64-struct-user_gcs-.patch
rename meta/recipes-devtools/gdb/{gdb_16.3.bb => gdb_17.1.bb} (100%)
--
2.49.0
next reply other threads:[~2026-03-16 3:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 3:23 sunilkumar.dora [this message]
2026-03-16 3:23 ` [PATCH V4 1/1] gdb: Upgrade 16.3 -> 17.1 sunilkumar.dora
2026-03-16 3:30 ` Patchtest results for " patchtest
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=20260316032329.2695161-1-sunilkumar.dora@windriver.com \
--to=sunilkumar.dora@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=openembedded-core@lists.openembedded.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