public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 13 release -- 2022-10-29 update
@ 2022-10-29 18:51 Joel Brobecker
  2022-10-31 12:27 ` Andrew Burgess
  2022-11-02 16:28 ` Luis Machado
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-10-29 18:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Hi everyone,

Here is a quick update on all the items currently on our radar
for GDB 13. Philippe's changes are still waiting for approval.
It would be nice if someone more current with GDB development
than I took a look, but if not, I will put it on my list of
patches to review towards late Nov.

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

  * [Torbjörn] PR gdb/28549
    ARM/Cortex-M: improper stack unwinding when the target is in lockup state
    https://sourceware.org/bugzilla/show_bug.cgi?id=28549

    PR still open, but assume fixed based on Torbjörn's email:
    https://sourceware.org/pipermail/gdb-patches/2022-October/193182.html

  * [Torbjörn]
    gdb/arm: Handle lazy FPU state preservation

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

  * [TomT] PR c++/29243
    infinite loop in generic_value_print
    https://sourceware.org/bugzilla/show_bug.cgi?id=29243

    Patch submitted on Oct 18th:
    https://sourceware.org/pipermail/gdb-patches/2022-October/192804.html
    Just approved :).

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

  * [PhilippeW]
    Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno

    v3 here: https://sourceware.org/pipermail/gdb-patches/2022-June/189824.html

  * [TomT] PR symtab/29105
    new DWARF reader still slow
    https://sourceware.org/bugzilla/show_bug.cgi?id=29105

    The subject of this PR and the initial message mention that
    the index cache is still faster than the new DWARF reader.
    But reading following discussions, it's not clear to me
    anymore what this ticket is about, or what's left to do.
    I will follow up on the PR itself.

Thank you all!
-- 
Joel

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

* Re: GDB 13 release -- 2022-10-29 update
  2022-10-29 18:51 GDB 13 release -- 2022-10-29 update Joel Brobecker
@ 2022-10-31 12:27 ` Andrew Burgess
  2022-11-02 16:28 ` Luis Machado
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Burgess @ 2022-10-31 12:27 UTC (permalink / raw)
  To: Joel Brobecker via Gdb-patches, gdb-patches; +Cc: Joel Brobecker

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

> Hi everyone,
>
> Here is a quick update on all the items currently on our radar
> for GDB 13. Philippe's changes are still waiting for approval.
> It would be nice if someone more current with GDB development
> than I took a look, but if not, I will put it on my list of
> patches to review towards late Nov.

I'd like to add gdb/29712 to the list please.  Tom de Vries' part has
been merged.  There's a V2 for my work here:

  https://sourceware.org/pipermail/gdb-patches/2022-October/193217.html

Thanks,
Andrew


>
> Fixed Since the Previous Update:
> --------------------------------
>
>   * [Torbjörn] PR gdb/28549
>     ARM/Cortex-M: improper stack unwinding when the target is in lockup state
>     https://sourceware.org/bugzilla/show_bug.cgi?id=28549
>
>     PR still open, but assume fixed based on Torbjörn's email:
>     https://sourceware.org/pipermail/gdb-patches/2022-October/193182.html
>
>   * [Torbjörn]
>     gdb/arm: Handle lazy FPU state preservation
>
> Added Since the Last Update:
> ----------------------------
>
>   * [TomT] PR c++/29243
>     infinite loop in generic_value_print
>     https://sourceware.org/bugzilla/show_bug.cgi?id=29243
>
>     Patch submitted on Oct 18th:
>     https://sourceware.org/pipermail/gdb-patches/2022-October/192804.html
>     Just approved :).
>
> Other Ongoing Items:
> --------------------
>
>   * [PhilippeW]
>     Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
>
>     v3 here: https://sourceware.org/pipermail/gdb-patches/2022-June/189824.html
>
>   * [TomT] PR symtab/29105
>     new DWARF reader still slow
>     https://sourceware.org/bugzilla/show_bug.cgi?id=29105
>
>     The subject of this PR and the initial message mention that
>     the index cache is still faster than the new DWARF reader.
>     But reading following discussions, it's not clear to me
>     anymore what this ticket is about, or what's left to do.
>     I will follow up on the PR itself.
>
> Thank you all!
> -- 
> Joel


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

* Re: GDB 13 release -- 2022-10-29 update
  2022-10-29 18:51 GDB 13 release -- 2022-10-29 update Joel Brobecker
  2022-10-31 12:27 ` Andrew Burgess
@ 2022-11-02 16:28 ` Luis Machado
  2022-11-02 18:28   ` Joel Brobecker
  1 sibling, 1 reply; 4+ messages in thread
From: Luis Machado @ 2022-11-02 16:28 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

Hi Joel,

On 10/29/22 19:51, Joel Brobecker via Gdb-patches wrote:
> Hi everyone,
> 
> Here is a quick update on all the items currently on our radar
> for GDB 13. Philippe's changes are still waiting for approval.
> It would be nice if someone more current with GDB development
> than I took a look, but if not, I will put it on my list of
> patches to review towards late Nov.
> 
> Fixed Since the Previous Update:
> --------------------------------
> 
>    * [Torbj�rn] PR gdb/28549
>      ARM/Cortex-M: improper stack unwinding when the target is in lockup state
>      https://sourceware.org/bugzilla/show_bug.cgi?id=28549
> 
>      PR still open, but assume fixed based on Torbj�rn's email:
>      https://sourceware.org/pipermail/gdb-patches/2022-October/193182.html
> 
>    * [Torbj�rn]
>      gdb/arm: Handle lazy FPU state preservation
> 
> Added Since the Last Update:
> ----------------------------
> 
>    * [TomT] PR c++/29243
>      infinite loop in generic_value_print
>      https://sourceware.org/bugzilla/show_bug.cgi?id=29243
> 
>      Patch submitted on Oct 18th:
>      https://sourceware.org/pipermail/gdb-patches/2022-October/192804.html
>      Just approved :).
> 
> Other Ongoing Items:
> --------------------
> 
>    * [PhilippeW]
>      Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
> 
>      v3 here: https://sourceware.org/pipermail/gdb-patches/2022-June/189824.html
> 
>    * [TomT] PR symtab/29105
>      new DWARF reader still slow
>      https://sourceware.org/bugzilla/show_bug.cgi?id=29105
> 
>      The subject of this PR and the initial message mention that
>      the index cache is still faster than the new DWARF reader.
>      But reading following discussions, it's not clear to me
>      anymore what this ticket is about, or what's left to do.
>      I will follow up on the PR itself.
> 
> Thank you all!

I'd like to include https://sourceware.org/bugzilla/show_bug.cgi?id=29738 to the GDB 13 list, which
is still under investigation for a proper fix.

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

* Re: GDB 13 release -- 2022-10-29 update
  2022-11-02 16:28 ` Luis Machado
@ 2022-11-02 18:28   ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-11-02 18:28 UTC (permalink / raw)
  To: Luis Machado; +Cc: Joel Brobecker, gdb-patches

> I'd like to include
> https://sourceware.org/bugzilla/show_bug.cgi?id=29738 to the GDB 13
> list, which is still under investigation for a proper fix.

OK for me, Luis. Thanks for flagging that one.

-- 
Joel

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

end of thread, other threads:[~2022-11-02 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29 18:51 GDB 13 release -- 2022-10-29 update Joel Brobecker
2022-10-31 12:27 ` Andrew Burgess
2022-11-02 16:28 ` Luis Machado
2022-11-02 18:28   ` 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).