gdb: make throw_perror_with_name static
authorAndrew Burgess <aburgess@redhat.com>
Tue, 7 Jun 2022 16:23:42 +0000 (17:23 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 8 Jun 2022 19:04:33 +0000 (20:04 +0100)
commit42d77edce1b4d49fed11fc79576ebe359f9b5f7f
tree72726362ef76de5d156f8317ed32e5bc13766d97
parentdeb70aa0322c4c43b68fa859b52a0ccf2d904b0f
gdb: make throw_perror_with_name static

The throw_perror_with_name function is not used outside of utils.c
right now.  And as perror_with_name is just a wrapper around
throw_perror_with_name, then any future calls would be to
perror_with_name.

Lets make throw_perror_with_name static.

There should be no user visible changes after this commit.
gdb/utils.c
gdb/utils.h