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