[lldb] Use assertState in even more tests (NFC)Followup to D127355 and D127378, converting more instances ofassertEqual to assertState.
[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 ...
Store a by name list of signals with their actions in the Targetso that they can be used to prime new Process runs. "process handle"was also changed to populate the dummy target if there's no sele
Store a by name list of signals with their actions in the Targetso that they can be used to prime new Process runs. "process handle"was also changed to populate the dummy target if there's no selectedtarget, so that the settings will get copied into new targets.Differential Revision: https://reviews.llvm.org/D126259