From: Yao Qi Date: Fri, 9 Nov 2012 02:30:49 +0000 (+0000) Subject: gdb/testsuite: X-Git-Tag: cgen-snapshot-20121201~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e714f336ee88378b0598be6ba077fe77c1d218bc;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9afc594138d..e9b8b5f43ac 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-11-09 Yao Qi + + * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix + typo. + 2012-11-09 Pedro Alves * gdb.multi/multi-arch.exp: New. diff --git a/gdb/testsuite/gdb.mi/mi-watch.exp b/gdb/testsuite/gdb.mi/mi-watch.exp index 5ccff514c5d..8f65fbd29ae 100644 --- a/gdb/testsuite/gdb.mi/mi-watch.exp +++ b/gdb/testsuite/gdb.mi/mi-watch.exp @@ -101,12 +101,12 @@ proc test_rwatch_creation_and_listing {type} { # Insert a read watchpoint and list it. # Tests: - # -break-insert -r B + # -break-watch -r B # -break-list mi_gdb_test "200-break-watch -r C" \ "200\\^done,bkpt=\{number=\"5\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"callee4\",file=\".*basics.c\",line=\"$line_main_body\",times=\"0\"\}" \ - "break-insert -r operation" + "break-watch -r operation" mi_gdb_test "300-break-list" \ "300\\^done,BreakpointTable=\{.*,hdr=\\\[.*\\\],body=\\\[bkpt=\{number=\"5\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"main\",file=\".*basics.c\",line=\"$line_main_body\",times=\"0\"\},.*\}\\\}\}" \