public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 14 branching & release -- 2023-09-16 update
@ 2023-09-16 14:02 Joel Brobecker
  2023-09-18 18:29 ` Tom Tromey
  2023-09-18 21:32 ` Luis Machado
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2023-09-16 14:02 UTC (permalink / raw)
  To: gdb-patches

Hi everyone,

My sincere apologies for the long period of radio silence since
the last update. It's been a busy summer :-/.

Here is a quick status of what has been discussed so far. In short,
we're down to one PR for AArch64, which has been progress (new patch
series posted a few days ago). Are there other issues that we should
fix before we branch?

Otherwise, let's branch soon :-).

More detailed update:

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

 * [JohnB] Handle variable XSAVE layouts
   https://sourceware.org/pipermail/gdb-patches/2023-July/200895.html

 * [JohnB] Fixes for multiprocess for FreeBSD's native target
   (v2) https://sourceware.org/pipermail/gdb-patches/2023-July/200962.html

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

  < none >

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 v6 series (Sep 13):
   https://sourceware.org/pipermail/gdb-patches/2023-September/202418.html

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


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

  < none >

Thank you!
-- 
Joel

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

* Re: GDB 14 branching & release -- 2023-09-16 update
  2023-09-16 14:02 GDB 14 branching & release -- 2023-09-16 update Joel Brobecker
@ 2023-09-18 18:29 ` Tom Tromey
  2023-09-18 20:02   ` Tom Tromey
  2023-09-18 21:32 ` Luis Machado
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Tromey @ 2023-09-18 18:29 UTC (permalink / raw)
  To: Joel Brobecker via Gdb-patches; +Cc: Joel Brobecker

>>>>> "Joel" == Joel Brobecker via Gdb-patches <gdb-patches@sourceware.org> writes:

Joel> Added Since the Last Update:
Joel> ----------------------------

Joel>   < none >

I'd like to get 2 DAP series in, if possible.

1. https://sourceware.org/pipermail/gdb-patches/2023-September/202123.html

This series is waiting for an assignment.
I think it is in progress.

2. https://sourceware.org/pipermail/gdb-patches/2023-September/202169.html

I plan to check this in sometime this week, unless there are comments.


My goal here is to make the first release with DAP support relatively
full-featured.

Tom

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

* Re: GDB 14 branching & release -- 2023-09-16 update
  2023-09-18 18:29 ` Tom Tromey
@ 2023-09-18 20:02   ` Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2023-09-18 20:02 UTC (permalink / raw)
  To: Tom Tromey; +Cc: Joel Brobecker via Gdb-patches

>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> I'd like to get 2 DAP series in, if possible.
[...]

I forgot this one:

3. https://sourceware.org/pipermail/gdb-patches/2023-September/202342.html

Tom

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

* Re: GDB 14 branching & release -- 2023-09-16 update
  2023-09-16 14:02 GDB 14 branching & release -- 2023-09-16 update Joel Brobecker
  2023-09-18 18:29 ` Tom Tromey
@ 2023-09-18 21:32 ` Luis Machado
  1 sibling, 0 replies; 4+ messages in thread
From: Luis Machado @ 2023-09-18 21:32 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

Hi Joel,

On 9/16/23 15:02, Joel Brobecker via Gdb-patches wrote:
> Hi everyone,
> 
> My sincere apologies for the long period of radio silence since
> the last update. It's been a busy summer :-/.
> 
> Here is a quick status of what has been discussed so far. In short,
> we're down to one PR for AArch64, which has been progress (new patch
> series posted a few days ago). Are there other issues that we should
> fix before we branch?
> 
> Otherwise, let's branch soon :-).
> 
> More detailed update:
> 
> Fixed Since the Previous Update:
> --------------------------------
> 
>  * [JohnB] Handle variable XSAVE layouts
>    https://sourceware.org/pipermail/gdb-patches/2023-July/200895.html
> 
>  * [JohnB] Fixes for multiprocess for FreeBSD's native target
>    (v2) https://sourceware.org/pipermail/gdb-patches/2023-July/200962.html
> 
> Added Since the Last Update:
> ----------------------------
> 
>   < none >
> 
> 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 v6 series (Sep 13):
>    https://sourceware.org/pipermail/gdb-patches/2023-September/202418.html
> 
>    SME2 v4 series (Sep 13):
>    https://sourceware.org/pipermail/gdb-patches/2023-September/202425.html

I have now sent v7/v5 of SME1/SME2, so I'm expecting some closure for this one soon.

Thanks for keeping track of the release.

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 14:02 GDB 14 branching & release -- 2023-09-16 update Joel Brobecker
2023-09-18 18:29 ` Tom Tromey
2023-09-18 20:02   ` Tom Tromey
2023-09-18 21:32 ` Luis Machado

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).