[committed] : [PATCH 2/5] move tp installation to cmd_qtdp

Yao Qi yao@codesourcery.com
Thu Mar 15 13:00:00 GMT 2012


On 03/15/2012 03:20 AM, Pedro Alves wrote:
>> > +
>> >        download_tracepoint (tpoint);
>> > -      install_tracepoint (tpoint, own_buf);
>> > +
>> > +      if (tpoint->type == trap_tracepoint || tp == NULL)
>> > +	install_tracepoint (tpoint, own_buf);
>> > +      else
>> > +	write_ok (own_buf);
> 
> This will need a bit of adjustment for the case where installing the
> tracepoint fails already in the tree.

This chunk is rebased to CVS trunk, to handle the case when failed to
install.

> 
> Otherwise okay.

This is what I applied.
http://sourceware.org/ml/gdb-cvs/2012-03/msg00194.html

-- 
Yao (齐尧)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-move-tp-installation-to-cmd_qtdp.patch
Type: text/x-patch
Size: 3445 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20120315/49820f09/attachment.bin>


More information about the Gdb-patches mailing list