[Lldb-commits] [PATCH] D31131: [LLDB] OpenBSD support
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 21 07:16:12 PDT 2017
krytarowski added inline comments.
================
Comment at: source/Host/openbsd/HostInfoOpenBSD.cpp:20
+
+uint32_t HostInfoOpenBSD::GetMaxThreadNameLength() { return 16; }
+
----------------
The need for this has been removed in trunk.
Repository:
rL LLVM
https://reviews.llvm.org/D31131
More information about the lldb-commits
mailing list