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. 8b5e6dc2178814b2506793473347073061310ba7


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  8b5e6dc2178814b2506793473347073061310ba7 (commit)
      from  a6c8f227fe3097e0896204aa5a2d51358a30faf4 (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=8b5e6dc2178814b2506793473347073061310ba7

commit 8b5e6dc2178814b2506793473347073061310ba7
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Aug 26 22:09:12 2013 +0800

    GDB perf test on disassemble
    
    This patch adds a test case to test the performance of GDB doing
    disassembly.
    
    gdb/testsuite/
    
    2013-11-28  Yao Qi  <yao@codesourcery.com>
    
    	* lib/gdb.exp (with_gdb_prompt): New proc.
    	* gdb.perf/disassemble.exp: New.
    	* gdb.perf/disassemble.py: New.

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

Summary of changes:
 gdb/testsuite/ChangeLog                |    6 +++
 gdb/testsuite/gdb.perf/disassemble.exp |   57 ++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.perf/disassemble.py  |   38 +++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp              |   26 ++++++++++++++
 4 files changed, 127 insertions(+), 0 deletions(-)
 create mode 100644 gdb/testsuite/gdb.perf/disassemble.exp
 create mode 100644 gdb/testsuite/gdb.perf/disassemble.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]