From 1a48f0027d52f507da1817406279c1b81a6fa262 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 23 Feb 2021 10:56:56 -0500 Subject: 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) : Return void. Change-Id: I79e5dc04d9b21b9f01c6d675fa463d1b1a703b3a --- gdbserver/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdbserver/ChangeLog') diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index 0c93ae0..0e713cc 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,10 @@ +2021-02-23 Simon Marchi + + * linux-low.cc (linux_process_target::filter_event): Return + void. + * linux-low.h (class linux_process_target) : + Return void. + 2021-02-12 Tom Tromey * gdbreplay.cc (remote_desc): Remove. -- cgit v1.1