aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-11-09 02:30:49 +0000
committerYao Qi <yao@codesourcery.com>2012-11-09 02:30:49 +0000
commite714f336ee88378b0598be6ba077fe77c1d218bc (patch)
tree1099a568c952b055db5f9afc5092db185d3e2327 /gdb
parent6ecd47299a08f30181d8c3386c0271393b92a8d0 (diff)
downloadgdb-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')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.mi/mi-watch.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9afc594..e9b8b5f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-09 Yao Qi <yao@codesourcery.com>
+
+ * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
+ typo.
+
2012-11-09 Pedro Alves <palves@redhat.com>
* 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 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\"\},.*\}\\\}\}" \