X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/2b750d9d261bda7f75b39dfc1e1e5f22502929d5..d535f5d363e29ad6f07e2df4c1ef1d3f17222198:/scripts/qemu-gdb.py diff --git a/scripts/qemu-gdb.py b/scripts/qemu-gdb.py index d6f2e5a903..b3f8e04f77 100644 --- a/scripts/qemu-gdb.py +++ b/scripts/qemu-gdb.py @@ -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.