[Lldb-commits] [PATCH] D153900: [lldb] Deprecate SBHostOS threading functionality
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 27 14:27:22 PDT 2023
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/API/SBHostOS.h:28-29
+ LLDB_DEPRECATED("Threading functionality in SBHostOS is not well supported "
+ "and not portable. It is difficult to use from Python. Do "
+ "not introduce new uses of this method.",
+ "")
----------------
On second thought, I think we should omit the "Do not introduce new uses of this method." This is implied by the fact that it's deprecated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153900/new/
https://reviews.llvm.org/D153900
More information about the lldb-commits
mailing list