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-08-16 16:12:18 -07:00
2023-01-10 11:47:43 +01:00
2023-07-31 10:30:07 -07:00
2023-05-03 10:30:42 -07:00
2023-01-10 11:47:43 +01:00
2024-01-22 10:46:20 -08:00
2023-11-08 10:11:58 -08:00
2023-12-16 14:39:37 -08:00
2023-09-19 17:39:22 -07:00
2023-08-10 11:24:40 -07:00
2023-08-10 11:24:40 -07:00
2023-04-17 16:03:35 -07:00
2023-02-09 13:20:51 -08:00
2023-08-16 10:35:32 -07:00
2024-01-12 13:08:24 -08:00
2024-01-16 21:09:23 -08:00
2022-09-19 14:43:31 -07:00
2023-10-03 21:25:29 -07:00
2023-06-13 10:14:38 -07:00
2023-06-13 20:46:33 -07:00
2023-07-03 14:12:39 -07:00
2023-06-06 12:24:38 -07:00
2023-06-06 10:58:34 -07:00
2023-01-07 14:18:35 -08:00
2023-10-06 10:43:31 -07:00
2023-09-01 21:32:24 -07:00
2023-09-19 10:49:57 +00:00
2023-10-17 15:40:51 -07:00
2023-03-06 14:00:06 -08:00
2023-01-07 14:36:35 -08:00
2022-08-29 13:25:38 +03:00
2023-11-17 10:17:48 -08:00
2024-01-22 09:08:42 +00:00
2023-08-09 17:10:13 -07:00
2024-01-10 10:13:14 -08:00
2023-01-07 14:18:35 -08:00
2024-01-08 13:31:03 -08:00
2024-01-16 21:09:23 -08:00
2023-05-17 13:31:51 -07:00
2023-01-07 14:36:35 -08:00
2023-06-26 10:36:41 -07:00
2022-12-16 07:56:52 +00:00
2022-12-16 07:56:52 +00:00
2023-01-07 14:36:35 -08:00
2023-01-07 14:36:35 -08:00
2023-06-26 10:33:18 -07:00
2024-01-17 09:47:08 -08:00
2023-06-20 15:21:46 -07:00