From bdea3a92b7a2c527ba40aa646d669c2c338f0a92 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 13 Nov 2009 20:01:07 +0000 Subject: [PATCH] * gdb.base/pending.exp: Use gdb_run_cmd to start the program instead of a bare "run". --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/pending.exp | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b6d9c79..a8696cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-11-13 Nathan Froyd + + * gdb.base/pending.exp: Use gdb_run_cmd to start the program + instead of a bare "run". + 2009-11-13 Paul Pluzhnikov * gdb.python/py-prettyprint.exp: Adjust. diff --git a/gdb/testsuite/gdb.base/pending.exp b/gdb/testsuite/gdb.base/pending.exp index 1227416..badb003 100644 --- a/gdb/testsuite/gdb.base/pending.exp +++ b/gdb/testsuite/gdb.base/pending.exp @@ -71,7 +71,10 @@ gdb_load ${binfile} gdb_load_shlibs $lib_sl set pendfunc1_loc [gdb_get_line_number "y = x + 4" ${libfile}.c] -gdb_test "run" \ + +gdb_run_cmd + +gdb_test "" \ ".*Breakpoint.*pendfunc1.*at.*pendshr.c:$pendfunc1_loc.*y = x \\+ 4.*" \ "run to resolved breakpoint 1 (without symbols)" -- 2.7.4