[all-commits] [llvm/llvm-project] 93d377: [lldb] Fix tagged-pointer info address parsing (#1...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Apr 2 15:17:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93d3775da8810e1542873b1cdcec2ea142704561
https://github.com/llvm/llvm-project/commit/93d3775da8810e1542873b1cdcec2ea142704561
Author: Dave Lee <davelee.com at gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/test/API/lang/objc/tagged-pointer/TestTaggedPointerCmd.py
Log Message:
-----------
[lldb] Fix tagged-pointer info address parsing (#134123)
Change `objc tagged-pointer info` to call
`OptionArgParser::ToRawAddress`.
Previously `ToAddress` was used, but it calls `FixCodeAddress`, which
can erroneously mutate the bits of a tagged pointer.
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