| Index: gdb/testsuite/gdb.mi/mi-simplerun.exp
|
| diff --git a/gdb/testsuite/gdb.mi/mi-simplerun.exp b/gdb/testsuite/gdb.mi/mi-simplerun.exp
|
| index a20d0880eac05b9cb6b0d3a39f7655a21a7aac94..ea03c163643acf675679b3a6707b9a697d280985 100644
|
| --- a/gdb/testsuite/gdb.mi/mi-simplerun.exp
|
| +++ b/gdb/testsuite/gdb.mi/mi-simplerun.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 1999-2002, 2004, 2007-2012 Free Software Foundation, Inc.
|
| +# Copyright 1999-2013 Free Software Foundation, Inc.
|
|
|
| # This program is free software; you can redistribute it and/or modify
|
| # it under the terms of the GNU General Public License as published by
|
| @@ -79,7 +79,7 @@ proc test_breakpoints_creation_and_listing {} {
|
| "insert breakpoint at \"<fullfilename>\":\$line_callee4_head"
|
|
|
| mi_gdb_test "204-break-list" \
|
| - "204\\^done,BreakpointTable=\{.*,hdr=\\\[.*\\\],body=\\\[bkpt=\{number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"main\",file=\".*basics.c\",line=\"$line_main_body\",times=\"0\",original-location=\".*\"\},.*\}\\\]\}" \
|
| + "204\\^done,BreakpointTable=\{.*,hdr=\\\[.*\\\],body=\\\[bkpt=\{number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"main\",file=\".*basics.c\",line=\"$line_main_body\",thread-groups=\\\[\"i1\"\\\],times=\"0\",original-location=\".*\"\},.*\}\\\]\}" \
|
| "list of breakpoints"
|
|
|
| mi_gdb_test "205-break-disable 2 3 4" \
|
|
|