commit | dc41f7e87e73e999999cfbe1fa3a6a23f90bad5f | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Nov 21 12:12:09 2022 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Mon Nov 28 08:02:20 2022 -0500 |
tree | 75d41632813414024f6c840085d08b58f9b1fcde | |
parent | 85819864f7cbf813cde00cf3bed30a38414e1bd8 [diff] |
gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp Before doing further changes to this file, change to use the :: notation instead of declaring global variables with the `global` keyword. Change-Id: I72301fd8f4693fea61aac054ba17245a1f4442fb Approved-By: Andrew Burgess <aburgess@redhat.com>