• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisión754533e434690f9b836c21e5457e2d3e6e1625b1 (tree)
Tiempo2003-01-10 02:10:39
AutorDavid Carlton <carlton@bact...>
CommiterDavid Carlton

Log Message

2003-01-09 David Carlton <carlton@math.stanford.edu>

* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
Add copyright year 2003.

Cambiar Resumen

Diferencia incremental

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
1+2003-01-09 David Carlton <carlton@math.stanford.edu>
2+
3+ * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
4+ Add copyright year 2003.
5+
16 2003-01-06 Michael Chastain <mec@shout.net>
27
38 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
--- a/gdb/testsuite/gdb.c++/annota2.exp
+++ b/gdb/testsuite/gdb.c++/annota2.exp
@@ -1,4 +1,4 @@
1-# Copyright 1999, 2000, 2001, 2002
1+# Copyright 1999, 2000, 2001, 2002, 2003
22 # Free Software Foundation, Inc.
33
44 # This program is free software; you can redistribute it and/or modify
@@ -197,6 +197,8 @@ gdb_expect {
197197 { pass "watch triggered on a.x" }
198198 -re "\r\n\032\032post-prompt\r\n\r\n\032\032starting\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032watchpoint 3\r\n\.*atchpoint 3: a.x\r\n\r\nOld value = 0\r\nNew value = 1\r\n\r\n\032\032frame-begin 0 $hex\r\n\r\n\032\032frame-function-name\r\nmain\r\n\032\032frame-args\r\n \\(\\)\r\n\032\032frame-source-begin\r\n at \r\n\032\032frame-source-file\r\n.*$srcfile\r\n\032\032frame-source-file-end\r\n:\r\n\032\032frame-source-line\r\n$decimal\r\n\032\032frame-source-end\r\n\r\n\r\n\032\032source .*$srcfile.*beg:$hex\r\n\r\n\032\032frame-end\r\n\r\n\032\032stopped\r\n.*$gdb_prompt$" \
199199 { pass "watch triggered on a.x" }
200+ -re "\r\n\032\032post-prompt\r\n\r\n\032\032starting\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032source .*$srcfile.*beg:$hex\r\n\r\n\032\032frame-end\r\n\r\n\032\032stopped\r\n$gdb_prompt$" \
201+ { kfail "gdb/38" "watch triggered on a.x" }
200202 -re ".*$gdb_prompt$" { fail "watch triggered on a.x" }
201203 timeout { fail "watch triggered on a.x (timeout)" }
202204 }