[Lldb-commits] [lldb] [lldb][AIX] Support for XCOFF Sections (PR #131304)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 24 02:41:17 PDT 2025


labath wrote:

I think the granularity is fine. You should add/modify a test to check that the sections are being parsed correctly. (if there's something missing for that to work, feel free to add it).

I don't have an issue with adding support for 32-bit. I think it's up to you and whether you want to support it. Since llvm::XCOFFObjectFile has separate APIs for accessing 32- and 64-bit versions of the file, probably the easiest way to achieve that is to make any code which depends on that be a template function, which can them be instantiated for the right bitness.

https://github.com/llvm/llvm-project/pull/131304


More information about the lldb-commits mailing list