[all-commits] [llvm/llvm-project] 4135ab: [lldb] add SBSection.alignment to python bindings

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Jul 12 03:15:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4135abca897d1b945193f767cbf42a200b55bbdc
      https://github.com/llvm/llvm-project/commit/4135abca897d1b945193f767cbf42a200b55bbdc
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M lldb/bindings/interface/SBSection.i
    M lldb/include/lldb/API/SBSection.h
    M lldb/source/API/SBSection.cpp
    M lldb/test/API/python_api/section/TestSectionAPI.py
    A lldb/test/API/python_api/section/aligned.yaml

  Log Message:
  -----------
  [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




More information about the All-commits mailing list