[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] Skip more tests that don't make sense to run remotelySkip another batch of tests that don't really make sense to runremotely.
[MachCore] Report arm64 thread exception stateA MachO userspace corefile may contain LC_THREAD commands which specifythread exception state.For arm64* only (for now), report a human-readable ver
[MachCore] Report arm64 thread exception stateA MachO userspace corefile may contain LC_THREAD commands which specifythread exception state.For arm64* only (for now), report a human-readable version of this stateas the thread stop reason, instead of 'SIGSTOP'.As a follow-up, similar functionality can be implemented for x86 coresby translating the trapno/err exception registers.rdar://82898146Differential Revision: https://reviews.llvm.org/D109795
Revert "[MachCore] Report arm64 thread exception state"This reverts commit 7eb67748f9d7186419d678e807c01fc2a3811a80. It causesTestMachCore.MachCoreTestCase to fail.