[lldb] Relax backtrace checks in TestDyldLaunchLinuxNewer versions of glibc (2.34) have an extra frame inside the `raise`function.
[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] Use assertState in more tests (NFC)Follow to D127355, converting more `assertEquals` to `assertState`.Differential Revision: https://reviews.llvm.org/D127378
[lldb] Replace asserts on .Success() with assertSuccess()Replace forms of `assertTrue(err.Success())` with `assertSuccess(err)` (added in D82759).* `assertSuccess` prints out the error's message
[lldb] Replace asserts on .Success() with assertSuccess()Replace forms of `assertTrue(err.Success())` with `assertSuccess(err)` (added in D82759).* `assertSuccess` prints out the error's message* `assertSuccess` expresses explicit higher level semantics, both to the reader and for test failure output* `assertSuccess` seems not to be well known, using it where possible will help spread knowledge* `assertSuccess` statements are more succinctDifferential Revision: https://reviews.llvm.org/D119616
[LLDB] Skip TestDyldLaunchLinux.py on Arm/LinuxTestDyldLaunchLinux.py has been recently added and is failing on LLDBArm/Linux buildbot. I am marking it skip till I come back and look atit in more
[LLDB] Skip TestDyldLaunchLinux.py on Arm/LinuxTestDyldLaunchLinux.py has been recently added and is failing on LLDBArm/Linux buildbot. I am marking it skip till I come back and look atit in more detail.
[lldb] Add support for debugging via the dynamic linker.This patch adds support for shared library load when the executable iscalled through ld.so.Differential Revision:https://reviews.llvm.org/
[lldb] Add support for debugging via the dynamic linker.This patch adds support for shared library load when the executable iscalled through ld.so.Differential Revision:https://reviews.llvm.org/D108061
Revert "[lldb] Add support for debugging via the dynamic linker."This reverts commit 1cbdc07ec015d83038c08dc562d55eccfd808591.Buildbot failure started after this patch with failure inapi/multith
Revert "[lldb] Add support for debugging via the dynamic linker."This reverts commit 1cbdc07ec015d83038c08dc562d55eccfd808591.Buildbot failure started after this patch with failure inapi/multithreaded/TestMultithreaded.py:https://lab.llvm.org/buildbot/#/builders/68/builds/17556