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. 07d100d43e70e856c802fec9b584f94c8efbd79d


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  07d100d43e70e856c802fec9b584f94c8efbd79d (commit)
      from  e7d27824a6fdb4d3868eec745c977b3b1fef287b (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=07d100d43e70e856c802fec9b584f94c8efbd79d

commit 07d100d43e70e856c802fec9b584f94c8efbd79d
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Nov 22 17:00:57 2013 +0800

    Perf test case: skip-prologue
    
    This patch add a perf test case on skip-prologue by inserting
    breakpoints on two functions many times, in order to exercise
    skip-prologue.
    
    gdb/testsuite:
    
    2013-12-15  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.perf/skip-prologue.c: New.
    	* gdb.perf/skip-prologue.exp: New.
    	* gdb.perf/skip-prologue.py: New.

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

Summary of changes:
 gdb/testsuite/ChangeLog                  |    6 +++
 gdb/testsuite/gdb.perf/skip-prologue.c   |   48 +++++++++++++++++++++
 gdb/testsuite/gdb.perf/skip-prologue.exp |   69 ++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.perf/skip-prologue.py  |   42 ++++++++++++++++++
 4 files changed, 165 insertions(+), 0 deletions(-)
 create mode 100644 gdb/testsuite/gdb.perf/skip-prologue.c
 create mode 100644 gdb/testsuite/gdb.perf/skip-prologue.exp
 create mode 100644 gdb/testsuite/gdb.perf/skip-prologue.py


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]