Initial implementation of the debuginfo API
authorAntoine Busque <abusque@efficios.com>
Wed, 9 Sep 2015 09:05:27 +0000 (05:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Apr 2016 16:21:46 +0000 (12:21 -0400)
This patchset adds so_info and durin, which are used in debug info or
callsite analysis. The developer is expected to use the SO info API
documented in `include/babeltrace/so-info.h`. Durin is only used
internally by so_info as a wrapper around `libdw`.

The analysis itself is implemented in the new `lib/debuginfo.c`.

This introduces a dependency on `libelf` and `libdw` from
elfutils. The feature can be disabled at configure time with the
`--disable-debuginfo` flag.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.024871 seconds and 4 git commands to generate.