public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* GDB 8.3 release update (2019-04-30)
@ 2019-04-30 21:22 Joel Brobecker
  2019-05-01  2:45 ` Eli Zaretskii
  2019-05-01 14:41 ` Tom Tromey
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-04-30 21:22 UTC (permalink / raw)
  To: gdb-patches

Hello,

I think the following got fixed since the last update:

   * [TomT] Control characters in source causes infinite loop
     https://sourceware.org/ml/gdb-patches/2019-03/msg00611.html

     Fixed by: Fix "list" when control characters are seen
     https://www.sourceware.org/ml/gdb-patches/2019-04/msg00158.html

   * [JoelB] GDB crash on Windows native
     https://www.sourceware.org/ml/gdb-patches/2019-04/msg00279.html

Are there any other issues that would be blocking before we create
the GDB 8.3 release?

   - I heard that there might be one known issue with styling
     that Tom tried to look at but couldn't reproduce?

   - I also see that we have the following patch waiting for review:

       [PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
       https://www.sourceware.org/ml/gdb-patches/2019-04/msg00489.html

     The patch seems simple and safe, but I would need more study time
     to convince myself that there aren't other approaches that might
     be more interesting to take. Was anyone planning on reviewing it?

Anything else I might have missed?

Thanks you!
-- 
Joel

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

* Re: GDB 8.3 release update (2019-04-30)
  2019-04-30 21:22 GDB 8.3 release update (2019-04-30) Joel Brobecker
@ 2019-05-01  2:45 ` Eli Zaretskii
  2019-05-03  8:06   ` Eli Zaretskii
  2019-05-01 14:41 ` Tom Tromey
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-05-01  2:45 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

> Date: Tue, 30 Apr 2019 14:22:24 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> I think the following got fixed since the last update:
> 
>    * [TomT] Control characters in source causes infinite loop
>      https://sourceware.org/ml/gdb-patches/2019-03/msg00611.html
> 
>      Fixed by: Fix "list" when control characters are seen
>      https://www.sourceware.org/ml/gdb-patches/2019-04/msg00158.html
> 
>    * [JoelB] GDB crash on Windows native
>      https://www.sourceware.org/ml/gdb-patches/2019-04/msg00279.html
> 
> Are there any other issues that would be blocking before we create
> the GDB 8.3 release?
> 
>    - I heard that there might be one known issue with styling
>      that Tom tried to look at but couldn't reproduce?
> 
>    - I also see that we have the following patch waiting for review:
> 
>        [PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
>        https://www.sourceware.org/ml/gdb-patches/2019-04/msg00489.html
> 
>      The patch seems simple and safe, but I would need more study time
>      to convince myself that there aren't other approaches that might
>      be more interesting to take. Was anyone planning on reviewing it?
> 
> Anything else I might have missed?

I'd like to fix the problem with constructing the directory of
separate debug info on Windows, and also fix the compilation problem
with CONSOLE_FONT_INFO.  I intend to push changes for both in the next
couple of days.

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

* Re: GDB 8.3 release update (2019-04-30)
  2019-04-30 21:22 GDB 8.3 release update (2019-04-30) Joel Brobecker
  2019-05-01  2:45 ` Eli Zaretskii
@ 2019-05-01 14:41 ` Tom Tromey
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2019-05-01 14:41 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

Joel>    - I heard that there might be one known issue with styling
Joel>      that Tom tried to look at but couldn't reproduce?

I'll try again today.

Joel>    - I also see that we have the following patch waiting for review:

Joel>        [PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
Joel>        https://www.sourceware.org/ml/gdb-patches/2019-04/msg00489.html

Joel>      The patch seems simple and safe, but I would need more study time
Joel>      to convince myself that there aren't other approaches that might
Joel>      be more interesting to take. Was anyone planning on reviewing it?

It's a partial revert of an earlier patch, and it fixes some valgrind
errors on the Fedora-i686 buildbot, so I think the default ought to be
to check it in.

Tom

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

* Re: GDB 8.3 release update (2019-04-30)
  2019-05-01  2:45 ` Eli Zaretskii
@ 2019-05-03  8:06   ` Eli Zaretskii
  2019-05-03 16:01     ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-05-03  8:06 UTC (permalink / raw)
  To: brobecker; +Cc: gdb-patches

> Date: Wed, 01 May 2019 05:45:07 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> CC: gdb-patches@sourceware.org
> 
> > Anything else I might have missed?
> 
> I'd like to fix the problem with constructing the directory of
> separate debug info on Windows, and also fix the compilation problem
> with CONSOLE_FONT_INFO.  I intend to push changes for both in the next
> couple of days.

Both issues now fixed on both the master and the 8.3 branch.

Thanks.

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

* Re: GDB 8.3 release update (2019-04-30)
  2019-05-03  8:06   ` Eli Zaretskii
@ 2019-05-03 16:01     ` Joel Brobecker
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2019-05-03 16:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

> > I'd like to fix the problem with constructing the directory of
> > separate debug info on Windows, and also fix the compilation problem
> > with CONSOLE_FONT_INFO.  I intend to push changes for both in the next
> > couple of days.
> 
> Both issues now fixed on both the master and the 8.3 branch.

Excellent, thanks for letting me know. Tom and I will try to have
the patches from master going through our nightly testing over
the weekend, to see if AdaCore's testsuite picks anything up.

-- 
Joel

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

end of thread, other threads:[~2019-05-03 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 21:22 GDB 8.3 release update (2019-04-30) Joel Brobecker
2019-05-01  2:45 ` Eli Zaretskii
2019-05-03  8:06   ` Eli Zaretskii
2019-05-03 16:01     ` Joel Brobecker
2019-05-01 14:41 ` Tom Tromey

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