[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
Make some libstd++ formatters saferWe need to add checks that ensure that some core variables are valid, sothat we avoid printing out garbage data. The worst that could happen isthat an non-initi
Make some libstd++ formatters saferWe need to add checks that ensure that some core variables are valid, sothat we avoid printing out garbage data. The worst that could happen isthat an non-initialized variable is being printed as something with123123432 children instead of 0.Differential Revision: https://reviews.llvm.org/D114458
[formatters] Add a libstdcpp formatter for for unordered_map, unordered_set, unordered_multimap, unordered_multisetThis diff adds a data formatter and tests for libstdcpp's unordered_map, unordere
[formatters] Add a libstdcpp formatter for for unordered_map, unordered_set, unordered_multimap, unordered_multisetThis diff adds a data formatter and tests for libstdcpp's unordered_map, unordered_set, unordered_multimap, unordered_multisetReviewed By: wallaceDifferential Revision: https://reviews.llvm.org/D113760