Add or fix CTF types toString
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 19 Feb 2013 20:23:05 +0000 (15:23 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 20 Feb 2013 21:52:31 +0000 (16:52 -0500)
commit419f09a8b640df55fa8e65bda959db7d31000fe7
treea9cacbd4e2f9ee3f29c13fa0e3f094c33b641849
parenta54572d8914ed654cf8d974d398a6335200b394f
Add or fix CTF types toString

* struct: add field names
* variant: print the current field
* enum: print value and container value

Change-Id: I45d9a2fd900a29cd2ef99f15d2d58d4d01151ee1
Reviewed-on: https://git.eclipse.org/r/10490
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/EnumDefinitionTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/StructDefinitionTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/VariantDefinitionTest.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/EnumDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/StructDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/VariantDefinition.java
This page took 0.025226 seconds and 5 git commands to generate.