This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove support for SBHostOS threading functionality
AbandonedPublic

Authored by bulbazord on Aug 4 2023, 11:20 AM.

Details

Reviewers
None
Summary

As stated on Discourse*, these methods have been deprecated. I am
removing their implementation. They will now do nothing and return a
value indicating failure (where appropriate).
Due to the LLDB project's commitment to ABI stability at the SB API
layer, we cannot remove these symbols completely.

Discourse link: https://discourse.llvm.org/t/do-you-use-the-threading-functionality-in-sbhostos/71973

Diff Detail

Event Timeline

bulbazord created this revision.Aug 4 2023, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 11:20 AM
bulbazord requested review of this revision.Aug 4 2023, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 11:20 AM
bulbazord updated this revision to Diff 547290.Aug 4 2023, 11:30 AM

Updating release notes.

Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2023, 11:30 AM