diff options
Diffstat (limited to 'include/lldb/Host/macosx/HostInfoMacOSX.h')
| -rw-r--r-- | include/lldb/Host/macosx/HostInfoMacOSX.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/Host/macosx/HostInfoMacOSX.h b/include/lldb/Host/macosx/HostInfoMacOSX.h index 3b62c7fb9061..4a8ee4fd850e 100644 --- a/include/lldb/Host/macosx/HostInfoMacOSX.h +++ b/include/lldb/Host/macosx/HostInfoMacOSX.h @@ -32,6 +32,7 @@ class HostInfoMacOSX : public HostInfoPosix static bool GetOSBuildString(std::string &s); static bool GetOSKernelDescription(std::string &s); static FileSpec GetProgramFileSpec(); + static uint32_t GetMaxThreadNameLength(); protected: static bool ComputeSupportExeDirectory(FileSpec &file_spec); |
