Test debug-info
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 16 Jun 2017 18:30:30 +0000 (14:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 21 Jun 2017 18:28:15 +0000 (14:28 -0400)
commit8bef670e9a8eaaf0d9032b79efe0d2443a1cf845
treecb7f37d7333393037b3930534ff0da6bfdc2993c
parent3be61dc2eb9608e6d66d214cc8caba9456dabf81
Test debug-info

Add a test program source code, instructions to compile it with the
already compiled libhello library, and provide a lttng-ust trace of this
program running.

The test runs babeltrace on this trace with the
--debug-info-target-prefix option set to the tree of babeltrace which
allows it to find the debug symbols, and we verify that the text output
contains the complete debug_info context structure.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore
configure.ac
tests/cli/Makefile.am
tests/cli/test_debug_info.in [new file with mode: 0644]
tests/debug-info-data/README.md
tests/debug-info-data/main.c [new file with mode: 0644]
tests/debug-info-data/trace/metadata [new file with mode: 0644]
tests/debug-info-data/trace/stream_0_0 [new file with mode: 0644]
This page took 0.02493 seconds and 4 git commands to generate.