projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr
[qemu.git]
/
scripts
/
qemu-gdb.py
diff --git
a/scripts/qemu-gdb.py
b/scripts/qemu-gdb.py
index d6f2e5a9036eeb1bf939b35594f137ba64f9be5a..690827e6fc62f1f71fdad173dec1219a7a1e8962 100644
(file)
--- a/
scripts/qemu-gdb.py
+++ b/
scripts/qemu-gdb.py
@@
-26,7
+26,7
@@
import os, sys
sys.path.append(os.path.dirname(__file__))
sys.path.append(os.path.dirname(__file__))
-from qemugdb import
mtree, coroutine
+from qemugdb import
aio, mtree, coroutine, tcg, timers
class QemuCommand(gdb.Command):
'''Prefix for QEMU debug support commands'''
class QemuCommand(gdb.Command):
'''Prefix for QEMU debug support commands'''
@@
-37,6
+37,12
@@
class QemuCommand(gdb.Command):
QemuCommand()
coroutine.CoroutineCommand()
mtree.MtreeCommand()
QemuCommand()
coroutine.CoroutineCommand()
mtree.MtreeCommand()
+aio.HandlersCommand()
+tcg.TCGLockStatusCommand()
+timers.TimersCommand()
+
+coroutine.CoroutineSPFunction()
+coroutine.CoroutinePCFunction()
# Default to silently passing through SIGUSR1, because QEMU sends it
# to itself a lot.
# Default to silently passing through SIGUSR1, because QEMU sends it
# to itself a lot.
This page took
0.024846 seconds
and
4
git commands to generate.