GDB perf test on disassemble
authorYao Qi <yao@codesourcery.com>
Mon, 26 Aug 2013 14:09:12 +0000 (22:09 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 28 Nov 2013 04:53:26 +0000 (12:53 +0800)
commit8b5e6dc2178814b2506793473347073061310ba7
treed431b750ba0124fbd88a9dc172fbd168c7b9722d
parenta6c8f227fe3097e0896204aa5a2d51358a30faf4
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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.perf/disassemble.exp [new file with mode: 0644]
gdb/testsuite/gdb.perf/disassemble.py [new file with mode: 0644]
gdb/testsuite/lib/gdb.exp