This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. b0a16e66b0391025b04acb79af36d4618379cb14


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  b0a16e66b0391025b04acb79af36d4618379cb14 (commit)
      from  bf7105a442e58c3444b096f30fd59c5c8acfd362 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b0a16e66b0391025b04acb79af36d4618379cb14

commit b0a16e66b0391025b04acb79af36d4618379cb14
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Dec 19 14:33:07 2013 -0700

    introduce async_callback_ftype
    
    This introduces async_callback_ftype.  This is needed for
    make-target-delegates to work properly, as it doesn't implement a real
    parser.  I think it's also an ok cleanup in its own right.
    
    2014-01-15  Tom Tromey  <tromey@redhat.com>
    
    	* target.h (async_callback_ftype): New typedef.
    	(struct target_ops) <to_async>: Use it.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/target.h  |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]