diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-01-30 08:50:10 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-01-30 08:50:10 +0000 |
commit | f43691e3959d7e5bfb448448c6562a8c2a398fd4 (patch) | |
tree | 9c7c6464d03910a355431f4b7af90e784e8a9699 /gdb | |
parent | e835f6bf0cd5e2990cdbd512453f1f62ff1774b1 (diff) | |
download | gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.zip gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.tar.gz gdb-f43691e3959d7e5bfb448448c6562a8c2a398fd4.tar.bz2 |
(test_file_list_exec_source_file): Update to new macro-info field.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-file.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi2-file.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp index 5f6db4a..71669fb 100644 --- a/gdb/testsuite/gdb.mi/mi-file.exp +++ b/gdb/testsuite/gdb.mi/mi-file.exp @@ -64,7 +64,7 @@ proc test_file_list_exec_source_file {} { set line_default [expr $line_main_body - $gdb_lines_to_list + 1] mi_gdb_test "111-file-list-exec-source-file" \ - "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\"" \ + "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\",macro-info=\"0\"" \ "request path info of current source file (${srcfile})" } diff --git a/gdb/testsuite/gdb.mi/mi2-file.exp b/gdb/testsuite/gdb.mi/mi2-file.exp index 29f9130..6debafd 100644 --- a/gdb/testsuite/gdb.mi/mi2-file.exp +++ b/gdb/testsuite/gdb.mi/mi2-file.exp @@ -64,7 +64,7 @@ proc test_file_list_exec_source_file {} { set line_default [expr $line_main_body - $gdb_lines_to_list + 1] mi_gdb_test "111-file-list-exec-source-file" \ - "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\"" \ + "111\\\^done,line=\"$line_default\",file=\"${srcfilepath}\",fullname=\"$fullname_syntax${srcfile}\",macro-info=\"0\"" \ "request path info of current source file (${srcfile})" } |