diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-09 02:30:49 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-11-09 02:30:49 +0000 |
commit | e714f336ee88378b0598be6ba077fe77c1d218bc (patch) | |
tree | 1099a568c952b055db5f9afc5092db185d3e2327 /gdb/testsuite/gdb.mi/mi-watch.exp | |
parent | 6ecd47299a08f30181d8c3386c0271393b92a8d0 (diff) | |
download | gdb-e714f336ee88378b0598be6ba077fe77c1d218bc.zip gdb-e714f336ee88378b0598be6ba077fe77c1d218bc.tar.gz gdb-e714f336ee88378b0598be6ba077fe77c1d218bc.tar.bz2 |
gdb/testsuite:
* gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
typo.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-watch.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-watch.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-watch.exp b/gdb/testsuite/gdb.mi/mi-watch.exp index 5ccff51..8f65fbd 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\"\},.*\}\\\}\}" \ |