diff options
Diffstat (limited to 'include/lldb/Host/freebsd/HostInfoFreeBSD.h')
-rw-r--r-- | include/lldb/Host/freebsd/HostInfoFreeBSD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/Host/freebsd/HostInfoFreeBSD.h b/include/lldb/Host/freebsd/HostInfoFreeBSD.h index 1404a4b1525c6..01dd99586f013 100644 --- a/include/lldb/Host/freebsd/HostInfoFreeBSD.h +++ b/include/lldb/Host/freebsd/HostInfoFreeBSD.h @@ -19,6 +19,7 @@ namespace lldb_private class HostInfoFreeBSD : public HostInfoPosix { public: + static uint32_t GetMaxThreadNameLength(); static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update); static bool GetOSBuildString(std::string &s); static bool GetOSKernelDescription(std::string &s); |