public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 11 branching update (2021-06-13)
@ 2021-06-13 14:31 Joel Brobecker
  2021-06-13 14:57 ` Philippe Waroquiers
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Joel Brobecker @ 2021-06-13 14:31 UTC (permalink / raw)
  To: gdb-patches
  Cc: Joel Brobecker, tdevries, simon.marchi, kevinb, ro, luis.machado,
	bernd.edlinger, pedro, tom, Sergey.Belyashov

Hey Team,

Here is another udpate of where we are. We've actually made more
progress than one might think by just looking at the number of items
alone, so last week was a good week. Keep it up :).


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

  * [Simon] <PR gdb/27899>
    [GNU/Linux, sparc64] GDB crashes when debugging multithreaded programs
    https://sourceware.org/bugzilla/show_bug.cgi?id=27899


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

  < none :) >

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

  * [TomDV] <PR symtab/26327>
    GDB hangs in get_builder() due to recursive ancestor pointers
    https://sourceware.org/bugzilla/show_bug.cgi?id=26327

    2021-06-09: Patch submitted:
    https://sourceware.org/pipermail/gdb-patches/2021-June/179750.html

  * [Simon/Kevin] <PR gdb/27526>
    Attaching to threaded process on glibc 2.33: libthread_db fails to initialize with "generic error"
    https://sourceware.org/bugzilla/show_bug.cgi?id=27526

    2021-06-10: Looks like we're getting close. New patch series from
    Kevin, with positive reviews (modulo minor comments or questions):
    https://sourceware.org/pipermail/gdb-patches/2021-June/179786.html

  * [RainerO] <PR binutils/27666>
    ar doesn't create indices on Solaris/sparcv9
    https://sourceware.org/bugzilla/show_bug.cgi?id=27666

    Causes large number of tests to fail in gdb's testsuite.

    2021-06-09: Binutils patch pushed to master should normally
    make the issue go away (waiting for confirmation):
    https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f75bcf7e574c511f0ea742e05e5ae6e19bf29a92

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

  * [Bernd/PedroA/TomT] TUI issues from mouse-support patch
    https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html

    Under discussion, but looks like there is good progress.
    It's a bit difficult for me to follow the discussions because
    I don't know TUI -- would you let me know when you think
    all blocking issues have been resolved?

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

  * [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

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

    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.

Thank you!
-- 
Joel

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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-13 14:31 GDB 11 branching update (2021-06-13) Joel Brobecker
@ 2021-06-13 14:57 ` Philippe Waroquiers
  2021-06-13 15:30   ` Joel Brobecker
  2021-06-14  7:44 ` Kevin Buettner
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Philippe Waroquiers @ 2021-06-13 14:57 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches

The below patch completes/fixes the user manual and gdb --help.

Eli has has reviewed the user manual changes, I have fixed the 2 comments he gave.
The --help changes are quite trivial (only fixes in the help text and a small
change so that -w --windows starts the TUI if configured).

https://sourceware.org/pipermail/gdb-patches/2021-June/179834.html


It is for sure not critical, but might be suitable for GDB 11

Thanks
Philippe


On Sun, 2021-06-13 at 07:31 -0700, Joel Brobecker wrote:
> Hey Team,
> 
> Here is another udpate of where we are. We've actually made more
> progress than one might think by just looking at the number of items
> alone, so last week was a good week. Keep it up :).
> 
> 
> Fixed Since the Previous Update:
> --------------------------------
> 
>   * [Simon] <PR gdb/27899>
>     [GNU/Linux, sparc64] GDB crashes when debugging multithreaded programs
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27899
> 
> 
> Added Since the Last Update:
> ----------------------------
> 
>   < none :) >
> 
> Other Ongoing Items:
> --------------------
> 
>   * [TomDV] <PR symtab/26327>
>     GDB hangs in get_builder() due to recursive ancestor pointers
>     https://sourceware.org/bugzilla/show_bug.cgi?id=26327
> 
>     2021-06-09: Patch submitted:
>     https://sourceware.org/pipermail/gdb-patches/2021-June/179750.html
> 
>   * [Simon/Kevin] <PR gdb/27526>
>     Attaching to threaded process on glibc 2.33: libthread_db fails to initialize with "generic error"
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27526
> 
>     2021-06-10: Looks like we're getting close. New patch series from
>     Kevin, with positive reviews (modulo minor comments or questions):
>     https://sourceware.org/pipermail/gdb-patches/2021-June/179786.html
> 
>   * [RainerO] <PR binutils/27666>
>     ar doesn't create indices on Solaris/sparcv9
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27666
> 
>     Causes large number of tests to fail in gdb's testsuite.
> 
>     2021-06-09: Binutils patch pushed to master should normally
>     make the issue go away (waiting for confirmation):
>     https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f75bcf7e574c511f0ea742e05e5ae6e19bf29a92
> 
>   * [LuisM] <PR corefiles/27909>
>     AArch64 MTE fixes and corefile support
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27909
> 
>   * [Bernd/PedroA/TomT] TUI issues from mouse-support patch
>     https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html
> 
>     Under discussion, but looks like there is good progress.
>     It's a bit difficult for me to follow the discussions because
>     I don't know TUI -- would you let me know when you think
>     all blocking issues have been resolved?
> 
> Not Critical, but Requested:
> ----------------------------
> 
>   * [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
> 
>   * [Sergey with Simon as reviewer] <PR tdep/26633>
>     Add Z80 CPU support
>     https://sourceware.org/bugzilla/show_bug.cgi?id=26633
> 
>     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.
> 
> Thank you!


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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-13 14:57 ` Philippe Waroquiers
@ 2021-06-13 15:30   ` Joel Brobecker
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Brobecker @ 2021-06-13 15:30 UTC (permalink / raw)
  To: Philippe Waroquiers; +Cc: Joel Brobecker, gdb-patches

> The below patch completes/fixes the user manual and gdb --help.
> 
> Eli has has reviewed the user manual changes, I have fixed the 2
> comments he gave.  The --help changes are quite trivial (only fixes in
> the help text and a small change so that -w --windows starts the TUI
> if configured).
> 
> https://sourceware.org/pipermail/gdb-patches/2021-June/179834.html
> 
> It is for sure not critical, but might be suitable for GDB 11

Thanks for the pointer, Philippe. I've added this patch to the list
of patches to keep track of. Worse case scenario, I think a patch
like that would be eligible for backporting on a release branch.

-- 
Joel

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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-13 14:31 GDB 11 branching update (2021-06-13) Joel Brobecker
  2021-06-13 14:57 ` Philippe Waroquiers
@ 2021-06-14  7:44 ` Kevin Buettner
  2021-06-17  7:36 ` Rainer Orth
  2021-06-17 11:16 ` Pedro Alves
  3 siblings, 0 replies; 8+ messages in thread
From: Kevin Buettner @ 2021-06-14  7:44 UTC (permalink / raw)
  To: Joel Brobecker
  Cc: gdb-patches, tdevries, simon.marchi, ro, luis.machado,
	bernd.edlinger, pedro, tom, Sergey.Belyashov

On Sun, 13 Jun 2021 07:31:56 -0700
Joel Brobecker <brobecker@adacore.com> wrote:

>   * [Simon/Kevin] <PR gdb/27526>
>     Attaching to threaded process on glibc 2.33: libthread_db fails to initialize with "generic error"
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27526

Simon has pushed the patch mentioned in comment 8 in that PR.

>     2021-06-10: Looks like we're getting close. New patch series from
>     Kevin, with positive reviews (modulo minor comments or questions):
>     https://sourceware.org/pipermail/gdb-patches/2021-June/179786.html

This series has also been pushed.

Kevin


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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-13 14:31 GDB 11 branching update (2021-06-13) Joel Brobecker
  2021-06-13 14:57 ` Philippe Waroquiers
  2021-06-14  7:44 ` Kevin Buettner
@ 2021-06-17  7:36 ` Rainer Orth
  2021-06-17 11:16 ` Pedro Alves
  3 siblings, 0 replies; 8+ messages in thread
From: Rainer Orth @ 2021-06-17  7:36 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

Hi Joel,

> Other Ongoing Items:
> --------------------
[...]
>   * [RainerO] <PR binutils/27666>
>     ar doesn't create indices on Solaris/sparcv9
>     https://sourceware.org/bugzilla/show_bug.cgi?id=27666
>
>     Causes large number of tests to fail in gdb's testsuite.
>
>     2021-06-09: Binutils patch pushed to master should normally
>     make the issue go away (waiting for confirmation):
>     https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f75bcf7e574c511f0ea742e05e5ae6e19bf29a92

as expected, the partial reversal fixed the issue both on the binutils
side and for gdb.  Test results are back to normal: bad (ca. 3000
FAILs), but no worse than before.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-13 14:31 GDB 11 branching update (2021-06-13) Joel Brobecker
                   ` (2 preceding siblings ...)
  2021-06-17  7:36 ` Rainer Orth
@ 2021-06-17 11:16 ` Pedro Alves
  2021-06-17 15:01   ` Hannes Domani
  2021-07-02 15:34   ` Pedro Alves
  3 siblings, 2 replies; 8+ messages in thread
From: Pedro Alves @ 2021-06-17 11:16 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches
  Cc: tdevries, simon.marchi, kevinb, ro, luis.machado, bernd.edlinger,
	tom, Sergey.Belyashov

On 2021-06-13 3:31 p.m., Joel Brobecker wrote:

>   * [Bernd/PedroA/TomT] TUI issues from mouse-support patch
>     https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html

(FWIW, this was HannesD, not Bernd)

> 
>     Under discussion, but looks like there is good progress.
>     It's a bit difficult for me to follow the discussions because
>     I don't know TUI -- would you let me know when you think
>     all blocking issues have been resolved?

I've merged the fix for this now.  I believe the issue is resolved.

I'd still like to get the NEWS and docs bits for the TUI mouse in, though.

I'll take a look at those.

Pedro Alves

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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-17 11:16 ` Pedro Alves
@ 2021-06-17 15:01   ` Hannes Domani
  2021-07-02 15:34   ` Pedro Alves
  1 sibling, 0 replies; 8+ messages in thread
From: Hannes Domani @ 2021-06-17 15:01 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches, Pedro Alves
  Cc: bernd.edlinger, tom, sergey.belyashov

Am Donnerstag, 17. Juni 2021, 13:16:42 MESZ hat Pedro Alves <pedro@palves.net> Folgendes geschrieben:

> On 2021-06-13 3:31 p.m., Joel Brobecker wrote:
>
> >  * [Bernd/PedroA/TomT] TUI issues from mouse-support patch
> >    https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html
>
> (FWIW, this was HannesD, not Bernd)
>
>
> >
> >    Under discussion, but looks like there is good progress.
> >    It's a bit difficult for me to follow the discussions because
> >    I don't know TUI -- would you let me know when you think
> >    all blocking issues have been resolved?
>
>
> I've merged the fix for this now.  I believe the issue is resolved.
>
> I'd still like to get the NEWS and docs bits for the TUI mouse in, though.
>
> I'll take a look at those.

I would like it if the locals window also made it in:
https://sourceware.org/pipermail/gdb-patches/2021-June/179539.html

Since this is the main reason I started to implement mouse support at all.


Hannes

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

* Re: GDB 11 branching update (2021-06-13)
  2021-06-17 11:16 ` Pedro Alves
  2021-06-17 15:01   ` Hannes Domani
@ 2021-07-02 15:34   ` Pedro Alves
  1 sibling, 0 replies; 8+ messages in thread
From: Pedro Alves @ 2021-07-02 15:34 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches
  Cc: tdevries, simon.marchi, kevinb, ro, luis.machado, bernd.edlinger,
	tom, Sergey.Belyashov

On 2021-06-17 12:16 p.m., Pedro Alves wrote:
> On 2021-06-13 3:31 p.m., Joel Brobecker wrote:
> 
>>   * [Bernd/PedroA/TomT] TUI issues from mouse-support patch
>>     https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html
> 
> (FWIW, this was HannesD, not Bernd)
> 
>>
>>     Under discussion, but looks like there is good progress.
>>     It's a bit difficult for me to follow the discussions because
>>     I don't know TUI -- would you let me know when you think
>>     all blocking issues have been resolved?
> 
> I've merged the fix for this now.  I believe the issue is resolved.
> 
> I'd still like to get the NEWS and docs bits for the TUI mouse in, though.

FYI, the NEWS/docs bits are now in.

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

end of thread, other threads:[~2021-07-02 15:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 14:31 GDB 11 branching update (2021-06-13) Joel Brobecker
2021-06-13 14:57 ` Philippe Waroquiers
2021-06-13 15:30   ` Joel Brobecker
2021-06-14  7:44 ` Kevin Buettner
2021-06-17  7:36 ` Rainer Orth
2021-06-17 11:16 ` Pedro Alves
2021-06-17 15:01   ` Hannes Domani
2021-07-02 15:34   ` Pedro Alves

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