commit | 1f0fab7ff86e03d4080dd3709ae76db4f0cb797d | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Fri Nov 24 11:10:08 2023 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Tue Nov 28 10:23:19 2023 +0000 |
tree | 898ded02b190e4cef0ce9c36fbccdcec5f721090 | |
parent | 640713c5a0831bb027684704c9304f999d452a43 [diff] |
gdb/testsuite: small refactor in selftest-support.exp Split out the code that makes a copy of the GDB executable ready for self testing into a new proc. A later commit in this series wants to load the GDB executable into GDB (for creating an on-disk debug index), but doesn't need to make use of the full do_self_tests proc. There should be no changes in what is tested after this commit. Approved-By: Tom Tromey <tom@tromey.com>