Show binary path as part of debug info
[babeltrace.git] / include / babeltrace / debuginfo.h
index 9849685a04500a77a71704428f08b8839f05b7b1..5e9d79cacc8e744d10659301750ca069f4d72a09 100644 (file)
@@ -42,9 +42,12 @@ struct debug_info_source {
        /* Strings are owned by debug_info_source. */
        char *func;
        uint64_t line_no;
-       char *filename;
-       /* short_filename points inside filename, no need to free. */
-       const char *short_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.023062 seconds and 4 git commands to generate.