* GDB 7.1 release planning...
@ 2010-01-08 4:21 Joel Brobecker
2010-01-08 9:24 ` Tristan Gingold
` (4 more replies)
0 siblings, 5 replies; 21+ messages in thread
From: Joel Brobecker @ 2010-01-08 4:21 UTC (permalink / raw)
To: gdb
Hello,
Time flies. I didn't realize this, but the tentative date for creating
the GDB 7.1 branch was set to Jan 20th, so only 12 days away from now.
It might be a little tight (or not) depending on what we'd like to have
in this release.
Is there anything that would be blocking for the branch creation?
There is a Wiki page for the gdb-7.1 release:
http://sourceware.org/gdb/wiki/GDB_7.1_Release
There's been one item for a while but it's about documentation,
which is not blocking for the branch (might already be done too).
Anything that would be highly desirable and would potentially
justify delaying the branch?
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: GDB 7.1 release planning...
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
@ 2010-01-08 9:24 ` Tristan Gingold
2010-01-08 11:08 ` Joel Brobecker
2010-01-08 13:49 ` Jan Kratochvil
` (3 subsequent siblings)
4 siblings, 1 reply; 21+ messages in thread
From: Tristan Gingold @ 2010-01-08 9:24 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On Jan 8, 2010, at 5:21 AM, Joel Brobecker wrote:
> Anything that would be highly desirable and would potentially
> justify delaying the branch?
I'd like to improve the behaviour on Darwin. Most of the work has already been integrated and I think the
last submitted patch would go in before the dead-line.
The last known issue is proper handling of common symbols, but this work is not yet ready. I will see
if I can submit this before Jan 15th.
Tristan.
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: GDB 7.1 release planning...
2010-01-08 9:24 ` Tristan Gingold
@ 2010-01-08 11:08 ` Joel Brobecker
0 siblings, 0 replies; 21+ messages in thread
From: Joel Brobecker @ 2010-01-08 11:08 UTC (permalink / raw)
To: Tristan Gingold; +Cc: gdb
> I'd like to improve the behaviour on Darwin. Most of the work has
> already been integrated and I think the last submitted patch would go
> in before the dead-line.
This makes sense to me. Can you add a reference to the patches currently
outstanding in the gdb-7.0 release page (wiki)? Or, if you prefer, you
can send the URLs to me, and I'll update the page.
> The last known issue is proper handling of common symbols, but this
> work is not yet ready. I will see if I can submit this before Jan
> 15th.
OK. If you manage to make a change that only influences Darwin,
and you think the patch is safe enough, you can elect to put it
in the branch as well (your decision as the Darwin maintainer).
--
Joel
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
2010-01-08 9:24 ` Tristan Gingold
@ 2010-01-08 13:49 ` Jan Kratochvil
2010-01-08 18:44 ` Michael Snyder
2010-01-09 3:08 ` Joel Brobecker
2010-01-08 13:53 ` Daniel Jacobowitz
` (2 subsequent siblings)
4 siblings, 2 replies; 21+ messages in thread
From: Jan Kratochvil @ 2010-01-08 13:49 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
Hi Joel,
On Fri, 08 Jan 2010 05:21:17 +0100, Joel Brobecker wrote:
> Is there anything that would be blocking for the branch creation?
I thought about check-in in PIE for 7.1 but it slipped a bit for me now:
http://sourceware.org/ml/gdb-patches/2009-11/msg00167.html
Going to try to catch up with the schedule (and do a re-post).
Thanks,
Jan
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: GDB 7.1 release planning...
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
2010-01-08 9:24 ` Tristan Gingold
2010-01-08 13:49 ` Jan Kratochvil
@ 2010-01-08 13:53 ` Daniel Jacobowitz
2010-01-08 16:14 ` Tom Tromey
2010-01-08 19:28 ` Stan Shebs
2010-01-13 23:17 ` Michael Snyder
4 siblings, 1 reply; 21+ messages in thread
From: Daniel Jacobowitz @ 2010-01-08 13:53 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb, Tom Tromey
On Fri, Jan 08, 2010 at 08:21:17AM +0400, Joel Brobecker wrote:
> Is there anything that would be blocking for the branch creation?
> There is a Wiki page for the gdb-7.1 release:
>
> http://sourceware.org/gdb/wiki/GDB_7.1_Release
My two cents, since I'm not the one doing the work - but I received
complaints that enough Python bits for the GTK filtered backtrace
script were not in 7.0. How much has been merged since the 7.0
release?
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 13:53 ` Daniel Jacobowitz
@ 2010-01-08 16:14 ` Tom Tromey
2010-01-09 3:18 ` Joel Brobecker
0 siblings, 1 reply; 21+ messages in thread
From: Tom Tromey @ 2010-01-08 16:14 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
>>>>> "Daniel" == Daniel Jacobowitz <dan@codesourcery.com> writes:
Daniel> On Fri, Jan 08, 2010 at 08:21:17AM +0400, Joel Brobecker wrote:
>> Is there anything that would be blocking for the branch creation?
>> There is a Wiki page for the gdb-7.1 release:
>>
>> http://sourceware.org/gdb/wiki/GDB_7.1_Release
Daniel> My two cents, since I'm not the one doing the work - but I received
Daniel> complaints that enough Python bits for the GTK filtered backtrace
Daniel> script were not in 7.0. How much has been merged since the 7.0
Daniel> release?
Not very much, mostly just bug fixes.
The filtered backtrace work is not fully baked yet. We know it is still
missing some needed features, at least.
Tom
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 16:14 ` Tom Tromey
@ 2010-01-09 3:18 ` Joel Brobecker
2010-01-11 19:58 ` Tom Tromey
0 siblings, 1 reply; 21+ messages in thread
From: Joel Brobecker @ 2010-01-09 3:18 UTC (permalink / raw)
To: Tom Tromey; +Cc: gdb
> The filtered backtrace work is not fully baked yet. We know it is still
> missing some needed features, at least.
Is this important enough that we want to make it a priority? Do we know
which pieces need some work.
On a side note, what about the Google SoC work? I think it was about
inferior-events, right? I tried to look at it a few weeks ago, out
of curiosity, but couldn't find which branch it is a part of? Does
anyone know? How far are we from being able to submit the code for
inclusion in the FSF tree? I don't want us to press this feature for
7.1, but it'd be nice to not lose all this work. I volunteer to
clean it up later this year.
--
Joel
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-09 3:18 ` Joel Brobecker
@ 2010-01-11 19:58 ` Tom Tromey
2010-01-14 4:54 ` Joel Brobecker
0 siblings, 1 reply; 21+ messages in thread
From: Tom Tromey @ 2010-01-11 19:58 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
>> The filtered backtrace work is not fully baked yet. We know it is still
>> missing some needed features, at least.
Joel> Is this important enough that we want to make it a priority? Do we
Joel> know which pieces need some work.
I'd say it is the second-most-used Python-based feature.
There are a few bug reports about the replacement for "bt" (this written
entirely in Python). It doesn't always do what users need. The details
are in the list archives, I can dig them up if anybody is interested in
working on this.
Also, it doesn't work with MI.
So, while I think it is a worthwhile feature, it needs enough work that
I don't think we should wait for it for 7.1.
Joel> On a side note, what about the Google SoC work? I think it was about
Joel> inferior-events, right? I tried to look at it a few weeks ago, out
Joel> of curiosity, but couldn't find which branch it is a part of? Does
Joel> anyone know? How far are we from being able to submit the code for
Joel> inclusion in the FSF tree? I don't want us to press this feature for
Joel> 7.1, but it'd be nice to not lose all this work. I volunteer to
Joel> clean it up later this year.
I thought it was on a branch in archer, but I don't see it right now.
The author posted a patch series to the archer list. I had a number of
comments, which nobody has addressed yet. So, I think it is promising
but not ready to go in.
Right now most of our Python work is in fixing bugs in pretty printing.
I'd like us to get back to implementing new features, and I think that
will happen sometime, but we have a lot of things going on and so it is
hard to say exactly when.
Tom
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
` (2 preceding siblings ...)
2010-01-08 13:53 ` Daniel Jacobowitz
@ 2010-01-08 19:28 ` Stan Shebs
2010-01-08 22:32 ` Pedro Alves
2010-01-13 23:17 ` Michael Snyder
4 siblings, 1 reply; 21+ messages in thread
From: Stan Shebs @ 2010-01-08 19:28 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
Joel Brobecker wrote:
> Hello,
>
> Time flies. I didn't realize this, but the tentative date for creating
> the GDB 7.1 branch was set to Jan 20th, so only 12 days away from now.
> It might be a little tight (or not) depending on what we'd like to have
> in this release.
>
I think my host-side tracepoint bits will, fingers crossed, be mostly in
by then, but they would be a whole lot more interesting if Pedro's
tracepoint support for gdbserver additions were also there. However, I
don't know schedule for submission of those changes.
Stan
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: GDB 7.1 release planning...
2010-01-08 19:28 ` Stan Shebs
@ 2010-01-08 22:32 ` Pedro Alves
2010-01-08 23:46 ` Stan Shebs
0 siblings, 1 reply; 21+ messages in thread
From: Pedro Alves @ 2010-01-08 22:32 UTC (permalink / raw)
To: gdb; +Cc: Stan Shebs, Joel Brobecker
On Friday 08 January 2010 19:28:02, Stan Shebs wrote:
>
> I think my host-side tracepoint bits will, fingers crossed, be mostly in
> by then, but they would be a whole lot more interesting if Pedro's
> tracepoint support for gdbserver additions were also there. However, I
> don't know schedule for submission of those changes.
Couple of weeks or three, but I've no firm schedule. 12 days
seems tight (the whole of CodeSourcery will be busy that week
with anual meetings or stuck in planes).
--
Pedro Alves
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 22:32 ` Pedro Alves
@ 2010-01-08 23:46 ` Stan Shebs
2010-01-09 3:31 ` Joel Brobecker
0 siblings, 1 reply; 21+ messages in thread
From: Stan Shebs @ 2010-01-08 23:46 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb, Stan Shebs, Joel Brobecker
Pedro Alves wrote:
> On Friday 08 January 2010 19:28:02, Stan Shebs wrote:
>
>> I think my host-side tracepoint bits will, fingers crossed, be mostly in
>> by then, but they would be a whole lot more interesting if Pedro's
>> tracepoint support for gdbserver additions were also there. However, I
>> don't know schedule for submission of those changes.
>>
>
> Couple of weeks or three, but I've no firm schedule. 12 days
> seems tight (the whole of CodeSourcery will be busy that week
> with anual meetings or stuck in planes).
>
I'll just drone on extra long in my preso, that will give you plenty of
time. :-)
In any case, I think the gdbserver bits are sufficiently exciting to be
worth pushing back 7.1 by a couple weeks. Plus we lose some momentum if
new tracepoint features are in 7.1, but target-side code with which to
try them out doesn't show up until 7.2.
Stan
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 23:46 ` Stan Shebs
@ 2010-01-09 3:31 ` Joel Brobecker
2010-01-09 16:52 ` Marc Khouzam
2010-01-11 14:36 ` Pedro Alves
0 siblings, 2 replies; 21+ messages in thread
From: Joel Brobecker @ 2010-01-09 3:31 UTC (permalink / raw)
To: Stan Shebs; +Cc: Pedro Alves, gdb
> In any case, I think the gdbserver bits are sufficiently exciting to
> be worth pushing back 7.1 by a couple weeks. Plus we lose some
> momentum if new tracepoint features are in 7.1, but target-side code
> with which to try them out doesn't show up until 7.2.
I think that would be fine - I don't want the dates, which are somewhat
chose arbitrarily on a roughly-6-months-calendar, to hurt certain new
features. We pretty much did the same for Python the last time. Also,
I don't think people are waiting for 7.1 with as much anticipation as
they did for 7.0. It took a lot of time and effort before we were ready!
New proposed dates: Branch & Pre-release: Feb 10. That's 3 extra weeks.
Are you guys pretty confident you can make it? That would put the
tentative a couple of weeks later, around Feb 24 [1].
--
Joel
[1]: Note that I will not be available Feb 20-24 (incl), and then Mar 01-02.
^ permalink raw reply [flat|nested] 21+ messages in thread
* RE: GDB 7.1 release planning...
2010-01-09 3:31 ` Joel Brobecker
@ 2010-01-09 16:52 ` Marc Khouzam
2010-01-11 9:48 ` Joel Brobecker
2010-01-11 14:31 ` Pedro Alves
2010-01-11 14:36 ` Pedro Alves
1 sibling, 2 replies; 21+ messages in thread
From: Marc Khouzam @ 2010-01-09 16:52 UTC (permalink / raw)
To: Joel Brobecker, Stan Shebs; +Cc: Pedro Alves, gdb
> > In any case, I think the gdbserver bits are sufficiently exciting to
> > be worth pushing back 7.1 by a couple weeks. Plus we lose some
> > momentum if new tracepoint features are in 7.1, but target-side code
> > with which to try them out doesn't show up until 7.2.
>
> I think that would be fine - I don't want the dates, which are somewhat
> chose arbitrarily on a roughly-6-months-calendar, to hurt certain new
> features. We pretty much did the same for Python the last time. Also,
> I don't think people are waiting for 7.1 with as much anticipation as
> they did for 7.0. It took a lot of time and effort before we were ready!
>
> New proposed dates: Branch & Pre-release: Feb 10. That's 3 extra weeks.
> Are you guys pretty confident you can make it? That would put the
> tentative a couple of weeks later, around Feb 24 [1].
What is the feeling on the new "MI core awareness" feature that Volodya has posted,
making it into 7.1?
Thanks
Marc
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-09 16:52 ` Marc Khouzam
@ 2010-01-11 9:48 ` Joel Brobecker
2010-01-11 14:31 ` Pedro Alves
1 sibling, 0 replies; 21+ messages in thread
From: Joel Brobecker @ 2010-01-11 9:48 UTC (permalink / raw)
To: Marc Khouzam; +Cc: Stan Shebs, Pedro Alves, gdb
> What is the feeling on the new "MI core awareness" feature that
> Volodya has posted, making it into 7.1?
I don't feel qualified to answer, but perhaps if I said that I don't
see any problem with that, someone else might step in and give a more
authoritative answer? ;-)
--
Joel
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-09 16:52 ` Marc Khouzam
2010-01-11 9:48 ` Joel Brobecker
@ 2010-01-11 14:31 ` Pedro Alves
1 sibling, 0 replies; 21+ messages in thread
From: Pedro Alves @ 2010-01-11 14:31 UTC (permalink / raw)
To: Marc Khouzam; +Cc: Joel Brobecker, Stan Shebs, gdb
Hi Marc,
On Saturday 09 January 2010 16:49:36, Marc Khouzam wrote:
> What is the feeling on the new "MI core awareness" feature that Volodya has posted,
> making it into 7.1?
Good chances, I'd say.
--
Pedro Alves
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-09 3:31 ` Joel Brobecker
2010-01-09 16:52 ` Marc Khouzam
@ 2010-01-11 14:36 ` Pedro Alves
1 sibling, 0 replies; 21+ messages in thread
From: Pedro Alves @ 2010-01-11 14:36 UTC (permalink / raw)
To: Joel Brobecker, Marc Khouzam; +Cc: Stan Shebs, gdb
On Saturday 09 January 2010 03:31:34, Joel Brobecker wrote:
> New proposed dates: Branch & Pre-release: Feb 10. That's 3 extra weeks.
> Are you guys pretty confident you can make it? That would put the
> tentative a couple of weeks later, around Feb 24 [1].
Probably, thanks. Note that we also have further tracepoint
actions and breakpoint commands unification and MI tracepoints
support in the queue. Eclipse is being enhanced with tracepoint
support and is relying on these changes, so it would be nice to
have them in 7.1 too. Not sure who has the ball on those,
either Stan or Vladimir, not me, I think.
--
Pedro Alves
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: GDB 7.1 release planning...
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
` (3 preceding siblings ...)
2010-01-08 19:28 ` Stan Shebs
@ 2010-01-13 23:17 ` Michael Snyder
2010-01-14 3:30 ` Joel Brobecker
4 siblings, 1 reply; 21+ messages in thread
From: Michael Snyder @ 2010-01-13 23:17 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
Joel Brobecker wrote:
> There is a Wiki page for the gdb-7.1 release:
>
> http://sourceware.org/gdb/wiki/GDB_7.1_Release
How come there are no dates on the wiki page?
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2010-01-14 4:54 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 4:21 GDB 7.1 release planning Joel Brobecker
2010-01-08 9:24 ` Tristan Gingold
2010-01-08 11:08 ` Joel Brobecker
2010-01-08 13:49 ` Jan Kratochvil
2010-01-08 18:44 ` Michael Snyder
2010-01-09 3:08 ` Joel Brobecker
2010-01-08 13:53 ` Daniel Jacobowitz
2010-01-08 16:14 ` Tom Tromey
2010-01-09 3:18 ` Joel Brobecker
2010-01-11 19:58 ` Tom Tromey
2010-01-14 4:54 ` Joel Brobecker
2010-01-08 19:28 ` Stan Shebs
2010-01-08 22:32 ` Pedro Alves
2010-01-08 23:46 ` Stan Shebs
2010-01-09 3:31 ` Joel Brobecker
2010-01-09 16:52 ` Marc Khouzam
2010-01-11 9:48 ` Joel Brobecker
2010-01-11 14:31 ` Pedro Alves
2010-01-11 14:36 ` Pedro Alves
2010-01-13 23:17 ` Michael Snyder
2010-01-14 3:30 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox