qemu-patch-raspberry4/scripts/tracetool/backend
Fam Zheng db4df20de8 trace: Fix 'char **' compilation error in simple backend
Currently, the generated function body will do "strlen(arg)" but the
argument could be 'char **' or 'char * const *'. Avoid that by excluding
such cases in is_string check.

Reported by patchew's "make docker-test-mingw@fedora".

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1477453806-21097-1-git-send-email-famz@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-10-27 19:24:15 +01:00
..
__init__.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00
dtrace.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00
ftrace.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00
log.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00
simple.py trace: Fix 'char **' compilation error in simple backend 2016-10-27 19:24:15 +01:00
syslog.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00
ust.py trace: introduce a formal group name for trace events 2016-10-12 09:54:53 +02:00