[all-commits] [llvm/llvm-project] 8fe971: [lldb] Implement GetValueTypeFromAddressType
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Thu May 18 10:32:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fe9718dd5f27168fc282c6420bfae0eb7ee6819
https://github.com/llvm/llvm-project/commit/8fe9718dd5f27168fc282c6420bfae0eb7ee6819
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M lldb/include/lldb/Core/Value.h
M lldb/source/Core/Value.cpp
Log Message:
-----------
[lldb] Implement GetValueTypeFromAddressType
Value::ValueType is a superset of AddressType. Add a function to
convert an AddressType into a Value::ValueType.
Differential Revision: https://reviews.llvm.org/D150826
More information about the All-commits
mailing list