[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] 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