[lldb] [test] Add tests for coredumps with multiple threadsDifferential Revision: https://reviews.llvm.org/D101157
[lldb] [test/Register] Initial tests for regsets in core dumpsAdd initial tests for reading register sets from core dumps. Thisincludes a C++ program to write registers and dump core, resulting c
[lldb] [test/Register] Initial tests for regsets in core dumpsAdd initial tests for reading register sets from core dumps. Thisincludes a C++ program to write registers and dump core, resulting coredumps for Linux, FreeBSD and NetBSD, and the tests to verify them.The tests are split into generic part, verifying user-specified registervalues, and coredump-specific tests that verify memory addresses thatdiffer for every dump.At this moment, all platforms support GPRs and FPRs up to XMM for amd64target. The i386 target does not work on NetBSD at all, and is missingFPRs entirely on FreeBSD.Differential Revision: https://reviews.llvm.org/D91963
show more ...