Add binary location information
[babeltrace.git] / include / babeltrace / trace-debuginfo.h
index cf4069a228496245575bbabb6936d0ffdac5c41e..2733e99a3fc11e52739adce02b8d23b63a8878b2 100644 (file)
@@ -76,10 +76,11 @@ void ctf_text_integer_write_debug_info(struct bt_stream_pos *ppos,
                                        fprintf(pos->fp, ", ");
                                }
 
-                               fprintf(pos->fp, "bin = \"%s\"",
+                               fprintf(pos->fp, "bin = \"%s%s\"",
                                                opt_debug_info_full_path ?
                                                debug_info_src->bin_path :
-                                               debug_info_src->short_bin_path);
+                                               debug_info_src->short_bin_path,
+                                               debug_info_src->bin_loc);
                        }
 
                        fprintf(pos->fp, " }");
This page took 0.022512 seconds and 4 git commands to generate.