scripts/qemugdb: Remove shebang header

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>
This commit is contained in:
Philippe Mathieu-Daudé 2020-05-12 12:32:33 +02:00 committed by Philippe Mathieu-Daudé
parent c86274bc2e
commit 6acc5c0469
6 changed files with 4 additions and 11 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/python
#
# GDB debugging support
#
# Copyright (c) 2015 Linaro Ltd

View File

@ -1,5 +1,4 @@
#!/usr/bin/python
#
# GDB debugging support: aio/iohandler debug
#
# Copyright (c) 2015 Red Hat, Inc.

View File

@ -1,5 +1,4 @@
#!/usr/bin/python
#
# GDB debugging support
#
# Copyright 2012 Red Hat, Inc. and/or its affiliates

View 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']

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# GDB debugging support, TCG status

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# GDB debugging support
#