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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit74379be970b32f35449234a3aa5f8daae6bd6df1
tree68c9085ef2c972ce9649158147385dfa0017ddbf
parent4569fa4c2d4c7fc6022eac28bf139bdbceedc0c8
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.025398 seconds and 4 git commands to generate.