Re: [PATCH v3 1/2] scripts/qemugdb: Remove shebang header

2020-05-12 Thread Philippe Mathieu-Daudé
On 5/12/20 10:55 AM, Kevin Wolf wrote: Am 12.05.2020 um 09:06 hat Philippe Mathieu-Daudé geschrieben: These scripts are loaded as plugin by GDB (and they don't have any __main__ entry point). Remove the shebang header. Acked-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé --- scrip

Re: [PATCH v3 1/2] scripts/qemugdb: Remove shebang header

2020-05-12 Thread Kevin Wolf
Am 12.05.2020 um 09:06 hat Philippe Mathieu-Daudé geschrieben: > These scripts are loaded as plugin by GDB (and they don't > have any __main__ entry point). Remove the shebang header. > > Acked-by: Alex Bennée > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/qemugdb/__init__.py | 3 +

[PATCH v3 1/2] scripts/qemugdb: Remove shebang header

2020-05-12 Thread Philippe Mathieu-Daudé
These scripts are loaded as plugin by GDB (and they don't have any __main__ entry point). Remove the shebang header. Acked-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé --- scripts/qemugdb/__init__.py | 3 +-- scripts/qemugdb/aio.py | 3 +-- scripts/qemugdb/coroutine.py | 3 +--