public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 8.3 release -- 2019-01-23 update
@ 2019-01-23  4:46 Joel Brobecker
  2019-01-23 15:04 ` Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-01-23  4:46 UTC (permalink / raw)
  To: gdb-patches, tom

Hello everyone,.

New update for the GDB-8.3 release. Note that we are now past
the tentative branching date, which was:

        Tue Jan 15th

The wiki page for tracking known issues is at:

    https://sourceware.org/gdb/wiki/GDB_8.3_Release

Known blocking issues:
----------------------

  Only one that I know of! Anything else, please let us know.

  * [TomT/Joel] <NO PR>
    GDB UI word wrapping broken/interferes with 'set style'
    https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html
    https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html

    From what I can tell, "set style enabled off" doesn't prevent
    the problem from happening either. Tom indicated in his last
    message he has a fix, and just needs a testcase. Philippe
    indicated that it improves the situation quite a bit, but
    there are still some issues with it. I was hoping to find time
    to look into this over the weekend, but no luck :-(.

Fixed since the last update:
----------------------------

  * [TomT] tui/20819
    Binding Control-j in inputrc breaks "layout asm"
    https://sourceware.org/bugzilla/show_bug.cgi?id=20819

-- 
Joel

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

* Re: GDB 8.3 release -- 2019-01-23 update
  2019-01-23  4:46 GDB 8.3 release -- 2019-01-23 update Joel Brobecker
@ 2019-01-23 15:04 ` Tom Tromey
  2019-01-23 21:50 ` Philippe Waroquiers
  2019-01-29  6:07 ` [update/no change] GDB 8.3 release -- 2019-01-29 update (was: "GDB 8.3 release -- 2019-01-23 update") Joel Brobecker
  2 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2019-01-23 15:04 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches, tom

>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel>   Only one that I know of! Anything else, please let us know.
Joel>   * [TomT/Joel] <NO PR>
Joel>     GDB UI word wrapping broken/interferes with 'set style'
Joel>     https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html
Joel>     https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html

Joel>     From what I can tell, "set style enabled off" doesn't prevent
Joel>     the problem from happening either. Tom indicated in his last
Joel>     message he has a fix, and just needs a testcase. Philippe
Joel>     indicated that it improves the situation quite a bit, but
Joel>     there are still some issues with it. I was hoping to find time
Joel>     to look into this over the weekend, but no luck :-(.

I haven't had time either.
I need to write a test and also one more part of the fix.

Also valgrind reports an error in the TUI coming from this series.
This looks easy to fix but again I haven't found the time yet.

Tom

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

* Re: GDB 8.3 release -- 2019-01-23 update
  2019-01-23  4:46 GDB 8.3 release -- 2019-01-23 update Joel Brobecker
  2019-01-23 15:04 ` Tom Tromey
@ 2019-01-23 21:50 ` Philippe Waroquiers
  2019-01-24  3:16   ` Joel Brobecker
  2019-01-29  6:07 ` [update/no change] GDB 8.3 release -- 2019-01-29 update (was: "GDB 8.3 release -- 2019-01-23 update") Joel Brobecker
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Waroquiers @ 2019-01-23 21:50 UTC (permalink / raw)
  To: Joel Brobecker, gdb-patches, tom

The patch series should be ready to push
https://sourceware.org/ml/gdb-patches/2019-01/msg00430.html
(it just need a final confirmation that the ada-typeprint.c
is ok, the rest was reviewed by Tom).

Of course, it is not critical, so it can always be done
in the next release.

Thanks
Philippe



On Wed, 2019-01-23 at 08:46 +0400, Joel Brobecker wrote:
> Hello everyone,.
> 
> New update for the GDB-8.3 release. Note that we are now past
> the tentative branching date, which was:
> 
>         Tue Jan 15th
> 
> The wiki page for tracking known issues is at:
> 
>     https://sourceware.org/gdb/wiki/GDB_8.3_Release
> 
> Known blocking issues:
> ----------------------
> 
>   Only one that I know of! Anything else, please let us know.
> 
>   * [TomT/Joel] <NO PR>
>     GDB UI word wrapping broken/interferes with 'set style'
>     https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html
>     https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html
> 
>     From what I can tell, "set style enabled off" doesn't prevent
>     the problem from happening either. Tom indicated in his last
>     message he has a fix, and just needs a testcase. Philippe
>     indicated that it improves the situation quite a bit, but
>     there are still some issues with it. I was hoping to find time
>     to look into this over the weekend, but no luck :-(.
> 
> Fixed since the last update:
> ----------------------------
> 
>   * [TomT] tui/20819
>     Binding Control-j in inputrc breaks "layout asm"
>     https://sourceware.org/bugzilla/show_bug.cgi?id=20819
> 

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

* Re: GDB 8.3 release -- 2019-01-23 update
  2019-01-23 21:50 ` Philippe Waroquiers
@ 2019-01-24  3:16   ` Joel Brobecker
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-01-24  3:16 UTC (permalink / raw)
  To: Philippe Waroquiers; +Cc: gdb-patches, tom

Hi Philippe,

> The patch series should be ready to push
> https://sourceware.org/ml/gdb-patches/2019-01/msg00430.html
> (it just need a final confirmation that the ada-typeprint.c
> is ok, the rest was reviewed by Tom).
> 
> Of course, it is not critical, so it can always be done
> in the next release.

I will make some time to look into it this weekend.

-- 
Joel

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

* [update/no change] GDB 8.3 release -- 2019-01-29 update (was: "GDB 8.3 release -- 2019-01-23 update")
  2019-01-23  4:46 GDB 8.3 release -- 2019-01-23 update Joel Brobecker
  2019-01-23 15:04 ` Tom Tromey
  2019-01-23 21:50 ` Philippe Waroquiers
@ 2019-01-29  6:07 ` Joel Brobecker
  2 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-01-29  6:07 UTC (permalink / raw)
  To: gdb-patches, tom

A quick email to say that there has been no update since the last
time. I believe we'll be able to find some time next week to look
into the styling issue, after which we'll be able to branch.

In the meantime, I would like to propose we hold off on any patch
that might be disruptive...

Thank you!

On Wed, Jan 23, 2019 at 08:46:05AM +0400, Joel Brobecker wrote:
> Hello everyone,.
> 
> New update for the GDB-8.3 release. Note that we are now past
> the tentative branching date, which was:
> 
>         Tue Jan 15th
> 
> The wiki page for tracking known issues is at:
> 
>     https://sourceware.org/gdb/wiki/GDB_8.3_Release
> 
> Known blocking issues:
> ----------------------
> 
>   Only one that I know of! Anything else, please let us know.
> 
>   * [TomT/Joel] <NO PR>
>     GDB UI word wrapping broken/interferes with 'set style'
>     https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html
>     https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html
> 
>     From what I can tell, "set style enabled off" doesn't prevent
>     the problem from happening either. Tom indicated in his last
>     message he has a fix, and just needs a testcase. Philippe
>     indicated that it improves the situation quite a bit, but
>     there are still some issues with it. I was hoping to find time
>     to look into this over the weekend, but no luck :-(.
> 
> Fixed since the last update:
> ----------------------------
> 
>   * [TomT] tui/20819
>     Binding Control-j in inputrc breaks "layout asm"
>     https://sourceware.org/bugzilla/show_bug.cgi?id=20819
> 
> -- 
> Joel

-- 
Joel

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

end of thread, other threads:[~2019-01-29  6:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23  4:46 GDB 8.3 release -- 2019-01-23 update Joel Brobecker
2019-01-23 15:04 ` Tom Tromey
2019-01-23 21:50 ` Philippe Waroquiers
2019-01-24  3:16   ` Joel Brobecker
2019-01-29  6:07 ` [update/no change] GDB 8.3 release -- 2019-01-29 update (was: "GDB 8.3 release -- 2019-01-23 update") 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).