gdb: remove unused argument from gdb_init
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 22 Apr 2021 15:46:23 +0000 (16:46 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 28 Apr 2021 08:56:19 +0000 (09:56 +0100)
commita3b5ef3e45642e2e162f02f125a2322c3d1ad95f
tree3cd7c05246ca1daa275ec4c7cc39a93e7e602ebc
parenteb19308f2d09675dd936960c15603ae749e0f837
gdb: remove unused argument from gdb_init

The argument to gdb_init is not used, remove it.

There should be no user visible changes after this commit.

gdb/ChangeLog:

* main.c (captured_main_1): Don't pass argument to gdb_init.
* top.c (gdb_init): Remove unused argument, and add header
comment.
* top.h (gdb_init): Remove argument.
gdb/ChangeLog
gdb/main.c
gdb/top.c
gdb/top.h