[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][gui] do not show the help window on first gui startupIt's rather annoying if it's there after every startup,and that 'Help (F6)' at the top should be enough to help peoplewho don't know.
[lldb][gui] do not show the help window on first gui startupIt's rather annoying if it's there after every startup,and that 'Help (F6)' at the top should be enough to help peoplewho don't know.Differential Revision: https://reviews.llvm.org/D122997
[LLDB] Skip flaky tests on Arm/AArch64 Linux botsFollowing LLDB tests fail randomly on LLDB Arm/AArch64 Linux buildbots.We still not have a reliable solution for these tests to passconsistently.
[LLDB] Skip flaky tests on Arm/AArch64 Linux botsFollowing LLDB tests fail randomly on LLDB Arm/AArch64 Linux buildbots.We still not have a reliable solution for these tests to passconsistently. I am marking them skipped for now.TestBreakpointCallbackCommandSource.pyTestIOHandlerResize.pyTestEditline.pyTestGuiViewLarge.pyTestGuiExpandThreadsTree.pyTestGuiBreakpoints.py
[lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.This patch modifies the skipIfRemote decorator so it can apply to awhole class, which allows us to skip all PExpect test
[lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.This patch modifies the skipIfRemote decorator so it can apply to awhole class, which allows us to skip all PExpect tests as a whole.Differential revision: https://reviews.llvm.org/D85365
[lldb][gui] add a test for 'b' (toggle breakpoint)Differential Revision: https://reviews.llvm.org/D85107