GNU Binutils with patches for OS216
Revision | 754533e434690f9b836c21e5457e2d3e6e1625b1 (tree) |
---|---|
Time | 2003-01-10 02:10:39 |
Author | David Carlton <carlton@bact...> |
Commiter | David Carlton |
2003-01-09 David Carlton <carlton@math.stanford.edu>
* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
Add copyright year 2003.
@@ -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 | + | |
1 | 6 | 2003-01-06 Michael Chastain <mec@shout.net> |
2 | 7 | |
3 | 8 | * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): |
@@ -1,4 +1,4 @@ | ||
1 | -# Copyright 1999, 2000, 2001, 2002 | |
1 | +# Copyright 1999, 2000, 2001, 2002, 2003 | |
2 | 2 | # Free Software Foundation, Inc. |
3 | 3 | |
4 | 4 | # This program is free software; you can redistribute it and/or modify |
@@ -197,6 +197,8 @@ gdb_expect { | ||
197 | 197 | { pass "watch triggered on a.x" } |
198 | 198 | -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$" \ |
199 | 199 | { 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" } | |
200 | 202 | -re ".*$gdb_prompt$" { fail "watch triggered on a.x" } |
201 | 203 | timeout { fail "watch triggered on a.x (timeout)" } |
202 | 204 | } |