public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 12 preparation -- 2022-02-20 update
@ 2022-02-20 11:43 Joel Brobecker
  2022-02-21 12:14 ` Andrew Burgess
  2022-02-22 19:34 ` John Baldwin
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-02-20 11:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hi everyone,

A quick update regarding the list of issues currently identified
as being a priority for GDB 12. Overall, we can see that there is
progress :-).


---

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

  <none>


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

  <none>


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

  * [BarisA/AndrewB] <PR cli/28833>
    Ctrl-D distorts GDB prompt
    https://sourceware.org/bugzilla/show_bug.cgi?id=28833


        Baris requested that we consider the bug above, which seems
        to be a GDB 11 regression for Baris.

        Andrew posted progress on the PR. Currently coordinating
        with the readline maintainers (seems to be progressing well)...

  * [AndrewB] create GDB/MI commands using python

        Explicit request to include in GDB 12; accepted as the patches
        were sent prior to the start of the GDB 12 release process.

        Latest version (v3) posted by Andrew is waiting for review:
        https://sourceware.org/pipermail/gdb-patches/2022-February/185821.html

  * [JohnB] gdbsupport: Add an event-pipe
    https://sourceware.org/pipermail/gdb-patches/2022-January/185345.html

        v4 has been reviewed by TomT (Jan 14th). I reviewed the following
        patches:
          - #4/15 (new, and enables async mode inside of target_resume)
          - #5/15 (just slightly adjusted after #4)
          - #7/15 (inf_ptrace::wait now returns IGNORE instead of
            throwing  when waitpid fails)

        As far as I know, the whole series has been approved, now.


Reminder: Tentative Schedule:
-----------------------------

  - GDB 12 branching 2 months from now (~Mar 20-25);
  - GDB 12.1 release 2 weeks later, so early Apr.

-- 
Joel

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

* Re: GDB 12 preparation -- 2022-02-20 update
  2022-02-20 11:43 GDB 12 preparation -- 2022-02-20 update Joel Brobecker
@ 2022-02-21 12:14 ` Andrew Burgess
  2022-02-22  1:50   ` Joel Brobecker
  2022-02-22 19:34 ` John Baldwin
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Burgess @ 2022-02-21 12:14 UTC (permalink / raw)
  To: Joel Brobecker via Gdb-patches, gdb-patches; +Cc: Joel Brobecker

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

> Other Ongoing Items:
> --------------------
>
>   * [BarisA/AndrewB] <PR cli/28833>
>     Ctrl-D distorts GDB prompt
>     https://sourceware.org/bugzilla/show_bug.cgi?id=28833
>
>
>         Baris requested that we consider the bug above, which seems
>         to be a GDB 11 regression for Baris.
>
>         Andrew posted progress on the PR. Currently coordinating
>         with the readline maintainers (seems to be progressing well)...

My ideal solution here would be to have an official readline patch
committed upstream, which we can then backport, along with a GDB patch,
to fix this issue.

If it looks like a readline patch isn't going to appear any time soon,
then I'll post something later this week which we can consider - maybe
just including it in the GDB 12 branch, and then wait for an official
readline patch to include in master.

But I think we can give upstream readline a few more days to see how
that plays out.

Thanks,
Andrew


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

* Re: GDB 12 preparation -- 2022-02-20 update
  2022-02-21 12:14 ` Andrew Burgess
@ 2022-02-22  1:50   ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-02-22  1:50 UTC (permalink / raw)
  To: Andrew Burgess; +Cc: Joel Brobecker via Gdb-patches, Joel Brobecker

Hi Andrew,

> > Other Ongoing Items:
> > --------------------
> >
> >   * [BarisA/AndrewB] <PR cli/28833>
> >     Ctrl-D distorts GDB prompt
> >     https://sourceware.org/bugzilla/show_bug.cgi?id=28833
> >
> >
> >         Baris requested that we consider the bug above, which seems
> >         to be a GDB 11 regression for Baris.
> >
> >         Andrew posted progress on the PR. Currently coordinating
> >         with the readline maintainers (seems to be progressing well)...
> 
> My ideal solution here would be to have an official readline patch
> committed upstream, which we can then backport, along with a GDB patch,
> to fix this issue.
> 
> If it looks like a readline patch isn't going to appear any time soon,
> then I'll post something later this week which we can consider - maybe
> just including it in the GDB 12 branch, and then wait for an official
> readline patch to include in master.
> 
> But I think we can give upstream readline a few more days to see how
> that plays out.

Agreed. I don't think we're in a rush, since we are still a month
away from our target branching date.

-- 
Joel

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

* Re: GDB 12 preparation -- 2022-02-20 update
  2022-02-20 11:43 GDB 12 preparation -- 2022-02-20 update Joel Brobecker
  2022-02-21 12:14 ` Andrew Burgess
@ 2022-02-22 19:34 ` John Baldwin
  1 sibling, 0 replies; 4+ messages in thread
From: John Baldwin @ 2022-02-22 19:34 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

On 2/20/22 3:43 AM, Joel Brobecker via Gdb-patches wrote:
>    * [JohnB] gdbsupport: Add an event-pipe
>      https://sourceware.org/pipermail/gdb-patches/2022-January/185345.html
> 
>          v4 has been reviewed by TomT (Jan 14th). I reviewed the following
>          patches:
>            - #4/15 (new, and enables async mode inside of target_resume)
>            - #5/15 (just slightly adjusted after #4)
>            - #7/15 (inf_ptrace::wait now returns IGNORE instead of
>              throwing  when waitpid fails)
> 
>          As far as I know, the whole series has been approved, now.

Thanks for the review, I've pushed the series now.

-- 
John Baldwin

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

end of thread, other threads:[~2022-02-22 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-20 11:43 GDB 12 preparation -- 2022-02-20 update Joel Brobecker
2022-02-21 12:14 ` Andrew Burgess
2022-02-22  1:50   ` Joel Brobecker
2022-02-22 19:34 ` John Baldwin

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