[lldb] add SBSection.alignment to python bindings
authorPavel Labath <pavel@labath.sk>
Tue, 12 Jul 2022 09:51:33 +0000 (11:51 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 12 Jul 2022 10:14:54 +0000 (12:14 +0200)
commit4135abca897d1b945193f767cbf42a200b55bbdc
tree46645c3946b946df66d4a213f33cc4f355edae05
parentc5d68ca1c82f35ed1d75a598d1862aeb10a905cb
[lldb] add SBSection.alignment to python bindings

This commit adds SBSection.GetAlignment(), and SBSection.alignment as a python property to lldb.

Reviewed By: clayborg, JDevlieghere, labath

Differential Revision: https://reviews.llvm.org/D128069
lldb/bindings/interface/SBSection.i
lldb/include/lldb/API/SBSection.h
lldb/source/API/SBSection.cpp
lldb/test/API/python_api/section/TestSectionAPI.py
lldb/test/API/python_api/section/aligned.yaml [new file with mode: 0644]