Ebuka Ezike
04f9fac622
[lldb] optionally match the __debug namespace for libstdc++ containers. ( #140727 )
...
If libstdc++ is compiled with `_GLIBCXX_DEBUG` flag it puts the containers in the namespace `std::__debug`. this causes the summary and synthetic formatters not to match the types. The formatters is updated to optionally match the `__debug::`.
The formatters now clashed with the libc++ containers namespace regex which uses `std::__1` namespace
The libc++ formatter is loaded first, then the libstdc++ since the priority of the formatters in lldb is the last one added.
Fixes #60841
2025-05-27 20:52:51 +01:00
..
2025-01-31 13:23:26 -08:00
2025-03-17 14:30:39 -07:00
2024-08-08 12:55:10 -07:00
2024-10-08 08:58:43 +00:00
2025-04-07 08:33:27 -07:00
2025-03-25 09:56:58 -07:00
2025-05-11 14:47:21 -07:00
2024-12-17 13:23:13 +00:00
2025-05-27 20:52:51 +01:00
2025-02-20 13:23:03 +01:00
2025-05-13 17:52:23 +02:00
2024-06-26 15:55:15 +01:00
2024-10-16 13:07:02 +02:00
2024-10-16 13:07:02 +02:00
2024-09-25 10:08:10 +01:00
2025-02-28 14:59:35 +00:00
2024-11-05 10:33:24 -08:00
2024-10-16 13:07:02 +02:00
2025-03-07 15:34:27 -08:00
2024-10-16 13:07:02 +02:00
2025-05-13 17:52:23 +02:00
2024-10-16 13:07:02 +02:00
2024-10-16 13:07:02 +02:00
2024-10-16 13:07:02 +02:00
2025-01-24 10:02:15 -08:00
2024-09-04 11:30:58 +02:00
2025-02-28 14:59:35 +00:00
2025-04-13 23:21:52 +01:00
2025-02-28 16:13:12 -08:00
2025-05-20 13:50:24 -07:00
2025-05-13 17:52:23 +02:00
2024-08-05 09:37:36 +02:00
2025-05-05 11:04:55 -07:00
2025-03-26 14:41:05 -07:00
2025-04-25 14:26:50 +01:00
2025-02-23 00:51:43 -08:00
2024-11-15 00:56:34 -08:00
2024-06-28 14:06:39 +01:00
2024-08-05 17:26:39 -07:00
2024-06-06 14:25:53 -07:00
2025-05-08 09:09:46 -07:00
2025-05-08 13:14:40 -07:00
2024-10-16 13:07:02 +02:00
2025-04-13 23:21:52 +01:00
2025-02-28 14:59:35 +00:00
2024-10-18 21:16:50 +01:00
2025-05-22 10:35:35 -07:00
2024-06-27 01:45:30 -07:00
2024-06-11 13:58:26 -07:00
2025-05-13 18:14:57 -07:00
2024-12-05 10:38:23 -08:00
2025-05-21 17:38:35 -07:00