diff options
| author | Theofilos Augoustis <theofilos.augoustis@tum.de> | 2025-08-27 15:44:57 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@tum.de> | 2025-08-27 16:46:29 +0000 |
| commit | 9729ae38f8e44a17cb0915952791b5b906b4b7fa (patch) | |
| tree | e2e0dd02d4eae136e7475346ab4f09c18930876e /tools/verify_qemu.py | |
| parent | 849e5a6ec6e0246b5dde1fb2583aa13ed288e9c1 (diff) | |
| download | focaccia-9729ae38f8e44a17cb0915952791b5b906b4b7fa.tar.gz focaccia-9729ae38f8e44a17cb0915952791b5b906b4b7fa.zip | |
Migrate to nix flakes, uv and pyproject toml for builds
Diffstat (limited to 'tools/verify_qemu.py')
| -rwxr-xr-x | tools/verify_qemu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/verify_qemu.py b/tools/verify_qemu.py index df9f83d..7402852 100755 --- a/tools/verify_qemu.py +++ b/tools/verify_qemu.py @@ -72,7 +72,7 @@ def try_remove(l: list, v): if __name__ == "__main__": prog = make_argparser() - prog.add_argument('--gdb', default='/bin/gdb', + prog.add_argument('--gdb', default='gdb', help='GDB binary to invoke.') args = prog.parse_args() |