mbox series

[0/2] Minor fixes for the Python GDB plugins

Message ID 20220221164948.2873713-1-david.edmondson@oracle.com (mailing list archive)
Headers show
Series Minor fixes for the Python GDB plugins | expand

Message

David Edmondson Feb. 21, 2022, 4:49 p.m. UTC
In attempting to use the Python GDB plugins a couple of problems were
encountered.

David Edmondson (2):
  scripts/qemu-gdb/mtree.py: Int128 are decimal rather than hex
  scripts/qemu-gdb/timers.py: the 'last' attribute is no more

 scripts/qemugdb/mtree.py  | 2 +-
 scripts/qemugdb/timers.py | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)