ctf: Take alignment into consideration for Strings too
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 16 Oct 2013 22:34:32 +0000 (18:34 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 17 Oct 2013 17:11:21 +0000 (13:11 -0400)
commit9722444cb4bbdb06d9d808c833922ddf39e258bd
tree59616982ccc28c44103b9500ee09fd1bbef3ade1
parentcad411b8aab6c4339e26944802351bde2b445235
ctf: Take alignment into consideration for Strings too

The alignment was not taken into consideration at all when reading
strings. It seemed to work so far for standardly-aligned fields, but
it stopped being the case with funky alignments.

This seems to fix bug #419536.

Change-Id: I4bbcb4dff2e8b68f0d86557d84b158131a9945d7
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/17438
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/src/org/eclipse/linuxtools/ctf/core/event/types/FloatDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/IntegerDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/StringDefinition.java
This page took 0.043112 seconds and 5 git commands to generate.