[all-commits] [llvm/llvm-project] 4b0beb: Reapply "Fix error in unrecognized register name h...
jimingham via All-commits
all-commits at lists.llvm.org
Fri Apr 12 12:01:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b0beb4f5ec42aea58461df7994e2fa40f335bb6
https://github.com/llvm/llvm-project/commit/4b0beb4f5ec42aea58461df7994e2fa40f335bb6
Author: jimingham <jingham at apple.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M lldb/bindings/interface/SBFrameExtensions.i
M lldb/test/API/python_api/frame/TestFrames.py
Log Message:
-----------
Reapply "Fix error in unrecognized register name handling for "SBFram…e.register"" (#88468)" (#88535)
The only change is a fix for the "register" iterator test to not rely on
particular register names.
I mistook where the artificial "pc" register is generated. It isn't
added to the register list or the register sets (except on arm where
that's the name of the actual register), so I can't use it in this test.
I instead just assert that the "register" generator produces the same
list as flattening the register sets from "registers".
This reverts commit 9f14914753599f3879e4c273191959e2f1b3632c.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list