public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 11.1 release prep update (2021-07-17)
@ 2021-07-17 19:32 Joel Brobecker
  2021-07-19 13:49 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2021-07-17 19:32 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hi everyone,

Here is a quick update on the 11.1 release process. Quite a lot got
done in the past week, as you'll see below. Well done, and thank you!

I'm getting increasingly concerned about the 3 issues listed in
the "Other Ongoing Items", namely:
  - AArch64 MTE fixes and corefile support
  - some Python-suport changes for the TUI interface
  - DW_AT_ranges with form DW_FORM_sec_offset problem
The reason for concern is the lack of apparent attention the associated
patches or PRs seem to be getting. Links below, for those who would
like to try to help.

Thank you!

---

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

  * [Pedro] <PR gdb/28080>
    detach causes core dump
    https://sourceware.org/bugzilla/show_bug.cgi?id=28080

  * [Sergey with Simon as reviewer] <PR tdep/26633>
    Add Z80 CPU support
    https://sourceware.org/bugzilla/show_bug.cgi?id=26633

 * [SimonM] <PR gdb/28056>
   linux-tdep.c:2550: internal-error: displaced_step_prepare_status linux_displaced_step_prepare on s390x-linux-gnu
   https://sourceware.org/bugzilla/show_bug.cgi?id=28056

 * [Simon/Jonah] <PR mi/28077>
   -exec-interrupt in non-stop mode causes internal-error / assertion in target_stop
   https://sourceware.org/bugzilla/show_bug.cgi?id=28077


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

 * [Tankut] <PR mi/28076> (reported by Jonah G)
   [regression] Cannot remove condition from breakpoint from M
   https://sourceware.org/bugzilla/show_bug.cgi?id=28076

   Patch at: https://sourceware.org/pipermail/gdb-patches/2021-July/180818.html
   Code approved, just waiting for doc approval.

 * [TomT] <PR gdb/28093>
   set language unknown -> print "foo" -> GDB crash
   https://sourceware.org/bugzilla/show_bug.cgi?id=28093

   Patch on master, approved for 11.1.


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

  * [LuisM] <PR corefiles/27909>
    AArch64 MTE fixes and corefile support
    https://sourceware.org/bugzilla/show_bug.cgi?id=27909

      Status 2021-07-11:
        - 2 patches already approved
        - 1 patch under discussion -- looks like good progress between
          Pedro and Luis:
          https://sourceware.org/pipermail/gdb-patches/2021-July/180747.html
        - 1 patch waiting for review on non-AArch64 part:
          https://sourceware.org/pipermail/gdb-patches/2021-July/180537.html

  * [HannesD] some Python-suport changes for the TUI interface

       I'm getting concerned about this one, as there does not seem
       to have been a review on those patches since they were posted
       early June. There was a ping sent on June 29th.

    [PATCHv2 1/2] Implement locals TUI window
    https://sourceware.org/pipermail/gdb-patches/2021-June/179539.html
    (I think this patch should provide more information in the commit
    message about what its goal is)

    [PATCHv2 2/2] Use method children instead of to_string in pretty printers
    https://sourceware.org/pipermail/gdb-patches/2021-June/179540.html
    (same suggestion)

  * [TomDV/Simon] <PR gdb/28004>
    DW_AT_ranges with form DW_FORM_sec_offset problem
    https://sourceware.org/bugzilla/show_bug.cgi?id=28004

    Not a blocker for branching, but should be fixed before the release.


Not Critical, but Requested:
----------------------------

  * [SimonM as awesome supporter and reviewer] <PR gdb/24069>
    gdb on OSX Mojave hangs in darwin_decode_message
    https://sourceware.org/bugzilla/show_bug.cgi?id=24069

        I know that the state of GDB on MacOS is very poor at the moment,
        and so having this PR fixed for 11.1 would be very nice. I don't
        think this PR should block the release, though. This is not new,
        and I'm not sure whether we can expect for us to converge without
        too much delay. There are good signs, though, with regular
        activity on the PR, lately. So let's see how it goes...

  * [BerndE] Improve debugging of optimized code
    https://sourceware.org/pipermail/gdb-patches/2021-January/175617.html

    (2021-05-31) v2 posted at:
      [0/4] https://sourceware.org/pipermail/gdb-patches/2021-May/179367.html
      [1/4] https://sourceware.org/pipermail/gdb-patches/2021-May/179368.html
      [2/4] https://sourceware.org/pipermail/gdb-patches/2021-May/179370.html
      [3/4] https://sourceware.org/pipermail/gdb-patches/2021-May/179369.html


    Patch submitted at:
    https://sourceware.org/pipermail/gdb-patches/2020-September/172083.html

    (May 24th) High-level pre-review done at:
    https://sourceware.org/pipermail/gdb-patches/2021-May/179191.html

    No movement since then. Not blocking for branching since it would
    be safe to backport after branching. Not blocking for release either.

  * [Simon] <PR gdb/26868>
    Follow-up on x86-64 stub submission
    https://sourceware.org/bugzilla/show_bug.cgi?id=26868

    This is the submission in question:
    https://sourceware.org/pipermail/gdb-patches/2020-November/173182.html

    For me, although I am not a lawyer, I don't think we can accept
    the contribution without the author signing a copyright assignment
    form.

  * [PhilippeW] Fix/complete option list/description in manual and in gdb --help

    RFA v2 (2021-06-20):
        [RFAV2] Fix/complete option list/description in manual and in gdb --help.
        https://sourceware.org/pipermail/gdb-patches/2021-June/180186.html

-- 
Joel

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

* Re: GDB 11.1 release prep update (2021-07-17)
  2021-07-17 19:32 GDB 11.1 release prep update (2021-07-17) Joel Brobecker
@ 2021-07-19 13:49 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2021-07-19 13:49 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

On 2021-07-17 3:32 p.m., Joel Brobecker wrote:>   * [TomDV/Simon] <PR gdb/28004>
>     DW_AT_ranges with form DW_FORM_sec_offset problem
>     https://sourceware.org/bugzilla/show_bug.cgi?id=28004
> 
>     Not a blocker for branching, but should be fixed before the release.

The change proposed by Tom in the bug is probably good, on of us needs
to put it in patch form and send it.

Simon

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

end of thread, other threads:[~2021-07-19 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17 19:32 GDB 11.1 release prep update (2021-07-17) Joel Brobecker
2021-07-19 13:49 ` Simon Marchi

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