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

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 14 04:00:29 PDT 2025


DhruvSrivastavaX wrote:

Hi, @labath @DavidSpickett, 
Resuming the conversation on XCOFF support. I have added support for reading XCOFF sections using existing LLVM interfaces. I know there are gaps, so please let me know your thoughts. 

- Just FYI, I have only added implementation in CreateSections(), but for some reason, it shows the existing functions shifted. I did try a change removed clang-format but it did not change it the  as expected.

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


More information about the lldb-commits mailing list