aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-01-18 00:46:13 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-01-18 00:46:13 -0500
commite3b2741b162209a497db03ed4d19890326f16816 (patch)
treeac5b43f6970d26d67aa9ae29d4dca8db73b8456d /gdb/ChangeLog
parentcecb19129054860e40d14c78af5c5ab06873e0ab (diff)
downloadgdb-e3b2741b162209a497db03ed4d19890326f16816.zip
gdb-e3b2741b162209a497db03ed4d19890326f16816.tar.gz
gdb-e3b2741b162209a497db03ed4d19890326f16816.tar.bz2
gdb: const-ify remote_target::add_current_inferior_and_thread parameter
... and adjust callers / callees. gdb/ChangeLog: * remote.c (class remote_target): <add_current_inferior_and_thread>: Constify parameter. (stop_reply_extract_thread): Likewise. (remote_target::get_current_thread): Likewise. (remote_target::add_current_inferior_and_thread): Likewise. Change-Id: Ifdc6c263104b58852b532cfda81caf836437d29c
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e1bf156..657e707 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
+ * remote.c (class remote_target):
+ <add_current_inferior_and_thread>: Constify parameter.
+ (stop_reply_extract_thread): Likewise.
+ (remote_target::get_current_thread): Likewise.
+ (remote_target::add_current_inferior_and_thread): Likewise.
+
+2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
+
* remote.c (class remote_target)
<remote_unpack_thread_info_response,
parse_threadlist_response>: Constify parameter and/or return