[LLDB] Add QEMU testing environment setup guide for SVE testing
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 6 Oct 2020 07:27:27 +0000 (12:27 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 6 Oct 2020 07:35:08 +0000 (12:35 +0500)
commit3dffec03b0f68be8d77b0545a0eef795a6662cd3
tree1c4fce06b7c97a07b3c12c729a5cfddf15468d91
parentce4d15fe142eb0e0ed7c998a73b13e7bee45d99e
[LLDB] Add QEMU testing environment setup guide for SVE testing

This patch adds a HowTo document to lldb docs which gives instruction for
setting up a virtual environment based on QEMU emulator for LLDB testing.

Instruction in this document are tested on Arm and AArch64 targets but
can easily be duplicated for other targets supported by QEMU.

This helps test LLDB in absence for modern AArch64 features not released
in publicly available hardware till date.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D82064
lldb/docs/index.rst
lldb/docs/resources/test.rst
lldb/docs/use/qemu-testing.rst [new file with mode: 0644]
lldb/scripts/lldb-test-qemu/rootfs.sh [new file with mode: 0644]
lldb/scripts/lldb-test-qemu/run-qemu.sh [new file with mode: 0644]
lldb/scripts/lldb-test-qemu/setup.sh [new file with mode: 0644]