Jonas Devlieghere
cf6a4bbc42
[lldb] Use std::make_shared where possible (NFC) ( #150714 )
...
This is a continuation of 68fd102, which did the same thing but only for
StopInfo. Using make_shared is both safer and more efficient:
- With make_shared, the object and the control block are allocated
together, which is more efficient.
- With make_shared, the enable_shared_from_this base class is properly
linked to the control block before the constructor finishes, so
shared_from_this() will be safe to use (though still not recommended
during construction).
2025-07-25 15:55:21 -07:00
..
2025-07-23 18:41:01 -07:00
2024-06-21 11:24:48 -04:00
2024-06-21 11:24:48 -04:00
2024-07-08 12:06:32 +02:00
2025-01-10 09:56:55 +01:00
2025-07-10 15:24:27 -07:00
2025-07-10 15:24:27 -07:00
2025-07-10 15:24:27 -07:00
2025-04-23 15:01:03 -07:00
2024-06-07 17:05:29 -07:00
2025-02-19 15:17:35 -08:00
2025-04-26 02:19:29 +02:00
2024-12-20 13:02:54 -08:00
2024-05-17 18:43:09 -07:00
2024-09-05 12:44:13 -07:00
2024-09-05 12:44:13 -07:00
2025-02-24 17:52:09 -06:00
2025-02-06 09:17:50 +01:00
2025-05-29 23:13:30 -07:00
2025-04-23 13:04:39 -07:00
2024-07-10 19:05:38 -04:00
2024-07-08 12:06:32 +02:00
2025-03-10 09:10:23 -07:00
2025-04-03 20:45:55 -07:00
2025-03-31 08:19:41 -07:00
2025-05-29 23:13:30 -07:00
2025-07-18 13:05:15 -07:00
2025-03-03 14:01:29 -08:00
2025-04-13 08:55:24 +02:00
2025-07-18 13:05:15 -07:00
2024-08-30 10:58:32 -07:00
2024-06-18 17:21:20 -07:00
2024-09-05 12:44:13 -07:00
2024-11-11 16:27:15 -08:00
2025-05-31 08:47:18 +02:00
2025-03-17 16:06:25 +01:00
2025-05-08 14:01:42 +02:00
2024-08-27 10:59:31 -07:00
2025-07-25 15:55:21 -07:00
2025-07-25 15:55:21 -07:00
2025-07-25 15:55:21 -07:00
2025-05-28 16:04:24 -04:00
2025-07-25 15:55:21 -07:00
2025-07-25 15:55:21 -07:00
2024-10-24 20:20:48 -07:00
2024-09-05 12:44:13 -07:00
2025-04-08 22:24:59 +04:00