]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbserver: linux-low: make linux_process_target::filter_event return void
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Feb 2021 15:56:56 +0000 (10:56 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Feb 2021 15:56:56 +0000 (10:56 -0500)
commit1a48f0027d52f507da1817406279c1b81a6fa262
tree70b47730720f7d232ca5dcfb9a9d971e2028b826
parent897608ed56a73739aa675011c2104565b68fc8bb
gdbserver: linux-low: make linux_process_target::filter_event return void

Same as the previous patch, but for GDBserver.  The return value of this
method is never used, change it to return void.

gdbserver/ChangeLog:

* linux-low.cc (linux_process_target::filter_event): Return
void.
* linux-low.h (class linux_process_target) <filter_event>:
Return void.

Change-Id: I79e5dc04d9b21b9f01c6d675fa463d1b1a703b3a
gdbserver/ChangeLog
gdbserver/linux-low.cc
gdbserver/linux-low.h