ctf: fix bug 491382. Properly display bytefields
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 13 May 2016 03:25:12 +0000 (23:25 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 20 May 2016 20:39:40 +0000 (16:39 -0400)
commitc9c50ae19781e9d60653e4d8d27f387bd2efd387
tree6ff8c5a856d3169233064fcec591332edc9b7640
parent46f0c09c9daf5225c930a368c2230511a6de57a5
ctf: fix bug 491382. Properly display bytefields

Display byte arrays as signed or unsigned and
thus properly sign extend them.

Note: the order or precendence for Integer Arrays is:
* Strings
* Byte Arrays
* Other Ints

Change-Id: I6d9537f4866648094f20419de87a64478c17e2c9
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/72672
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/event/CtfTmfEventFieldTest.java
ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEventField.java
This page took 0.024517 seconds and 5 git commands to generate.