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

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 07:21:47 PST 2024


================
@@ -13,7 +13,7 @@ FileHeader:
   MagicNumber:     0x1F7
   NumberOfSections: 1 
   CreationTime:    000000000
-  Flags:           0x0000
+  Flags:           0x0002
----------------
DhruvSrivastavaX wrote:

Yes, that is the exact reason for this change. A 2 here implies that it is an exec.

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


More information about the lldb-commits mailing list