llvm-capstone/lldb/test
David Spickett 7e744460e7 Reland "[lldb][AArch64] Linux corefile support for SME"
This reverts commit 3fa5035823.

m_sve_state was not initialised which (I'm guessing) meant that
it could potentially be a value that matched a real SVE state.
Then we'd be acting as if we're streaming mode, for example,
without ever having the data required to back that up.

By sheer luck this only turn up on x86, AArch64 and ARM were fine.
It is UB regardless.
2023-09-21 14:54:51 +01:00
..
API Reland "[lldb][AArch64] Linux corefile support for SME" 2023-09-21 14:54:51 +01:00
Shell [lldb][AArch64] Re-enable clone follow tests on AArch64 Linux 2023-09-08 14:10:08 +00:00
Unit [lldb] Make TSan errors fatal when running the test suite 2023-08-07 13:20:38 -07:00
CMakeLists.txt [lldb] Remove reproducer test suite (NFC) 2023-05-26 09:33:40 -07:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
lit.site.cfg.py.in