]> git.proxmox.com Git - mirror_qemu.git/commit
scripts/gdb: implement 'qemu bt'
authorMaxim Levitsky <mlevitsk@redhat.com>
Thu, 17 Dec 2020 15:54:36 +0000 (17:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Jan 2021 11:38:03 +0000 (12:38 +0100)
commitb9a0de3773ff2cae858434d44ef04ee257025c76
tree5ad344c9a9ac47774d7599f01a6c8c12d7bd5230
parent4cbf8efc5b894f9dd86867d7e3de8e8f190618c4
scripts/gdb: implement 'qemu bt'

This script first runs the regular gdb's 'bt' command, and then if we are in a
coroutine it prints the coroutines backtraces in the order in which they
were called.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20201217155436.927320-3-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/qemu-gdb.py
scripts/qemugdb/coroutine.py