[Lldb-commits] [lldb] [lldb][AArch64] Fix expression evaluation with Guarded Control Stacks (PR #123918)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 27 04:50:42 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r b7286dbef9dc1986860d29e390b092599e1d7db5...3436294db831d78dddacb186c93007ec05c0cfee lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestAArch64LinuxGCS.py 2025-01-27 12:40:57.000000 +0000
+++ TestAArch64LinuxGCS.py 2025-01-27 12:50:10.960144 +0000
@@ -299,11 +299,10 @@
# return from this expression without causing a fault.
before = self.check_gcs_registers()
self.expect(expr_cmd, substrs=["(unsigned long) 1"])
self.check_gcs_registers(*before)
-
@skipUnlessPlatform(["linux"])
def test_gcs_expression_disable_gcs(self):
if not self.isAArch64GCS():
self.skipTest("Target must support GCS.")
``````````
</details>
https://github.com/llvm/llvm-project/pull/123918
More information about the lldb-commits
mailing list