Go to file
Zang Ruochen 81f0a3c12f ltrace:Bug fix for data type length judgment
...
if (byte_size == sizeof(long)) {

        *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;

        return true;

}
...

If ltrace's target command has a dbg package, ltrace will look for the debug file and analyze its contents.
Ltrace determines the type of analysis result variable. The type of the variable is longlong.
On 32-bit systems, longlong is 8 and long is 4 (same as in).
An error occurred because the ltrace code did not process a variable of length 8.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-21 04:44:10 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
meta-gnome dconf: Fix build with meson 0.52 2019-10-21 04:44:10 -07:00
meta-initramfs Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
meta-multimedia tremor: Clarify BSD license variant 2019-10-17 05:53:26 -07:00
meta-networking freeradius: fix PIDFile path in radiusd.service file 2019-10-21 04:41:24 -07:00
meta-oe ltrace:Bug fix for data type length judgment 2019-10-21 04:44:10 -07:00
meta-perl Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
meta-python python3-msm: Initial commit of version 0.8.3 2019-10-21 04:41:24 -07:00
meta-webserver Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
meta-xfce xfce4-wavelan-plugin: Clarify BSD license variant 2019-10-17 05:53:25 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories