diff options
Diffstat (limited to 'include/lldb/Host/posix/HostInfoPosix.h')
-rw-r--r-- | include/lldb/Host/posix/HostInfoPosix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/lldb/Host/posix/HostInfoPosix.h b/include/lldb/Host/posix/HostInfoPosix.h index 9524a2a2481de..2e6c2a22f99c8 100644 --- a/include/lldb/Host/posix/HostInfoPosix.h +++ b/include/lldb/Host/posix/HostInfoPosix.h @@ -33,7 +33,10 @@ class HostInfoPosix : public HostInfoBase static FileSpec GetDefaultShell(); - protected: + static bool + GetEnvironmentVar(const std::string &var_name, std::string &var); + +protected: static bool ComputeSupportExeDirectory(FileSpec &file_spec); static bool ComputeHeaderDirectory(FileSpec &file_spec); static bool ComputePythonDirectory(FileSpec &file_spec); |