commit | 536b7935a46f10e5ccb668b74949f860c904fd4a | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Thu Dec 19 10:41:40 2024 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Sun Feb 09 17:30:57 2025 +0000 |
tree | 1493188f124dc75c968bec21f670047cd460a608 | |
parent | 0df62bf09ecf242e3a932255d24ee54407b3c593 [diff] |
gdb/testsuite: restructure gdb.base/dlmopen.exp In the next commit I want to add more tests to the dlmopen.exp script. Doing this will be easier if the dlmopen.exp script was structured so that the current tests were contained inside separatate procs. So this commit moves all of the current tests within dlmopen into two procs, and then calls these. There should be no changes to what is actually being tested in this commit.