Re: [Qemu-devel] [PATCH v2 3/6] scripts/qemu-gdb/tcg: new helper to dump tcg state

2017-05-30 Thread Philippe Mathieu-Daudé
On 05/17/2017 11:52 AM, Alex Bennée wrote: This adds a simple helper to dump lock state within TCG. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- scripts/qemu-gdb.py| 3 ++- scripts/qemugdb/tcg.py | 46 ++ 2 files chang

[Qemu-devel] [PATCH v2 3/6] scripts/qemu-gdb/tcg: new helper to dump tcg state

2017-05-17 Thread Alex Bennée
This adds a simple helper to dump lock state within TCG. Signed-off-by: Alex Bennée --- scripts/qemu-gdb.py| 3 ++- scripts/qemugdb/tcg.py | 46 ++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 scripts/qemugdb/tcg.py diff -