diff options
author | Bob Rossi <bob@brasko.net> | 2005-05-08 13:42:04 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2005-05-08 13:42:04 +0000 |
commit | 6006a3a1ec3bfe06d562da123c2c8a3d71291184 (patch) | |
tree | 08bb2d5bc55a053594a459823247dcb15607332b /gdb/testsuite/ChangeLog | |
parent | c41aea10b5fb1fe333cd61c84eea09c31a4dfc0a (diff) | |
download | gdb-6006a3a1ec3bfe06d562da123c2c8a3d71291184.zip gdb-6006a3a1ec3bfe06d562da123c2c8a3d71291184.tar.gz gdb-6006a3a1ec3bfe06d562da123c2c8a3d71291184.tar.bz2 |
Add the fullname_syntax testsuite variable. This allows GDB to make sure
that the MI fullname field is an absolute path, instead of just checking
for .* or /.*
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index abbc023..3970593 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2005-05-05 Bob Rossi <bob_rossi@cox.net> + + * lib/gdb.exp (fullname_syntax): Added global regex. + (fullname_syntax_POSIX): Ditto. + (fullname_syntax_UNC): Ditto. + (fullname_syntax_DOS_CASE): Ditto. + (fullname_syntax_DOS): Ditto. + * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added + fullname_syntax variable to scope and use it. + (test_file_list_exec_source_files): Ditto. + * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto. + 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com> * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*. |