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. 82ae6c8d79c426e1b4d6f7b8d4be5292b3e9a8c5


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  82ae6c8d79c426e1b4d6f7b8d4be5292b3e9a8c5 (commit)
      from  b6a1c03a9547590a35fccda9ae358fb1cfd8befa (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=82ae6c8d79c426e1b4d6f7b8d4be5292b3e9a8c5

commit 82ae6c8d79c426e1b4d6f7b8d4be5292b3e9a8c5
Author: Tom Tromey <tromey@redhat.com>
Date:   Sun Nov 18 19:24:22 2012 -0700

    use cmd_sfunc_ftype and cmd_cfunc_ftype more
    
    This patch changes a few more spots to use either cmd_sfunc_ftype or
    cmd_cfunc_ftype, as appropriate.  This is a bit cleaner.
    
    Tested by rebuilding.
    
    2014-07-01  Tom Tromey  <tromey@redhat.com>
    
    	* breakpoint.c (add_catch_command): Use cmd_sfunc_ftype.
    	* breakpoint.h (add_catch_command): Use cmd_sfunc_ftype.
    	* cli/cli-decode.c (cmd_cfunc_eq, add_cmd, add_prefix_cmd)
    	(add_abbrev_prefix_cmd, add_info, add_com): Use cmd_cfunc_ftype.
    	* command.h (cmd_cfunc_ftype): Move earlier.
    	(add_cmd, add_prefix_cmd, add_abbrev_prefix_cmd, cmd_cfunc_eq)
    	(add_com, add_info): Use cmd_cfunc_ftype.

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

Summary of changes:
 gdb/ChangeLog        |   10 ++++++++++
 gdb/breakpoint.c     |    3 +--
 gdb/breakpoint.h     |    3 +--
 gdb/cli/cli-decode.c |   13 ++++++-------
 gdb/command.h        |   17 +++++++++--------
 5 files changed, 27 insertions(+), 19 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]