tmf: Callstack: Import name mapping from a binary with debug symbols
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 18 Dec 2013 18:53:54 +0000 (13:53 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 24 Jul 2014 13:40:09 +0000 (09:40 -0400)
commit41d9ce5b5ce07cd95fd746cd569fd7abb321e2c6
tree58e7fabd4f3da2d15dc30f51645ca5700458f14b
parent4da3df5f758e9945d077c4f006605e605175ad67
tmf: Callstack: Import name mapping from a binary with debug symbols

Using CDT's core binary parsers, we can read the binaries and
extract function name mapping without the need of an external
command-line program. This patch adds an action to the callstack
view so that the user can browse for a binary file and import the mapping.

Change-Id: I000b48a5057d9137f57f43cb8f0372c9e2af58fb
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/20005
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/icons/obj16/binaries_obj.gif [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/FunctionNameMapper.java
org.eclipse.linuxtools.tracing.rcp/feature.xml
org.eclipse.linuxtools.tracing.rcp/pom.xml
This page took 0.026056 seconds and 5 git commands to generate.