diff options
Diffstat (limited to 'tools/verify_qemu.py')
| -rwxr-xr-x[-rw-r--r--] | tools/verify_qemu.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/verify_qemu.py b/tools/verify_qemu.py index da2e985..779b903 100644..100755 --- a/tools/verify_qemu.py +++ b/tools/verify_qemu.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + """ Spawn GDB, connect to QEMU's GDB server, and read test states from that. |