This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make thread safety the responsibility of the log handlers
ClosedPublic

Authored by JDevlieghere on Jun 22 2022, 3:24 PM.

Details

Summary

As per Pavel's suggestion in D127922, make thread safety the responsibility of the log handlers.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jun 22 2022, 3:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2022, 3:24 PM
JDevlieghere requested review of this revision.Jun 22 2022, 3:24 PM
labath accepted this revision.Jun 23 2022, 12:42 AM

Cool, thanks.

This revision is now accepted and ready to land.Jun 23 2022, 12:42 AM

Maybe we should leave the option in the command for history purposes??? Taking it out will now make anyone's log enable lines fail when they didn't use to...