lttng.ust: Retrieve the function name when calling addr2line
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 5 Apr 2016 22:19:51 +0000 (18:19 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 20 Apr 2016 22:34:35 +0000 (18:34 -0400)
commit38c5f989feac077de67f14bd9970dcb7c1fa9397
tree7d3f8c7c3a3c920c560ac26fe92e1ed194f37693
parente2533445e53e62c3a52a088d80427055b811f3a9
lttng.ust: Retrieve the function name when calling addr2line

Add the -f flag to also query function/symbol names. This will
allow us to populate the "function name" field of the generated
callsite objects, which in turn will populate the Callstack View
appropriately.

Also pass the -C flag, which demangles C++ function names, without
apparantly affecting native names.

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