]> Git Repo - qemu.git/blobdiff - scripts/qemu-gdb.py
qapi: Drop unused QAPIDoc member optional
[qemu.git] / scripts / qemu-gdb.py
index d6f2e5a9036eeb1bf939b35594f137ba64f9be5a..b3f8e04f7797db4939692a427b28776ef97a0f65 100644 (file)
@@ -26,7 +26,7 @@ import os, sys
 
 sys.path.append(os.path.dirname(__file__))
 
-from qemugdb import mtree, coroutine
+from qemugdb import aio, mtree, coroutine
 
 class QemuCommand(gdb.Command):
     '''Prefix for QEMU debug support commands'''
@@ -37,6 +37,10 @@ class QemuCommand(gdb.Command):
 QemuCommand()
 coroutine.CoroutineCommand()
 mtree.MtreeCommand()
+aio.HandlersCommand()
+
+coroutine.CoroutineSPFunction()
+coroutine.CoroutinePCFunction()
 
 # Default to silently passing through SIGUSR1, because QEMU sends it
 # to itself a lot.
This page took 0.023653 seconds and 4 git commands to generate.