Fix: flt.lttng-utils.debug-info: extra colon in `bin` member
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 1 May 2019 02:07:38 +0000 (22:07 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commitd72cb3a59a722ddf02c32557def6a9ae481b041a
treea33d18182d808f89a68781610292640d3444a837
parent06e003835bef3503b077a4218126fe23beb132f1
Fix: flt.lttng-utils.debug-info: extra colon in `bin` member

There is an extra ':' character in the `bin` member of the `debug-info`
field.

Example of the issue from the tests:
   debug_info = { bin = "libhello_so:+0x15a6", func = "bar+0xa9", src =
   "libhello.c:13" }

The "libhello_so:+0x15a6" will now be printed "libhello_so+0x15a6".

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ie7c4ea54e534eeb8a1bdd503760b791a01aa9594
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1129
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/lttng-utils/debug-info/debug-info.c
This page took 0.025045 seconds and 4 git commands to generate.