tmf: Handle spaces in function names in the Callstack View
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 10 Feb 2015 18:43:52 +0000 (13:43 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 10 Feb 2015 22:59:10 +0000 (17:59 -0500)
commita9b1f3679c21655f4f4aef6faeba833de477d925
tree04e600bb0e2b13ccaba0ce5eda74026d2144bac5
parent9049e763da29fb31b95b080db21561290c83cc8f
tmf: Handle spaces in function names in the Callstack View

De-mangled C++ symbol names may contain spaces, so the function
name reader must not split around these spaces.

Also mention in the documentation that 'nm --demangle' can be used
to get readable C++ function names.

Refs bug #459534.

Change-Id: Ib046a15ada590b389bb8d1af2983e00629d17a35
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/41561
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/FunctionNameMapper.java
This page took 0.025392 seconds and 5 git commands to generate.