[lldb] add SBSection.alignment to python bindings
authorDavid M. Lary <dmlary@gmail.com>
Tue, 12 Jul 2022 09:51:33 +0000 (11:51 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 12 Jul 2022 10:18:38 +0000 (12:18 +0200)
commit1e3ee766bb580ead0a482f213255d334f9af8276
tree46645c3946b946df66d4a213f33cc4f355edae05
parent918b1e7bbdd7f7b0228fa2535190f52c4b54d346
[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]