public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 10 branching - 2020-07-03 Update
@ 2020-07-03 17:57 Joel Brobecker
  2020-07-03 18:15 ` Rainer Orth
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joel Brobecker @ 2020-07-03 17:57 UTC (permalink / raw)
  To: gdb-patches
  Cc: Rainer Orth, Pedro Alves, Simon Marchi, Sebastian Huber,
	Eli Zaretskii, Christian Biesinger, Andrew Burgess, Tom Tromey,
	Hannes Domani

Hi everyone,

Here is a the current status in terms of the GDB 10 release branching.
As you can see, we had a significant number of new items added since
last time.

As always, let us know if you have comments on those, or if there are
other issues you think we should be aware of.

Thank you!

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

  * [TomDV (reported by LuisM)] <PR gdb/26175>
    Regression on testsuite due to changes to default_target_compile
    https://sourceware.org/bugzilla/show_bug.cgi?id=26175

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

  * [RainerO]
    Unify Solaris procfs and largefile handling
    https://sourceware.org/pipermail/gdb-patches/2020-June/169977.html

    Seems to require a fair amount of coordination. binutils seems
    on board; what about GCC (for the part in config/)?

  * [Pedro/Simon (reported by SimonM)] <PR gdb/26199>
    GDB goes in busy loop when interrupting non-stop program
    https://sourceware.org/bugzilla/show_bug.cgi?id=26199

  * [??? (reported by Simon)]
    Add support for Guile 2.2
    https://sourceware.org/pipermail/gdb-patches/2020-June/169936.html

    Looking for a GDB Maintainer feeling competent enough to review
    the patch. If not, I suggest we go with Simon's approach of
    a basic review for the generic requirements and check for obvious
    red flags.

  * [SebastianH (review by AndrewB] <PR sim/26194>
    sim/igen: Fix linker error with GCC-10/-fno-common
    https://sourceware.org/pipermail/gdb-patches/2020-July/170083.html

    Approved, so push should be imminent.

  * [SebastianH (review by AndrewB]
    sim/ppc: Fix linker error with GCC-10/-fno-common
    https://sourceware.org/pipermail/gdb-patches/2020-July/170084.html

    Approved, so push should be imminent.

  * [EliZ]
    binutils: libctf build failure on Windows with mingw.org's MinGW
    https://sourceware.org/pipermail/gdb-patches/2020-July/170042.html

  * [ChristianB (reported by Eli)]
    Update gnulib to include fixes needed for mingw.org's MinGW
    https://sourceware.org/pipermail/gdb-patches/2020-June/169987.html

    https://sourceware.org/pipermail/gdb-patches/2020-July/170059.html

  * [EliZ]
    gdbserver: incorrect socklen_t configure test on mingw.org's MinGW
    https://sourceware.org/pipermail/gdb-patches/2020-July/170019.html

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

  * [AndrewB]
    Fix Python unwinders and inline frames
    https://sourceware.org/pipermail/gdb-patches/2020-June/169789.html

    Difficult issue to solve. Andrew mentioned he would appreciate
    feedback from others who might be familiar with this area
    (inline frames hanlding), and just sent another ping about it,
    warning that it would be pushed in a next couple of days if
    no comments. Andrew provided in his commit revlog a very detailed
    explanation of the situation.

  * [TomT/HannesD] <PR win32/25302>
    Mismatching fstat() function calls in gdb_bfd_open() and cache_bstat()
    https://sourceware.org/bugzilla/show_bug.cgi?id=25302

    Latest discussion at:
    https://sourceware.org/pipermail/gdb-patches/2020-June/169670.html

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

  <none>

-- 
Joel

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

* Re: GDB 10 branching - 2020-07-03 Update
  2020-07-03 17:57 GDB 10 branching - 2020-07-03 Update Joel Brobecker
@ 2020-07-03 18:15 ` Rainer Orth
  2020-07-06 21:18 ` Sandra Loosemore
  2020-07-07 22:54 ` Kevin Buettner
  2 siblings, 0 replies; 5+ messages in thread
From: Rainer Orth @ 2020-07-03 18:15 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

Hi Joel,

> Added Since the Last Update:
> ----------------------------
>
>   * [RainerO]
>     Unify Solaris procfs and largefile handling
>     https://sourceware.org/pipermail/gdb-patches/2020-June/169977.html
>
>     Seems to require a fair amount of coordination. binutils seems
>     on board; what about GCC (for the part in config/)?

while largefile.m4 lives in the GCC tree, it isn't used anywhere.  I'll
thus have to sync the file back once it's landed in binutils-gdb, but
that's it.

	Rainer

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

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

* Re: GDB 10 branching - 2020-07-03 Update
  2020-07-03 17:57 GDB 10 branching - 2020-07-03 Update Joel Brobecker
  2020-07-03 18:15 ` Rainer Orth
@ 2020-07-06 21:18 ` Sandra Loosemore
  2020-07-07  0:44   ` Sandra Loosemore
  2020-07-07 22:54 ` Kevin Buettner
  2 siblings, 1 reply; 5+ messages in thread
From: Sandra Loosemore @ 2020-07-06 21:18 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches; +Cc: Pedro Alves, Simon Marchi, Tom Tromey

On 7/3/20 11:57 AM, Joel Brobecker wrote:
> Hi everyone,
> 
> Here is a the current status in terms of the GDB 10 release branching.
> As you can see, we had a significant number of new items added since
> last time.
> 
> As always, let us know if you have comments on those, or if there are
> other issues you think we should be aware of.

I have a couple of testsuite patches that have not been approved yet. 
Any hope of getting these in?

https://sourceware.org/pipermail/gdb-patches/2020-June/169894.html
https://sourceware.org/pipermail/gdb-patches/2020-June/169865.html

I'm also working on a third one that I will try to post by the end of 
today; it's for bugs in gdb testglue support introduced in commit 
24ac169ac5a918cd82b7485935f0c40a094c625e relating to remote-host testing 
and polluting the source directory with .o files in random places.

-Sandra

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

* Re: GDB 10 branching - 2020-07-03 Update
  2020-07-06 21:18 ` Sandra Loosemore
@ 2020-07-07  0:44   ` Sandra Loosemore
  0 siblings, 0 replies; 5+ messages in thread
From: Sandra Loosemore @ 2020-07-07  0:44 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches; +Cc: Simon Marchi, Pedro Alves, Tom Tromey

On 7/6/20 3:18 PM, Sandra Loosemore wrote:
> On 7/3/20 11:57 AM, Joel Brobecker wrote:
>> Hi everyone,
>>
>> Here is a the current status in terms of the GDB 10 release branching.
>> As you can see, we had a significant number of new items added since
>> last time.
>>
>> As always, let us know if you have comments on those, or if there are
>> other issues you think we should be aware of.
> 
> I have a couple of testsuite patches that have not been approved yet. 
> Any hope of getting these in?
> 
> https://sourceware.org/pipermail/gdb-patches/2020-June/169894.html
> https://sourceware.org/pipermail/gdb-patches/2020-June/169865.html
> 
> I'm also working on a third one that I will try to post by the end of 
> today; it's for bugs in gdb testglue support introduced in commit 
> 24ac169ac5a918cd82b7485935f0c40a094c625e relating to remote-host testing 
> and polluting the source directory with .o files in random places.

This is the third patch described above:

https://sourceware.org/pipermail/gdb-patches/2020-July/170224.html

That's all I have in my queue at present, but I know my colleague Paul 
Carroll is waiting for approval of an almost-trivial documentation patch 
which I've reviewed but can't officially approve:

https://sourceware.org/pipermail/gdb-patches/2020-June/169739.html

-Sandra

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

* Re: GDB 10 branching - 2020-07-03 Update
  2020-07-03 17:57 GDB 10 branching - 2020-07-03 Update Joel Brobecker
  2020-07-03 18:15 ` Rainer Orth
  2020-07-06 21:18 ` Sandra Loosemore
@ 2020-07-07 22:54 ` Kevin Buettner
  2 siblings, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2020-07-07 22:54 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches, Pedro Alves, Simon Marchi, Tom Tromey

I'd like to see my fixes for BZ 25631 go into GDB 10.  Here's the bug:

https://sourceware.org/bugzilla/show_bug.cgi?id=25631

And a link to the current (v4) patch set:

https://sourceware.org/pipermail/gdb-patches/2020-July/170158.html

Kevin


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

end of thread, other threads:[~2020-07-07 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 17:57 GDB 10 branching - 2020-07-03 Update Joel Brobecker
2020-07-03 18:15 ` Rainer Orth
2020-07-06 21:18 ` Sandra Loosemore
2020-07-07  0:44   ` Sandra Loosemore
2020-07-07 22:54 ` Kevin Buettner

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