[LLDB] Arm64/Linux test case for MTE and Pointer Authentication regset
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 30 Mar 2021 10:39:38 +0000 (15:39 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 30 Mar 2021 23:39:14 +0000 (04:39 +0500)
commit9ab677180091a690cd99d4ac55d5fb9e1149b1ec
tree9d87169238068593249c1fbcdf633b06d3a5cf00
parent1164b4e2957290e814c3dd781a68e504dd39148e
[LLDB] Arm64/Linux test case for MTE and Pointer Authentication regset

This patch adds a test case to test AArch64 dynamic register sets.
This tests for the availability of certain register sets and query
their registers accordingly.

Reviewed By: labath, DavidSpickett

Differential Revision: https://reviews.llvm.org/D96463
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/test/API/commands/register/register/aarch64_dynamic_regset/Makefile [new file with mode: 0644]
lldb/test/API/commands/register/register/aarch64_dynamic_regset/TestArm64DynamicRegsets.py [new file with mode: 0644]
lldb/test/API/commands/register/register/aarch64_dynamic_regset/main.c [new file with mode: 0644]