From: Francis Deslauriers Date: Thu, 7 May 2020 20:41:18 +0000 (-0400) Subject: bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type X-Git-Tag: v2.13.0-rc1~435 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=70f9f7f95a5a36231e4a71191bcd88d582c3ca81;hp=70f9f7f95a5a36231e4a71191bcd88d582c3ca81;p=lttng-ust.git bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type Enumerations are currently converted to their integer counterparts as soon as they are encountered. In order to use them in captures, we need to differentiate the enumerations from integers for the entirety of the interpretation. This commit adds the `OBJECT_TYPE_SIGNED_ENUM` and `OBJECT_TYPE_UNSIGNED_ENUM` to keep track of these objects. Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I4b3ec8187a578ddc6c9d87f72d462441ba5e4a1e ---