summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ThreadedCommunication.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2023-08-15Revert "[lldb] Properly protect the Communication class with reader/writer lock"Augusto Noronha
2023-08-15[lldb] Properly protect the Communication class with reader/writer lockAugusto Noronha
2023-08-09[lldb] Fix data race in ThreadedCommunicationJonas Devlieghere
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere
2023-06-07[lldb][NFCI] Change type of Broadcaster's nameAlex Langford
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-09[lldb] Fix ThreadedCommunication racesPavel Labath
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny