[all-commits] [llvm/llvm-project] f9e6be: [lldb] Update tagged pointer command output and test.
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 3 15:04:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9e6be5cc1a2cfe5294d4d55336b23266fcfc26f
https://github.com/llvm/llvm-project/commit/f9e6be5cc1a2cfe5294d4d55336b23266fcfc26f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/test/API/lang/objc/tagged-pointer/TestTaggedPointerCmd.py
Log Message:
-----------
[lldb] Update tagged pointer command output and test.
- Use formatv to print the addresses.
- Add check for 0x0 which is treated as an invalid address.
- Use a an address that's less likely to be interpreted as a real
tagged pointer.
More information about the All-commits
mailing list