summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/section/aligned.yaml
AgeCommit message (Collapse)Author
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary
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
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath
The patch didn't get proper attribution. Will recommit. This reverts commit 4135abca897d1b945193f767cbf42a200b55bbdc.
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath
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