[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, test] Fix typos in the lldb testsReviewed By: JDevlieghereDifferential Revision: https://reviews.llvm.org/D126596
Fix the crashlog.py script's use of the load_address property.This property is explicitly for use only in the interactive editor,and NOT in commands. It's use worked until we got more careful abo
Fix the crashlog.py script's use of the load_address property.This property is explicitly for use only in the interactive editor,and NOT in commands. It's use worked until we got more careful aboutnot leaving lldb.target lying around in the script interpreter.I also added a quick sniff test for the save_crashlog command.<rdar://problem/60350620>Differential Revision: https://reviews.llvm.org/D80680