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>
Mon, 19 Jun 2017 15:49:45 +0000 (11:49 -0400)
commit2ca134ef87b696ea6030d93f45b2486695703362
tree40ddde686df6e2b00d0cde0d1aacba6e09b46404
parent802af08ea561258311a18a17c478ae0e10aff7f3
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.025572 seconds and 4 git commands to generate.