[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
[lldb] Fix 'memory write' to not allow specifying values when writing file contentsCurrently the 'memory write' command allows specifying the values whenwriting the file contents to memory but the
[lldb] Fix 'memory write' to not allow specifying values when writing file contentsCurrently the 'memory write' command allows specifying the values whenwriting the file contents to memory but the values are actually ignored. Thispatch fixes that by erroring out when values are specified in such cases.Reviewed By: DavidSpickettDifferential Revision: https://reviews.llvm.org/D114544