lttng.ust: Do not skip unknown lines in addr2line output
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 19 Jul 2016 19:13:49 +0000 (15:13 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 1 Sep 2016 16:25:53 +0000 (12:25 -0400)
commit574eedca5174aef6f51d57703f8e78e65a4073fe
tree3fe1c05301c7670953807d972f33b0e20b77ca73
parenta68074e4c4bc61923d89b8157aa947226b678096
lttng.ust: Do not skip unknown lines in addr2line output

addr2line will use "??" to indicate unknown function names or
source files. In these cases we should still report the other
information that may be available, instead of skipping the whole
callsite.

Change-Id: I2cd055b68950c8a6b5c21fd984cd82f2e3544245
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/77327
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/FileOffsetMapper.java
This page took 0.024182 seconds and 5 git commands to generate.