[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 ...
[lldb] Correct hex digit regex in some tests"A-f" -> "A-F"
[lldb] Unify two versions of TestMemoryReadOur test infrastructure does not like two tests with the same name, butit makes sense to do it regardless, as they are testing the samecommand.
[lldb] Add missing space in C string format memory read warningAlso add tests to check that we print the warning in the rightcircumstances.Reviewed By: labathDifferential Revision: https://rev
[lldb] Add missing space in C string format memory read warningAlso add tests to check that we print the warning in the rightcircumstances.Reviewed By: labathDifferential Revision: https://reviews.llvm.org/D114877