* ambiguous linespec decision point
@ 2011-11-30 17:10 Tom Tromey
2011-11-30 23:15 ` Sergio Durigan Junior
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Tom Tromey @ 2011-11-30 17:10 UTC (permalink / raw)
To: GDB Development
It is time to decide whether the ambiguous linespec patch should go in
for 7.4 or be delayed until 7.5. Since I am ready to be done with this
patch, I don't think I can be really objective about it, so I am looking
for input on this topic.
At this point the patch is regression free, according to the test suite,
and Joel has fixed the remaining problems shown by the AdaCore test
suite.
The main risk is just that the patch is quite large and so there may be
regressions lurking that the test suite has not revealed.
I think the absence of any reply, after a day or two, I will check it
all in.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-11-30 17:10 ambiguous linespec decision point Tom Tromey
@ 2011-11-30 23:15 ` Sergio Durigan Junior
2011-11-30 23:31 ` Joel Brobecker
2011-12-01 17:10 ` Phil Muldoon
2011-12-01 13:04 ` Gary Benson
2011-12-01 21:52 ` Tom Tromey
2 siblings, 2 replies; 7+ messages in thread
From: Sergio Durigan Junior @ 2011-11-30 23:15 UTC (permalink / raw)
To: Tom Tromey; +Cc: GDB Development
Tom Tromey <tromey@redhat.com> writes:
> It is time to decide whether the ambiguous linespec patch should go in
> for 7.4 or be delayed until 7.5. Since I am ready to be done with this
> patch, I don't think I can be really objective about it, so I am looking
> for input on this topic.
>
> At this point the patch is regression free, according to the test suite,
> and Joel has fixed the remaining problems shown by the AdaCore test
> suite.
>
> The main risk is just that the patch is quite large and so there may be
> regressions lurking that the test suite has not revealed.
I know my opinion does not count that much, but I think it is OK to
check it in since you both spent quite some time hunting and solving
bugs on this. Moreover, after the branching we would have two weeks
IIRC to find some regression and fix it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-11-30 23:15 ` Sergio Durigan Junior
@ 2011-11-30 23:31 ` Joel Brobecker
2011-12-01 17:10 ` Phil Muldoon
1 sibling, 0 replies; 7+ messages in thread
From: Joel Brobecker @ 2011-11-30 23:31 UTC (permalink / raw)
To: Sergio Durigan Junior; +Cc: Tom Tromey, GDB Development
> I know my opinion does not count that much, but I think it is OK to
> check it in since you both spent quite some time hunting and solving
> bugs on this. Moreover, after the branching we would have two weeks
> IIRC to find some regression and fix it.
I think what I will do if the patch goes in is create the branch
right after, and then wait a week before creating the first pre-
release. And then plan for the official releasee 2 weeks later.
That gives us a week to find potential bugs before we ask for wider
testing...
--
Joel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-11-30 17:10 ambiguous linespec decision point Tom Tromey
2011-11-30 23:15 ` Sergio Durigan Junior
@ 2011-12-01 13:04 ` Gary Benson
2011-12-01 16:55 ` Joel Brobecker
2011-12-01 21:52 ` Tom Tromey
2 siblings, 1 reply; 7+ messages in thread
From: Gary Benson @ 2011-12-01 13:04 UTC (permalink / raw)
To: gdb
Tom Tromey wrote:
> It is time to decide whether the ambiguous linespec patch should go
> in for 7.4 or be delayed until 7.5. Since I am ready to be done
> with this patch, I don't think I can be really objective about it,
> so I am looking for input on this topic.
>
> At this point the patch is regression free, according to the test
> suite, and Joel has fixed the remaining problems shown by the
> AdaCore test suite.
>
> The main risk is just that the patch is quite large and so there may
> be regressions lurking that the test suite has not revealed.
For what it's worth, I've been using the branch for the past few weeks
while I've been working on the inline function breakpoint stuff, and
I've not noticed anything awful.
Cheers,
Gary
--
http://gbenson.net/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-12-01 13:04 ` Gary Benson
@ 2011-12-01 16:55 ` Joel Brobecker
0 siblings, 0 replies; 7+ messages in thread
From: Joel Brobecker @ 2011-12-01 16:55 UTC (permalink / raw)
To: gdb
> For what it's worth, I've been using the branch for the past few weeks
> while I've been working on the inline function breakpoint stuff, and
> I've not noticed anything awful.
I think it's very useful to get feedback from real life use - thank you!
--
Joel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-11-30 23:15 ` Sergio Durigan Junior
2011-11-30 23:31 ` Joel Brobecker
@ 2011-12-01 17:10 ` Phil Muldoon
1 sibling, 0 replies; 7+ messages in thread
From: Phil Muldoon @ 2011-12-01 17:10 UTC (permalink / raw)
To: Sergio Durigan Junior; +Cc: Tom Tromey, GDB Development
Sergio Durigan Junior <sergiodj@redhat.com> writes:
> Tom Tromey <tromey@redhat.com> writes:
>
>> It is time to decide whether the ambiguous linespec patch should go in
>> for 7.4 or be delayed until 7.5. Since I am ready to be done with this
>> patch, I don't think I can be really objective about it, so I am looking
>> for input on this topic.
>>
>> At this point the patch is regression free, according to the test suite,
>> and Joel has fixed the remaining problems shown by the AdaCore test
>> suite.
>>
>> The main risk is just that the patch is quite large and so there may be
>> regressions lurking that the test suite has not revealed.
>
> I know my opinion does not count that much, but I think it is OK to
> check it in since you both spent quite some time hunting and solving
> bugs on this. Moreover, after the branching we would have two weeks
> IIRC to find some regression and fix it.
I agree with Sergio, and even if the test period goes on a week or two
more, the value this patch would bring is great.
Cheers,
Phil
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ambiguous linespec decision point
2011-11-30 17:10 ambiguous linespec decision point Tom Tromey
2011-11-30 23:15 ` Sergio Durigan Junior
2011-12-01 13:04 ` Gary Benson
@ 2011-12-01 21:52 ` Tom Tromey
2 siblings, 0 replies; 7+ messages in thread
From: Tom Tromey @ 2011-12-01 21:52 UTC (permalink / raw)
To: GDB Development
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> I think the absence of any reply, after a day or two, I will check it
Tom> all in.
Just FYI, based on current replies, I plan to check this in on Monday.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-01 21:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30 17:10 ambiguous linespec decision point Tom Tromey
2011-11-30 23:15 ` Sergio Durigan Junior
2011-11-30 23:31 ` Joel Brobecker
2011-12-01 17:10 ` Phil Muldoon
2011-12-01 13:04 ` Gary Benson
2011-12-01 16:55 ` Joel Brobecker
2011-12-01 21:52 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox