[Lldb-commits] [PATCH] D104307: [lldb] Remove SBHostOS threading functionality
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 15 09:36:25 PDT 2021
teemperor created this revision.
teemperor added a reviewer: LLDB.
Herald added a subscriber: krytarowski.
teemperor requested review of this revision.
Follow up patch for D104231 <https://reviews.llvm.org/D104231> which deprecates this in the SB API.
This removes the threading functionality that just exists for the sake of implementing the SBHostOS threading framework.
https://reviews.llvm.org/D104307
Files:
lldb/include/lldb/Host/HostNativeThreadBase.h
lldb/include/lldb/Host/HostThread.h
lldb/include/lldb/Host/posix/HostThreadPosix.h
lldb/include/lldb/Host/windows/HostThreadWindows.h
lldb/source/API/SBHostOS.cpp
lldb/source/Host/common/HostThread.cpp
lldb/source/Host/posix/HostThreadPosix.cpp
lldb/source/Host/windows/HostThreadWindows.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104307.352162.patch
Type: text/x-patch
Size: 6242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210615/da1fa455/attachment.bin>
More information about the lldb-commits
mailing list