X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fdebuginfo.h;h=5e9d79cacc8e744d10659301750ca069f4d72a09;hp=9849685a04500a77a71704428f08b8839f05b7b1;hb=ad2b5b38baf7f69697162ef460e86c90035fe088;hpb=458af89d3baff393a4c38f70520fb51b811ad932 diff --git a/include/babeltrace/debuginfo.h b/include/babeltrace/debuginfo.h index 9849685a..5e9d79ca 100644 --- a/include/babeltrace/debuginfo.h +++ b/include/babeltrace/debuginfo.h @@ -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