qemu-e2k/scripts/qemugdb
Vladimir Sementsov-Ogievskiy 6eaa20c836 qemugdb/coroutine: fix arch_prctl has unknown return type
qemu coroutine command results in following error output:

Python Exception <class 'gdb.error'> 'arch_prctl' has unknown return
type; cast the call to its declared return type: Error occurred in
Python command: 'arch_prctl' has unknown return type; cast the call to
its declared return type

Fix it by giving it what it wants: arch_prctl return type.

Information on the topic:
   https://sourceware.org/gdb/onlinedocs/gdb/Calling.html

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20190206151425.105871-1-vsementsov@virtuozzo.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2019-02-12 11:49:17 +08:00
..
__init__.py scripts/qemu-gdb: Split MtreeCommand into its own module 2015-09-11 17:14:49 +01:00
aio.py gdb command: qemu handlers 2015-10-29 17:59:27 +00:00
coroutine.py qemugdb/coroutine: fix arch_prctl has unknown return type 2019-02-12 11:49:17 +08:00
mtree.py scripts/qemugdb/mtree.py: fix up mtree dump 2017-04-07 15:24:56 +01:00
tcg.py scripts/qemu-gdb: add simple tcg lock status helper 2018-01-16 14:54:51 +01:00
timers.py scripts/qemu-gdb/timers.py: define encoding in header comment 2018-02-05 13:54:39 +01:00