We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347fb20 commit e9e06beCopy full SHA for e9e06be
lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
@@ -83,6 +83,8 @@ def test_gcs_fault(self):
83
],
84
)
85
86
+ # This helper reads all the GCS registers and optionally compares them
87
+ # against a previous state, then returns the current register values.
88
def check_gcs_registers(
89
self,
90
expected_gcs_features_enabled=None,
@@ -115,8 +117,6 @@ def check_gcs_registers(
115
117
116
118
return gcs_features_enabled, gcs_features_locked, gcspr_el0
119
- # This helper reads all the GCS registers and optionally compares them
- # against a previous state, then returns the current register values.
120
@skipUnlessArch("aarch64")
121
@skipUnlessPlatform(["linux"])
122
def test_gcs_registers(self):
0 commit comments