diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 91614db..208ffa5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 Doug Evans <dje@google.com> + + * lib/gdb.exp (gdb_skip_xml_test): Add comment. + 2010-01-07 Tom Tromey <tromey@redhat.com> * gdb.base/source.exp: Use correct line number. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index fc291f7..4658c8d 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2730,6 +2730,7 @@ proc gdb_skip_bogus_test { msg } { # Return true if a test should be skipped due to lack of XML support # in the host GDB. +# NOTE: This must be called while gdb is *not* running. proc gdb_skip_xml_test { } { global gdb_prompt |