Thanks, applied as 8d27d5bab66012d2e0209e1a4001a2ece96b3a91. Michael
[sent from post-receive hook] On Sun, 26 Oct 2025 21:32:55 +0100, Roland Hieber <[email protected]> wrote: > Current toolchains have GDB 15.2, which is also our default version if > not the toolchain GDB is used. In these cases, the additional > dependencies should be enabled by default when enabling the GDB symbol. > > Signed-off-by: Roland Hieber <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/gdb.in b/rules/gdb.in > index 75652d1990f0..9ee7ac91ab11 100644 > --- a/rules/gdb.in > +++ b/rules/gdb.in > @@ -46,6 +46,7 @@ config GDB_DEBUGINFO_SUPPORT > > config GDB_11_1 > bool > + default y > prompt "gdb-11.1 or later" > help > Since gdb-11.1, GMP is a required dependency. Enable this option > @@ -53,6 +54,7 @@ config GDB_11_1 > > config GDB_14_1 > bool > + default y > select GDB_ZSTD > prompt "gdb-14.1 or later" > help
