summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-11-09 02:30:48 +0000
committerqiyao <qiyao>2012-11-09 02:30:48 +0000
commitbbc0941a459545f38f2cbc9b405a4f332da8cf49 (patch)
tree1a838869b1d0a2f6e7c18dcfb7da05fe2fe6b37a /gdb/testsuite/gdb.mi
parent094722a6bfbe1170cf846446dcd4d628b068acf5 (diff)
downloadgdb-bbc0941a459545f38f2cbc9b405a4f332da8cf49.tar.gz
gdb/testsuite:
* gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix typo.
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r--gdb/testsuite/gdb.mi/mi-watch.exp4
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 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\"\},.*\}\\\}\}" \