[Lldb-commits] [lldb] [lldb][AIX] Header Parsing for XCOFF Object File in AIX (PR #116338)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 15 02:08:23 PST 2024


https://github.com/labath commented:

Do you actually need to parse the headers yourself? The reason for using the llvm implementation was so that we can avoid that. FWICS, all of this data should be available through the `(file|auxiliary)Header(32|64)` APIs.

BTW, this is exactly the kind of granularity I was looking for.

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


More information about the lldb-commits mailing list