[all-commits] [llvm/llvm-project] 3dffec: [LLDB] Add QEMU testing environment setup guide fo...
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue Oct 6 00:35:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3dffec03b0f68be8d77b0545a0eef795a6662cd3
https://github.com/llvm/llvm-project/commit/3dffec03b0f68be8d77b0545a0eef795a6662cd3
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M lldb/docs/index.rst
M lldb/docs/resources/test.rst
A lldb/docs/use/qemu-testing.rst
A lldb/scripts/lldb-test-qemu/rootfs.sh
A lldb/scripts/lldb-test-qemu/run-qemu.sh
A lldb/scripts/lldb-test-qemu/setup.sh
Log Message:
-----------
[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
More information about the All-commits
mailing list