Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Patches for MI reverse execution commands: FSF paperwork completed
@ 2009-11-18 12:51 Jakob Engblom
  2009-11-26 23:49 ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Jakob Engblom @ 2009-11-18 12:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tomas Holmberg

Hi!

As I was asked to by Tom Tromey, here is an alert that the two last
Virtutech-provided patches for reverse execution commands in MI have now been
cleared with the FSF. Copyright assignment is complete. 

The patches in question are at:

http://sourceware.org/ml/gdb-patches/2009-09/msg00017.html

and

http://sourceware.org/ml/gdb-patches/2009-09/msg00010.html

They touch

src/gdb/mi/mi-main.c and  src/gdb/testsuite/gdb.mi/mi-reverse.exp

Best regards,

/jakob

_______________________________________________________

Jakob Engblom, PhD, Technical Marketing Manager

Virtutech                   Direct: +46 8 690 07 47   
Drottningholmsvägen 22      Mobile: +46 709 242 646  
11243 Stockholm             Web:    www.virtutech.com 
Sweden
________________________________________________________
  



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

* Re: Patches for MI reverse execution commands: FSF paperwork completed
  2009-11-18 12:51 Patches for MI reverse execution commands: FSF paperwork completed Jakob Engblom
@ 2009-11-26 23:49 ` Michael Snyder
  2009-12-03 15:17   ` Jakob Engblom
  2009-12-03 17:11   ` Vladimir Prus
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Snyder @ 2009-11-26 23:49 UTC (permalink / raw)
  To: Vladimir Prus; +Cc: gdb-patches

Vladimer, are we ready to commit these now?

Jakob Engblom wrote:
> Hi!
> 
> As I was asked to by Tom Tromey, here is an alert that the two last
> Virtutech-provided patches for reverse execution commands in MI have now been
> cleared with the FSF. Copyright assignment is complete. 
> 
> The patches in question are at:
> 
> http://sourceware.org/ml/gdb-patches/2009-09/msg00017.html
> 
> and
> 
> http://sourceware.org/ml/gdb-patches/2009-09/msg00010.html
> 
> They touch
> 
> src/gdb/mi/mi-main.c and  src/gdb/testsuite/gdb.mi/mi-reverse.exp
> 
> Best regards,
> 
> /jakob
> 
> _______________________________________________________
> 
> Jakob Engblom, PhD, Technical Marketing Manager
> 
> Virtutech                   Direct: +46 8 690 07 47   
> Drottningholmsvägen 22      Mobile: +46 709 242 646  
> 11243 Stockholm             Web:    www.virtutech.com 
> Sweden
> ________________________________________________________
>   
> 
> 
> 


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

* RE: Patches for MI reverse execution commands: FSF paperwork completed
  2009-11-26 23:49 ` Michael Snyder
@ 2009-12-03 15:17   ` Jakob Engblom
  2009-12-03 16:59     ` Michael Snyder
  2009-12-03 17:11   ` Vladimir Prus
  1 sibling, 1 reply; 6+ messages in thread
From: Jakob Engblom @ 2009-12-03 15:17 UTC (permalink / raw)
  To: gdb-patches

> Vladimer, are we ready to commit these now?

Any news on this?

/jakob


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

* Re: Patches for MI reverse execution commands: FSF paperwork completed
  2009-12-03 15:17   ` Jakob Engblom
@ 2009-12-03 16:59     ` Michael Snyder
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Snyder @ 2009-12-03 16:59 UTC (permalink / raw)
  To: Jakob Engblom; +Cc: gdb-patches, Vladimir Prus

Jakob Engblom wrote:
>> Vladimer, are we ready to commit these now?
> 
> Any news on this?
> 
> /jakob

Vladimer?


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

* Re: Patches for MI reverse execution commands: FSF paperwork completed
  2009-11-26 23:49 ` Michael Snyder
  2009-12-03 15:17   ` Jakob Engblom
@ 2009-12-03 17:11   ` Vladimir Prus
  2009-12-03 17:20     ` Joel Brobecker
  1 sibling, 1 reply; 6+ messages in thread
From: Vladimir Prus @ 2009-12-03 17:11 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb-patches

On Friday 27 November 2009 02:44:41 Michael Snyder wrote:

> Vladimer, are we ready to commit these now?
> 
> Jakob Engblom wrote:
> > Hi!
> > 
> > As I was asked to by Tom Tromey, here is an alert that the two last
> > Virtutech-provided patches for reverse execution commands in MI have now been
> > cleared with the FSF. Copyright assignment is complete. 
> > 
> > The patches in question are at:
> > 
> > http://sourceware.org/ml/gdb-patches/2009-09/msg00017.html
> > 
> > and
> > 
> > http://sourceware.org/ml/gdb-patches/2009-09/msg00010.html

Somehow, I do not see any actual patches at the above URLS, or in
the follow-ups -- only changelog entries? Is the mailing list
archive unwell?

- Volodya


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

* Re: Patches for MI reverse execution commands: FSF paperwork  completed
  2009-12-03 17:11   ` Vladimir Prus
@ 2009-12-03 17:20     ` Joel Brobecker
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2009-12-03 17:20 UTC (permalink / raw)
  To: Vladimir Prus; +Cc: Michael Snyder, gdb-patches

> Somehow, I do not see any actual patches at the above URLS, or in
> the follow-ups -- only changelog entries? Is the mailing list
> archive unwell?

Just double-checked, and nope. There was no patch in the message
whose URL was provided. You have to go back to the Aug archives
to retrieve the first messages, where the patches are.

-- 
Joel


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

end of thread, other threads:[~2009-12-03 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-18 12:51 Patches for MI reverse execution commands: FSF paperwork completed Jakob Engblom
2009-11-26 23:49 ` Michael Snyder
2009-12-03 15:17   ` Jakob Engblom
2009-12-03 16:59     ` Michael Snyder
2009-12-03 17:11   ` Vladimir Prus
2009-12-03 17:20     ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox