Fix: flt.lttng-utils.debug-info: build id note section non-native byte order
[babeltrace.git] / plugins / lttng-utils / debug-info / bin-info.h
index f6848fb3bae6c7e8ff529b39d94ce172269ab9b9..8e3a4fc685b483e33c3fbbe5b09499d2bb51c428 100644 (file)
@@ -66,7 +66,12 @@ struct bin_info {
        gchar *debug_info_dir;
        /* Denotes whether the executable is position independent code. */
        bool is_pic:1;
-       /* denotes whether the build id in the trace matches to one on disk. */
+       /*
+        * Endianness of the binary file. (may differ from system endianness).
+        * Two possible values are ELFDATA2MSB and ELFDATA2LSB.
+        */
+       uint8_t endianness;
+       /* Denotes whether the build id in the trace matches to one on disk. */
        bool file_build_id_matches:1;
        /*
         * Denotes whether the executable only has ELF symbols and no
This page took 0.023317 seconds and 4 git commands to generate.