Add binary location information
[babeltrace.git] / include / babeltrace / debuginfo.h
index 5e9d79cacc8e744d10659301750ca069f4d72a09..d85c36c48e7e0fc1ec807d9d2da94f43dfacb2f4 100644 (file)
@@ -48,6 +48,11 @@ struct debug_info_source {
        char *bin_path;
        /* short_bin_path points inside bin_path, no need to free. */
        const char *short_bin_path;
+       /*
+        * Location within the binary. Either absolute (@0x1234) or
+        * relative (+0x4321).
+        */
+       char *bin_loc;
 };
 
 BT_HIDDEN
This page took 0.022316 seconds and 4 git commands to generate.