public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 14 branching & release -- 2023-09-24 update
@ 2023-09-24 14:29 Joel Brobecker
  2023-09-28 16:55 ` Simon Marchi
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2023-09-24 14:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hi everyone,

We've made some progress last week, as the summary below will show.
I'm hoping we'll be able to create the first branch soon. If Luis'
PR gdb/30689 goes in soon, then we'll create the branch soon after
that. If it takes more than another week or two, then we'll have
to discuss what we want to do -- keep waiting or branch without it,
and then backport. I haven't looked into the details of the patch
series; from the surface is mostly AArch64-focused, but not entirely,
and it is also pretty largish...

More news next week.

Fixed Since the Previous Update:
--------------------------------

  * [Gregory Anders] (DAP series)
    Various DAP fixes
    v2: https://sourceware.org/pipermail/gdb-patches/2023-September/202123.html

  * [TomT] (DAP series)
    Handle pointers and references correctly in DAP
    https://sourceware.org/pipermail/gdb-patches/2023-September/202169.html

Added Since the Last Update:
----------------------------

  * [TomT]
    Add pretty-printer base class and new methods
    https://sourceware.org/pipermail/gdb-patches/2023-September/202342.html

Other Ongoing Items:
--------------------

 * [LuisM] PR gdb/30689
   [AArch64] gdb scalable matrix extension (SME1 and SME2) support
   https://sourceware.org/bugzilla/show_bug.cgi?id=30689

   SME1 v7 series (Sep 18):
   https://sourceware.org/pipermail/gdb-patches/2023-September/202581.html

   SME2 v5 series (Sep 13):
   https://sourceware.org/pipermail/gdb-patches/2023-September/202597.html

Not Blocking, But Keep An Eye On:
---------------------------------

  < none >

-- 
Joel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB 14 branching & release -- 2023-09-24 update
  2023-09-24 14:29 GDB 14 branching & release -- 2023-09-24 update Joel Brobecker
@ 2023-09-28 16:55 ` Simon Marchi
  2023-09-28 17:43   ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Marchi @ 2023-09-28 16:55 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

On 9/24/23 10:29, Joel Brobecker via Gdb-patches wrote:
> Hi everyone,
> 
> We've made some progress last week, as the summary below will show.
> I'm hoping we'll be able to create the first branch soon. If Luis'
> PR gdb/30689 goes in soon, then we'll create the branch soon after
> that. If it takes more than another week or two, then we'll have
> to discuss what we want to do -- keep waiting or branch without it,
> and then backport. I haven't looked into the details of the patch
> series; from the surface is mostly AArch64-focused, but not entirely,
> and it is also pretty largish...
> 
> More news next week.
> 
> Fixed Since the Previous Update:
> --------------------------------
> 
>   * [Gregory Anders] (DAP series)
>     Various DAP fixes
>     v2: https://sourceware.org/pipermail/gdb-patches/2023-September/202123.html
> 
>   * [TomT] (DAP series)
>     Handle pointers and references correctly in DAP
>     https://sourceware.org/pipermail/gdb-patches/2023-September/202169.html
> 
> Added Since the Last Update:
> ----------------------------
> 
>   * [TomT]
>     Add pretty-printer base class and new methods
>     https://sourceware.org/pipermail/gdb-patches/2023-September/202342.html
> 
> Other Ongoing Items:
> --------------------
> 
>  * [LuisM] PR gdb/30689
>    [AArch64] gdb scalable matrix extension (SME1 and SME2) support
>    https://sourceware.org/bugzilla/show_bug.cgi?id=30689
> 
>    SME1 v7 series (Sep 18):
>    https://sourceware.org/pipermail/gdb-patches/2023-September/202581.html
> 
>    SME2 v5 series (Sep 13):
>    https://sourceware.org/pipermail/gdb-patches/2023-September/202597.html
> 
> Not Blocking, But Keep An Eye On:
> ---------------------------------
> 
>   < none >

Hi Joel,

I identified this regression in gdb.base/gcore.exp with the
native-extended-gdbserver board:

https://sourceware.org/bugzilla/show_bug.cgi?id=30912

I don't think it should be blocking the branching, but it should be
fixed / cherry-picked before the release.

Simon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB 14 branching & release -- 2023-09-24 update
  2023-09-28 16:55 ` Simon Marchi
@ 2023-09-28 17:43   ` Joel Brobecker
  2023-09-28 17:48     ` Simon Marchi
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2023-09-28 17:43 UTC (permalink / raw)
  To: Simon Marchi; +Cc: Joel Brobecker, gdb-patches

Hi Simon,

> I identified this regression in gdb.base/gcore.exp with the
> native-extended-gdbserver board:
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=30912
> 
> I don't think it should be blocking the branching, but it should be
> fixed / cherry-picked before the release.

Thanks for the heads up. The fact that it has a corresponding PR
helps a lot with the tracking.

I've set the PR's target release to 14.1 to reflect the above.
Can you explain why you recommended this fix be in 14.1?

-- 
Joel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB 14 branching & release -- 2023-09-24 update
  2023-09-28 17:43   ` Joel Brobecker
@ 2023-09-28 17:48     ` Simon Marchi
  2023-09-28 18:45       ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Marchi @ 2023-09-28 17:48 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

On 9/28/23 13:43, Joel Brobecker via Gdb-patches wrote:
> Hi Simon,
> 
>> I identified this regression in gdb.base/gcore.exp with the
>> native-extended-gdbserver board:
>>
>> https://sourceware.org/bugzilla/show_bug.cgi?id=30912
>>
>> I don't think it should be blocking the branching, but it should be
>> fixed / cherry-picked before the release.
> 
> Thanks for the heads up. The fact that it has a corresponding PR
> helps a lot with the tracking.
> 
> I've set the PR's target release to 14.1 to reflect the above.
> Can you explain why you recommended this fix be in 14.1?

It is a regression from GDB 13 to 14.  So if we can fix it in GDB 14,
it's as if it never happened.

Simon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GDB 14 branching & release -- 2023-09-24 update
  2023-09-28 17:48     ` Simon Marchi
@ 2023-09-28 18:45       ` Joel Brobecker
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2023-09-28 18:45 UTC (permalink / raw)
  To: Simon Marchi; +Cc: Joel Brobecker, gdb-patches

> It is a regression from GDB 13 to 14.  So if we can fix it in GDB 14,
> it's as if it never happened.

Perfect. That's what I thought, but wanted to double-check whether
there were other factors as well. Thanks Simon!

-- 
Joel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-28 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-24 14:29 GDB 14 branching & release -- 2023-09-24 update Joel Brobecker
2023-09-28 16:55 ` Simon Marchi
2023-09-28 17:43   ` Joel Brobecker
2023-09-28 17:48     ` Simon Marchi
2023-09-28 18:45       ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).