From 96e254033d3647061f9a02d40b21a1c60ea7cb78 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 18 Aug 2010 02:30:07 +0000 Subject: [PATCH] 2010-08-18 Yao Qi * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case to reflect latest c source file. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.gdb/selftest.exp | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4b34dde..d39b524 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-08-18 Yao Qi + + * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case + to reflect latest c source file. + 2010-08-17 Jan Kratochvil * gdb.cp/infcall-dlopen.exp: New file. diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index 1aed252..fc8bccc 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -185,11 +185,15 @@ proc do_steps_and_nexts {} { set description "step over instream initialization" set command "step" } - -re ".*getcwd .gdb_dirbuf, sizeof .gdb_dirbuf..;.*$gdb_prompt $" { + -re ".*getcwd .gdb_dirbuf, sizeof .gdb_dirbuf.*$gdb_prompt $" { set description "next over getcwd" set command "next" } - -re ".*quit_flag = 0.*$gdb_prompt $" { + -re ".*gdb_program_name = xstrdup.*$gdb_prompt $" { + set description "next over xstrdup" + set command "next" + } + -re ".*quit_flag = 0.*$gdb_prompt $" { set description "step over quit_flag initialization" set command "step" } -- 2.7.4