aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-02-23 10:56:56 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-02-23 10:56:56 -0500
commit1a48f0027d52f507da1817406279c1b81a6fa262 (patch)
tree70b47730720f7d232ca5dcfb9a9d971e2028b826 /gdbserver/ChangeLog
parent897608ed56a73739aa675011c2104565b68fc8bb (diff)
downloadgdb-1a48f0027d52f507da1817406279c1b81a6fa262.zip
gdb-1a48f0027d52f507da1817406279c1b81a6fa262.tar.gz
gdb-1a48f0027d52f507da1817406279c1b81a6fa262.tar.bz2
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
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r--gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <simon.marchi@polymtl.ca>
+
+ * linux-low.cc (linux_process_target::filter_event): Return
+ void.
+ * linux-low.h (class linux_process_target) <filter_event>:
+ Return void.
+
2021-02-12 Tom Tromey <tromey@adacore.com>
* gdbreplay.cc (remote_desc): Remove.