[Lldb-commits] [PATCH] D128069: [lldb] add SBSection.alignment to python bindings

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 20 02:10:42 PDT 2022


labath added a comment.

For the underlying functionality, I think it'd be best to extend `lldb-test` to print section alignment (`dumpSectionList` in `lldb/tools/lldb-test/lldb-test.cpp`) and then write (or extend) some test in `test/Shell/ObjectFile/ELF` (or your favourite object format).

That won't test the code added here though, as lldb-test does not use the SB API.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128069/new/

https://reviews.llvm.org/D128069



More information about the lldb-commits mailing list