Show binary path as part of debug info
[babeltrace.git] / include / babeltrace / debuginfo.h
index 9d5a9ddba719708fa76f80ad424b5e0d2828232a..5e9d79cacc8e744d10659301750ca069f4d72a09 100644 (file)
@@ -42,7 +42,12 @@ struct debug_info_source {
        /* Strings are owned by debug_info_source. */
        char *func;
        uint64_t line_no;
-       char *filename;
+       char *src_path;
+       /* short_src_path points inside src_path, no need to free. */
+       const char *short_src_path;
+       char *bin_path;
+       /* short_bin_path points inside bin_path, no need to free. */
+       const char *short_bin_path;
 };
 
 BT_HIDDEN
This page took 0.024757 seconds and 4 git commands to generate.