[all-commits] [llvm/llvm-project] 918b1e: Revert "[lldb] add SBSection.alignment to python b...

David M. Lary via All-commits all-commits at lists.llvm.org
Tue Jul 12 03:19:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 918b1e7bbdd7f7b0228fa2535190f52c4b54d346
      https://github.com/llvm/llvm-project/commit/918b1e7bbdd7f7b0228fa2535190f52c4b54d346
  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
    R lldb/test/API/python_api/section/aligned.yaml

  Log Message:
  -----------
  Revert "[lldb] add SBSection.alignment to python bindings"

The patch didn't get proper attribution. Will recommit.

This reverts commit 4135abca897d1b945193f767cbf42a200b55bbdc.


  Commit: 1e3ee766bb580ead0a482f213255d334f9af8276
      https://github.com/llvm/llvm-project/commit/1e3ee766bb580ead0a482f213255d334f9af8276
  Author: David M. Lary <dmlary at gmail.com>
  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


Compare: https://github.com/llvm/llvm-project/compare/4135abca897d...1e3ee766bb58


More information about the All-commits mailing list