]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
scripts/qemugdb: Remove shebang header
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 May 2020 10:32:33 +0000 (12:32 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 11:56:46 +0000 (13:56 +0200)
These scripts are loaded as plugin by GDB (and they don't
have any __main__ entry point). Remove the shebang header.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200512103238.7078-2-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
scripts/qemugdb/__init__.py
scripts/qemugdb/aio.py
scripts/qemugdb/coroutine.py
scripts/qemugdb/mtree.py
scripts/qemugdb/tcg.py
scripts/qemugdb/timers.py

index 969f552b264bf75f219fe2e63e98d17069389d52..da8ff612e5d0c423bd680579f4ae1127e63cda71 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
 # GDB debugging support
 #
 # Copyright (c) 2015 Linaro Ltd
index 2ba00c4444254da28bae6bbc4685be0f29e49d15..d7c1ba0c2866ecb73d04f0dfc4e15bf885041156 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
 # GDB debugging support: aio/iohandler debug
 #
 # Copyright (c) 2015 Red Hat, Inc.
index 41e079d0e2b0128bad8460b90cb42cb4711ef25d..db6138902262a1ec3ede99e358988e6632d43889 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
 # GDB debugging support
 #
 # Copyright 2012 Red Hat, Inc. and/or its affiliates
index 3030a60d3f317b16cd3181bf230e93bb78cb44a0..8fe42c3c12d57c39f690563ea515385607ea879b 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
 # GDB debugging support
 #
 # Copyright 2012 Red Hat, Inc. and/or its affiliates
@@ -84,4 +83,3 @@ class MtreeCommand(gdb.Command):
         while not isnull(subregion):
             self.print_item(subregion, addr, level)
             subregion = subregion['subregions_link']['tqe_next']
-
index 18880fc9a78c3b4d2d7e96f59d579d34cf1167b5..16c03c06a9437776d5eed962aacf598f0ceb2499 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
 # GDB debugging support, TCG status
index f0e132d27a77ff01d2fec5321b0404b1172efe74..46537b27cf058ecbebb8d55f958548e274261073 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # GDB debugging support
 #