* reminder: tentative date for branching is this coming monday...
@ 2013-01-31 1:05 Joel Brobecker
2013-01-31 10:51 ` Yao Qi
` (3 more replies)
0 siblings, 4 replies; 15+ messages in thread
From: Joel Brobecker @ 2013-01-31 1:05 UTC (permalink / raw)
To: gdb
... and I haven't received any feedback, so far.
I think we need to wait for the aarch64 changes, since they've been
held because of me.
I would have liked to have the x64 SEH unwinder in as well, but
I don't understand the issues well enough and won't have time to
address them quickly enough, so unfortunately, these will have to
be in the following release...
Anything else?
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: reminder: tentative date for branching is this coming monday...
2013-01-31 1:05 reminder: tentative date for branching is this coming monday Joel Brobecker
@ 2013-01-31 10:51 ` Yao Qi
2013-02-01 3:42 ` Joel Brobecker
2013-01-31 16:25 ` Sergio Durigan Junior
` (2 subsequent siblings)
3 siblings, 1 reply; 15+ messages in thread
From: Yao Qi @ 2013-01-31 10:51 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On 01/31/2013 09:05 AM, Joel Brobecker wrote:
> Anything else?
Joel,
I would like the "=tsv-modified" MI notification patch
(http://sourceware.org/ml/gdb-patches/2013-01/msg00714.html) goes in,
because we've already have "=tsv-created" and "=tsv-deleted" and good to
bundle these three in a release, which is good to MI frontend.
The other patch series "MI notification on trace started/stopped (V3)"
have many changes, so I suggest we can put them in after this release.
--
Yao (é½å°§)
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: reminder: tentative date for branching is this coming monday...
2013-01-31 1:05 reminder: tentative date for branching is this coming monday Joel Brobecker
2013-01-31 10:51 ` Yao Qi
@ 2013-01-31 16:25 ` Sergio Durigan Junior
2013-02-01 3:52 ` Joel Brobecker
2013-01-31 23:18 ` Pedro Alves
2013-02-04 22:55 ` Hui Zhu
3 siblings, 1 reply; 15+ messages in thread
From: Sergio Durigan Junior @ 2013-01-31 16:25 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On Wednesday, January 30 2013, Joel Brobecker wrote:
> Anything else?
Not critical/urgent, but I would like to get the PRPSINFO patch in.
It's already reviewed for the GDB side, and the BFD side is only missing
some target-handling bits... I will try to get those addressed ASAP,
but will let you know if I think it's not feasible.
Thanks,
--
Sergio
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: reminder: tentative date for branching is this coming monday...
2013-01-31 16:25 ` Sergio Durigan Junior
@ 2013-02-01 3:52 ` Joel Brobecker
2013-02-01 20:18 ` Sergio Durigan Junior
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2013-02-01 3:52 UTC (permalink / raw)
To: Sergio Durigan Junior; +Cc: gdb
> > Anything else?
>
> Not critical/urgent, but I would like to get the PRPSINFO patch in.
> It's already reviewed for the GDB side, and the BFD side is only missing
> some target-handling bits... I will try to get those addressed ASAP,
> but will let you know if I think it's not feasible.
No problem, it looks like you are getting closer. I've added you
to the TODO list at:
http://sourceware.org/gdb/wiki/GDB_7.6_Release
Would you be able to add the URLs to the discussions on gdb-patches,
for reference?
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: reminder: tentative date for branching is this coming monday...
2013-02-01 3:52 ` Joel Brobecker
@ 2013-02-01 20:18 ` Sergio Durigan Junior
2013-02-04 18:42 ` Sergio Durigan Junior
0 siblings, 1 reply; 15+ messages in thread
From: Sergio Durigan Junior @ 2013-02-01 20:18 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On Friday, February 01 2013, Joel Brobecker wrote:
> No problem, it looks like you are getting closer. I've added you
> to the TODO list at:
>
> http://sourceware.org/gdb/wiki/GDB_7.6_Release
>
> Would you be able to add the URLs to the discussions on gdb-patches,
> for reference?
Thanks a lot Joel, URLs added.
--
Sergio
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: reminder: tentative date for branching is this coming monday...
2013-02-01 20:18 ` Sergio Durigan Junior
@ 2013-02-04 18:42 ` Sergio Durigan Junior
2013-02-04 20:31 ` Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Sergio Durigan Junior @ 2013-02-04 18:42 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On Friday, February 01 2013, I wrote:
> On Friday, February 01 2013, Joel Brobecker wrote:
>
>> No problem, it looks like you are getting closer. I've added you
>> to the TODO list at:
>>
>> http://sourceware.org/gdb/wiki/GDB_7.6_Release>
>> Would you be able to add the URLs to the discussions on gdb-patches,
>> for reference?
>
> Thanks a lot Joel, URLs added.
Just FYI, the patches have been committed today, so I moved the task to
the "Done" section.
Thanks,
--
Sergio
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: reminder: tentative date for branching is this coming monday...
2013-01-31 1:05 reminder: tentative date for branching is this coming monday Joel Brobecker
2013-01-31 10:51 ` Yao Qi
2013-01-31 16:25 ` Sergio Durigan Junior
@ 2013-01-31 23:18 ` Pedro Alves
2013-02-01 0:41 ` Joel Brobecker
2013-02-04 22:55 ` Hui Zhu
3 siblings, 1 reply; 15+ messages in thread
From: Pedro Alves @ 2013-01-31 23:18 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On 01/31/2013 01:05 AM, Joel Brobecker wrote:
> ... and I haven't received any feedback, so far.
>
> I think we need to wait for the aarch64 changes, since they've been
> held because of me.
I was going to look at them today, but got distracted with the
prpsinfo_t stuff. I'll try hard to look at the native and gdbserver
bits tomorrow. I believe the rest is about ready.
--
Pedro Alves
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: reminder: tentative date for branching is this coming monday...
2013-01-31 1:05 reminder: tentative date for branching is this coming monday Joel Brobecker
` (2 preceding siblings ...)
2013-01-31 23:18 ` Pedro Alves
@ 2013-02-04 22:55 ` Hui Zhu
2013-02-05 2:05 ` Joel Brobecker
3 siblings, 1 reply; 15+ messages in thread
From: Hui Zhu @ 2013-02-04 22:55 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
Hi Joel,
Sorry for my late.
Not critical or urgent, but I would like to get the ctf support patch in.
Thanks,
Hui
On Thu, Jan 31, 2013 at 9:05 AM, Joel Brobecker <brobecker@adacore.com> wrote:
> ... and I haven't received any feedback, so far.
>
> I think we need to wait for the aarch64 changes, since they've been
> held because of me.
>
> I would have liked to have the x64 SEH unwinder in as well, but
> I don't understand the issues well enough and won't have time to
> address them quickly enough, so unfortunately, these will have to
> be in the following release...
>
> Anything else?
>
> --
> Joel
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: reminder: tentative date for branching is this coming monday...
2013-02-04 22:55 ` Hui Zhu
@ 2013-02-05 2:05 ` Joel Brobecker
2013-02-05 2:39 ` Hui Zhu
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2013-02-05 2:05 UTC (permalink / raw)
To: Hui Zhu; +Cc: gdb
> Not critical or urgent, but I would like to get the ctf support patch in.
It really depends on how much you think it is going to take
to get approval for the patches. If it's close, then we can
wait for a few days. But otherwise, it might be best to wait
for the next release.
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: reminder: tentative date for branching is this coming monday...
2013-02-05 2:05 ` Joel Brobecker
@ 2013-02-05 2:39 ` Hui Zhu
0 siblings, 0 replies; 15+ messages in thread
From: Hui Zhu @ 2013-02-05 2:39 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb
On Tue, Feb 5, 2013 at 10:05 AM, Joel Brobecker <brobecker@adacore.com> wrote:
>> Not critical or urgent, but I would like to get the ctf support patch in.
>
> It really depends on how much you think it is going to take
> to get approval for the patches. If it's close, then we can
> wait for a few days. But otherwise, it might be best to wait
> for the next release.
>
> --
> Joel
Thanks Joel,
I will try my best. And if I really cannot get approve before branch,
I think next release is OK for me.
Best,
Hui
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-02-05 2:39 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-31 1:05 reminder: tentative date for branching is this coming monday Joel Brobecker
2013-01-31 10:51 ` Yao Qi
2013-02-01 3:42 ` Joel Brobecker
2013-02-01 9:50 ` Yao Qi
2013-02-01 20:43 ` Pedro Alves
2013-01-31 16:25 ` Sergio Durigan Junior
2013-02-01 3:52 ` Joel Brobecker
2013-02-01 20:18 ` Sergio Durigan Junior
2013-02-04 18:42 ` Sergio Durigan Junior
2013-02-04 20:31 ` Joel Brobecker
2013-01-31 23:18 ` Pedro Alves
2013-02-01 0:41 ` Joel Brobecker
2013-02-04 22:55 ` Hui Zhu
2013-02-05 2:05 ` Joel Brobecker
2013-02-05 2:39 ` Hui Zhu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox