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:
parent
c86274bc2e
commit
6acc5c0469
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
#
|
||||
# GDB debugging support
|
||||
#
|
||||
# Copyright (c) 2015 Linaro Ltd
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
#
|
||||
# GDB debugging support: aio/iohandler debug
|
||||
#
|
||||
# Copyright (c) 2015 Red Hat, Inc.
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
#
|
||||
# GDB debugging support
|
||||
#
|
||||
# Copyright 2012 Red Hat, Inc. and/or its affiliates
|
||||
|
@ -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']
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# GDB debugging support, TCG status
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# GDB debugging support
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user