Jonas Devlieghere
78d82d3ae7
[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) ( #127961 )
...
Make StreamAsynchronousIO an unique_ptr instead of a shared_ptr. I tried
passing the class by value, but the llvm::raw_ostream forwarder stored
in the Stream parent class isn't movable and I don't think it's worth
changing that. Additionally, there's a few places that expect a
StreamSP, which are easily created from a StreamUP.
2025-02-20 11:13:46 -08:00
..
2025-01-14 20:12:46 -08:00
2024-05-30 10:38:21 -07:00
2024-12-03 10:14:33 +01:00
2023-05-05 11:19:21 -07:00
2025-02-12 09:33:52 -05:00
2024-08-27 10:59:31 -07:00
2024-12-16 11:11:17 -08:00
2024-10-19 14:39:25 -07:00
2025-02-20 11:13:46 -08:00
2024-05-03 09:25:38 -07:00
2024-10-30 09:28:38 -07:00
2025-01-15 10:37:06 +01:00
2025-01-14 20:12:46 -08:00
2024-07-01 10:45:56 +01:00
2024-10-24 20:20:48 -07:00
2025-02-20 11:13:46 -08:00
2023-08-09 17:17:18 -07:00
2023-05-04 22:00:17 -07:00
2025-02-06 09:17:50 +01:00
2025-02-19 20:32:00 -08:00
2025-02-19 20:32:00 -08:00
2025-01-15 15:19:30 -08:00
2025-01-31 09:12:56 +01:00
2024-09-05 12:44:13 -07:00
2024-11-26 11:29:24 -05:00
2025-01-06 12:49:15 -08:00
2023-12-16 14:39:37 -08:00
2025-01-10 09:56:55 +01:00
2025-01-14 20:12:46 -08:00
2023-07-09 14:09:21 +01:00
2025-02-06 09:17:50 +01:00
2025-02-19 08:34:15 -08:00
2025-02-18 11:13:55 -05:00
2024-09-05 12:19:31 -07:00
2025-02-11 09:51:18 -08:00
2025-01-14 20:12:46 -08:00