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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commit0677a46a6ff52e82f9128536d4a4a97a9b09d014
tree68c9085ef2c972ce9649158147385dfa0017ddbf
parent1ed403c63dd96fac24d78afdcb084b9ac0a49495
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.025173 seconds and 5 git commands to generate.