The HostInfoLinuxFields struct is supposed to be set up/torn down on Initialize/Terminate
and should contain all the state of the plugin. once_flags are part of this state and should
also be reset on Terminate so we can re-initialize these lazy values after the next
Initialize call.
This itself is NFC as the HostInfoLinux was broken before this patch and is still broken
afterwards. D104091 will be the proper fix.
clang-tidy: error: 'lldb/Host/linux/HostInfoLinux.h' file not found [clang-diagnostic-error]
not useful