Fix gdb.mi/mi-fullname-deleted.exp with Clang
authorGary Benson <gbenson@redhat.com>
Wed, 21 Oct 2020 08:54:31 +0000 (09:54 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 21 Oct 2020 08:54:31 +0000 (09:54 +0100)
commit98cec4f6a27679709d7ae2ce7ee25af50866f604
tree8f1b06c93e883f2ebd8f86b5b5d4a4800d534372
parenta1bd8917ab2bbb61071366ce8a6fd31d00d147ad
Fix gdb.mi/mi-fullname-deleted.exp with Clang

gdb.mi/mi-fullname-deleted.exp attempts to generate an executable
with a doubled slash in the source filename recorded in its debug
info.  This attempt fails when compiling using Clang, causing the
substituted filename test to fail.  This commit fixes this issue.
It also expands the comments in the file, to clarify what the test
is attempting to do, and to document where it doesn't succeed.

gdb/testsuite/ChangeLog:

* gdb.mi/mi-fullname-deleted.exp: Fix substituted
fullname test with Clang.  Also expand comments generally.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-fullname-deleted.exp