[GDB Trace] Add 'Content' column back to events table (Bug 459711)
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Wed, 11 Feb 2015 18:57:04 +0000 (13:57 -0500)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 11 Feb 2015 23:07:15 +0000 (18:07 -0500)
Change-Id: I2bca9e171d2abd7f6de13ea9c041f1c6a52d6d2a
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/41667
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/GdbEventAspects.java

index a61ecee77406c50745653b2cc610b94ea57d1a8a..9c1b7719b639011943fb04011bf4cda409f4539e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Alexandre Montplaisir - Initial API and implementation
+ *   Bernd Hufmann - Add Content aspect
  *******************************************************************************/
 
 package org.eclipse.tracecompass.internal.gdbtrace.core.trace;
@@ -36,7 +37,8 @@ public final class GdbEventAspects {
             checkNotNull(ImmutableList.of(
                     new TmfContentFieldAspect(GdbTraceEventContent.TRACE_FRAME, GdbTraceEventContent.TRACE_FRAME),
                     new TmfContentFieldAspect(GdbTraceEventContent.TRACEPOINT, GdbTraceEventContent.TRACEPOINT),
-                    new GdbFileAspect()
+                    new GdbFileAspect(),
+                    ITmfEventAspect.BaseAspects.CONTENTS
                     ));
 
     private static class GdbFileAspect implements ITmfEventAspect {
This page took 0.027025 seconds and 5 git commands to generate.