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. 6a5f844b29319793deb3840b20803bd3a0fa01a2


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  6a5f844b29319793deb3840b20803bd3a0fa01a2 (commit)
      from  9e43f3e57d4ddf1ac042e8af35517f7fd2c776a7 (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=6a5f844b29319793deb3840b20803bd3a0fa01a2

commit 6a5f844b29319793deb3840b20803bd3a0fa01a2
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Mar 4 17:39:10 2014 +0800

    Change the default implementation of to_traceframe_info to tcomplain
    
    This patch is to change the default implementation of to_traceframe_info
    from 'return NULL' to tcomplain, which is intended.  If new target
    supports tracepoint, this method should be implemented, otherwise,
    an error is thrown.
    
    gdb:
    
    2014-03-06  Yao Qi  <yao@codesourcery.com>
    
    	* target.h (struct target_ops) <to_traceframe_info>: Use
    	TARGET_DEFAULT_NORETURN (tcomplain ()).
    	* target-delegates.c: Regenerated.

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

Summary of changes:
 gdb/ChangeLog          |    6 ++++++
 gdb/target-delegates.c |    2 +-
 gdb/target.h           |    2 +-
 3 files changed, 8 insertions(+), 2 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]