qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 93b1b3: scripts/qemu-gdb: Split MtreeCommand


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 93b1b3: scripts/qemu-gdb: Split MtreeCommand into its own ...
Date: Fri, 11 Sep 2015 10:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 93b1b365dc06ff7c69d3131d68c083f824db5311
      
https://github.com/qemu/qemu/commit/93b1b365dc06ff7c69d3131d68c083f824db5311
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M scripts/qemu-gdb.py
    A scripts/qemugdb/__init__.py
    A scripts/qemugdb/mtree.py

  Log Message:
  -----------
  scripts/qemu-gdb: Split MtreeCommand into its own module

As we add more commands to our Python gdb debugging support, it's
going to get unwieldy to have everything in a single file. Split
the implementation of the 'mtree' command from qemu-gdb.py into
its own module.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


  Commit: 191590f09dcbd26822a8bc67628cbd341dd5c07f
      
https://github.com/qemu/qemu/commit/191590f09dcbd26822a8bc67628cbd341dd5c07f
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M scripts/qemu-gdb.py
    A scripts/qemugdb/coroutine.py

  Log Message:
  -----------
  scripts/qemu-gdb: Split CoroutineCommand into its own file

Split the implementation of CoroutineCommand into its own file.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


  Commit: 5e3c72d41e6909450e32f0b99545748cc25e9597
      
https://github.com/qemu/qemu/commit/5e3c72d41e6909450e32f0b99545748cc25e9597
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M scripts/qemu-gdb.py

  Log Message:
  -----------
  scripts/qemu-gdb: Silently pass through SIGUSR1

SIGUSR1 is QEMU's IPI signal, and it gets sent a lot, so is
best silently passed through to the guest without stopping.
Make qemu-gdb.py do this bit of configuration for the user.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


  Commit: 30c38c90bd3f1bb105ebc069ac1821067c980b7c
      
https://github.com/qemu/qemu/commit/30c38c90bd3f1bb105ebc069ac1821067c980b7c
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M scripts/qemu-gdb.py

  Log Message:
  -----------
  scripts/qemu-gdb: Add brief comment describing usage

Add a brief comment describing how to use the debug support
from GDB.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/ba9cef7b6e48...30c38c90bd3f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]