[llvm-branch-commits] [lldb] [lldb] Make RegisterFlagsDetector into RegisterTypesDetector (PR #213892)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 5 08:58:54 PDT 2026
================
@@ -161,16 +163,19 @@ Arm64RegisterFlagsDetector::DetectMTECtrlFields(uint64_t hwcap, uint64_t hwcap2,
{"TCF", 1, 2, &tcf_enum},
{"TAGGED_ADDR_ENABLE", 0}});
- return fields;
----------------
DavidSpickett wrote:
You're right, this is a bug: https://github.com/llvm/llvm-project/issues/214264
> can also race
This is solved with a mutex for lldb-server managed processes, but is true for core files.
https://github.com/llvm/llvm-project/pull/213892
More information about the llvm-branch-commits
mailing list