aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2020-12-13 01:35:05 +0000
committerPedro Alves <pedro@palves.net>2021-02-03 01:15:00 +0000
commitd758e62c0ecca0c26547cfe40aa1f32d6e8464b7 (patch)
treea6ff84e19b8089548fee67abb16f7acd86940610 /gdb/ChangeLog
parent7e9cf1fe361dda0d6f06daeaa95eb98234f50764 (diff)
downloadgdb-d758e62c0ecca0c26547cfe40aa1f32d6e8464b7.zip
gdb-d758e62c0ecca0c26547cfe40aa1f32d6e8464b7.tar.gz
gdb-d758e62c0ecca0c26547cfe40aa1f32d6e8464b7.tar.bz2
Factor out after-stop event handling code from stop_all_threads
This moves the code handling an event out of wait_one to a separate function, to be used in another context in a following patch. gdb/ChangeLog: * infrun.c (handle_one): New function, factored out from ... (stop_all_threads): ... here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f11092d..920df3e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2021-02-03 Pedro Alves <pedro@palves.net>
+ * infrun.c (handle_one): New function, factored out from ...
+ (stop_all_threads): ... here.
+
+2021-02-03 Pedro Alves <pedro@palves.net>
+
* remote.c (remote_notif_stop_ack): Don't error out on
TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
(remote_target::discard_pending_stop_replies): Don't delete