Introduce GDB Tracepoint Analysis feature
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 6 Mar 2013 19:13:05 +0000 (14:13 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 13 Mar 2013 14:13:04 +0000 (10:13 -0400)
commit6de2f761a7ffab34f320f11aa7881d8800d2d010
tree4fc41a7d0424985871e598704197ea4aa9dd2ce9
parent4bdf5f96cf71903502baf3ee162ac68164a3fa8b
Introduce GDB Tracepoint Analysis feature

Change-Id: I0800687b8b55b381fb304b828f57b9cd330c0d4b
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/10946
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
133 files changed:
org.eclipse.linuxtools.ctf.core.tests/plugin.properties
org.eclipse.linuxtools.ctf.core.tests/pom.xml
org.eclipse.linuxtools.ctf.core/plugin.properties
org.eclipse.linuxtools.ctf.core/pom.xml
org.eclipse.linuxtools.ctf.parser/plugin.properties
org.eclipse.linuxtools.ctf.parser/pom.xml
org.eclipse.linuxtools.ctf/feature.properties
org.eclipse.linuxtools.ctf/pom.xml
org.eclipse.linuxtools.gdbtrace.core.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core.tests/src/org/eclipse/linuxtools/gdbtrace/core/tests/AllGdbTraceCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/about.html [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/GdbTraceCorePlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/event/GdbTraceEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/event/GdbTraceEventContent.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/trace/DsfGdbAdaptor.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.core/src/org/eclipse/linuxtools/internal/gdbtrace/trace/GdbTrace.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.empty.dtd [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.externalToolBuilders/Help Builder.launch [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/README [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/about.html [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/book.css [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/build.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/doc/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/doc/images/home.gif [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/doc/images/next.gif [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/doc/images/prev.gif [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.help/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui.tests/src/org/eclipse/linuxtools/gdbtrace/ui/tests/AllGdbTraceUITests.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/about.html [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/icons/obj16/gdb_icon16.png [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/GdbTraceUiPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/GdbPerspectiveFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/events/GdbEventsTable.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/SelectTraceExecutableDialog.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/dialogs/messages.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace.ui/src/org/eclipse/linuxtools/internal/gdbtrace/ui/views/project/handlers/SelectTraceExecutableHandler.java [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/.project [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/epl-v10.html [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/feature.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/license.html [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/p2.inf [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.gdbtrace/sourceTemplateFeature/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.help/plugin.properties
org.eclipse.linuxtools.lttng.releng-site/category.xml
org.eclipse.linuxtools.lttng2.core.tests/plugin.properties
org.eclipse.linuxtools.lttng2.core.tests/pom.xml
org.eclipse.linuxtools.lttng2.core/plugin.properties
org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties
org.eclipse.linuxtools.lttng2.kernel.core.tests/pom.xml
org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties
org.eclipse.linuxtools.lttng2.kernel.core/pom.xml
org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties
org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties
org.eclipse.linuxtools.lttng2.kernel/feature.properties
org.eclipse.linuxtools.lttng2.kernel/pom.xml
org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties
org.eclipse.linuxtools.lttng2.ui.tests/pom.xml
org.eclipse.linuxtools.lttng2.ui/plugin.properties
org.eclipse.linuxtools.lttng2/feature.properties
org.eclipse.linuxtools.lttng2/pom.xml
org.eclipse.linuxtools.tmf.core.tests/plugin.properties
org.eclipse.linuxtools.tmf.core.tests/pom.xml
org.eclipse.linuxtools.tmf.core/plugin.properties
org.eclipse.linuxtools.tmf.core/pom.xml
org.eclipse.linuxtools.tmf.help/plugin.properties
org.eclipse.linuxtools.tmf.ui.tests/plugin.properties
org.eclipse.linuxtools.tmf.ui.tests/pom.xml
org.eclipse.linuxtools.tmf.ui/plugin.properties
org.eclipse.linuxtools.tmf.ui/pom.xml
org.eclipse.linuxtools.tmf/feature.properties
org.eclipse.linuxtools.tmf/pom.xml
pom.xml
This page took 0.038669 seconds and 5 git commands to generate.