From 1ed51b9a902d7669c4dd26edf1a75d79c888bef4 Mon Sep 17 00:00:00 2001 From: Theofilos Augoustis Date: Thu, 28 Aug 2025 13:31:51 +0000 Subject: Refactor tool handling to match flake system --- tools/verify_qemu.py | 106 --------------------------------------------------- 1 file changed, 106 deletions(-) delete mode 100755 tools/verify_qemu.py (limited to 'tools/verify_qemu.py') diff --git a/tools/verify_qemu.py b/tools/verify_qemu.py deleted file mode 100755 index 7402852..0000000 --- a/tools/verify_qemu.py +++ /dev/null @@ -1,106 +0,0 @@ -#!/usr/bin/env python3 - -""" -Spawn GDB, connect to QEMU's GDB server, and read test states from that. - -We need two scripts (this one and the primary `qemu_tool.py`) because we can't -pass arguments to scripts executed via `gdb -x