gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from 10000.
authorDoug Evans <dje@google.com>
Mon, 3 Aug 2015 16:21:09 +0000 (09:21 -0700)
committerDoug Evans <dje@google.com>
Mon, 3 Aug 2015 16:21:09 +0000 (09:21 -0700)
commit4e1bdb00c63a839037f31f005349c87702d50cfe
treecd6d82cd74b9422b4423679ba495aa307eb31caf
parent3d3389010c00504602656ba6f16c6b91ade75243
gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from 10000.

single-step.exp takes a while to run, and while that's not necessarily
bad, here it's because the default value of SINGLE_STEP_COUNT is 10,000.
We're not going to gain any more insight into perf issues
single-stepping (stepi) 10,000 times over 1,000 times,
so this patch changes the default to 1,000.

gdb/testsuite/ChangeLog:

* gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10000.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.perf/single-step.exp