summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
diff options
context:
space:
mode:
authorEbuka Ezike <yerimyah1@gmail.com>2025-05-27 20:52:51 +0100
committerGitHub <noreply@github.com>2025-05-27 20:52:51 +0100
commit04f9fac62238a4af2755e40b8020c64b3055c19a (patch)
tree73f36799173263f38566ac1896e606934960d0b1 /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
parent782a9e9f64dfa21ca21f4b5c09569b35dd041bb0 (diff)
[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
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions