Alex Langford
0cea54a382
[lldb][NFCI] Remove EventData* param from BroadcastEvent ( #78773 )
...
BroadcastEvent currently takes its EventData* param and shoves it into
an Event object, which takes ownership of the pointer and places it into
a shared_ptr to manage the lifetime.
Instead of relying on `new` and passing raw pointers around, I think it
would make more sense to create the shared_ptr up front.
2024-01-22 10:46:20 -08:00
..
2023-04-13 10:54:52 +00:00
2024-01-08 13:31:03 -08:00
2023-04-21 14:21:25 -07:00
2023-12-22 12:11:07 -05:00
2023-12-12 16:51:49 -08:00
2023-03-16 15:22:46 -07:00
2023-04-21 11:59:38 +08:00
2023-11-30 14:59:10 -08:00
2024-01-22 10:46:20 -08:00
2024-01-09 12:04:20 -08:00
2023-09-27 09:14:40 -07:00
2023-09-01 21:32:24 -07:00
2023-11-08 10:17:38 +00:00
2023-12-12 09:50:18 -03:00
2023-11-30 14:59:10 -08:00
2023-11-30 14:59:10 -08:00
2023-06-23 10:29:52 -07:00
2024-01-22 10:46:20 -08:00
2023-12-16 14:39:37 -08:00
2024-01-11 17:57:30 +00:00
2024-01-22 10:46:20 -08:00
2024-01-22 10:46:20 -08:00
2023-04-05 13:25:43 +02:00
2023-11-30 14:59:10 -08:00
2023-10-30 17:40:11 -07:00
2023-11-30 14:59:10 -08:00
2024-01-16 21:09:23 -08:00
2024-01-16 21:09:23 -08:00
2023-11-30 14:59:10 -08:00
2023-08-09 17:17:18 -07:00
2023-11-11 11:21:32 -08:00
2023-09-14 10:19:53 -07:00