[all-commits] [llvm/llvm-project] 30367c: [lldb] Add SBType::GetByteAlign (#90960)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon May 6 01:07:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30367cb5982dfdab2655401f020711311e7d78b9
https://github.com/llvm/llvm-project/commit/30367cb5982dfdab2655401f020711311e7d78b9
Author: Pavel Labath <pavel at labath.sk>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M lldb/include/lldb/API/SBType.h
M lldb/source/API/SBType.cpp
M lldb/test/API/python_api/type/TestTypeList.py
M lldb/test/API/python_api/type/main.cpp
Log Message:
-----------
[lldb] Add SBType::GetByteAlign (#90960)
lldb already mostly(*) tracks this information. This just makes it
available to the SB users.
(*) It does not do that for typedefs right now see llvm.org/pr90958
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