]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
gdbserver/server: make some functions void
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 6 May 2021 13:15:13 +0000 (15:15 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Thu, 6 May 2021 13:15:38 +0000 (15:15 +0200)
commit482155e6090a602cd31112d1e3f4e80d37fe6189
tree0a8b6ba67a7dfb893427694889fee98341fc2399
parent284a1309021a0ef4c29f198470d95652f02b13f0
gdbserver/server: make some functions void

The 'handle_v_attach', 'handle_v_run', and 'handle_v_kill' functions'
return values are unused.  They indicate error/success result by
putting packets.  Make the functions void.

Tested by rebuilding.

gdbserver/ChangeLog:
2021-05-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* server.cc (handle_v_attach)
(handle_v_run)
(handle_v_kill): Make void.
gdbserver/ChangeLog
gdbserver/server.cc