| Index: gdb/testsuite/gdb.base/commands.exp
|
| diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp
|
| index b44402e1f39bd9c01ff72fd17b3993af8e792310..e26dac06074f62cb81419f2d3d44c5ba97958f24 100644
|
| --- a/gdb/testsuite/gdb.base/commands.exp
|
| +++ b/gdb/testsuite/gdb.base/commands.exp
|
| @@ -14,10 +14,6 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test special commands (if, while, etc)
|
| #
|
| @@ -318,7 +314,7 @@ proc watchpoint_command_test {} {
|
| # scope.
|
| fail $test
|
| }
|
| - -re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which its expression is valid.*run.c:(57|82).*$gdb_prompt $" {
|
| + -re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which its expression is valid.*run.c:(53|77).*$gdb_prompt $" {
|
| pass $test
|
| }
|
| }
|
|
|