aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
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 b93a1dd..e75eb04 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2021-05-07 Simon Marchi <simon.marchi@efficios.com>
+ * target.c (target_stack::unpush): Call target_ops::find_beneath
+ to get the target beneath `t`.
+
+2021-05-07 Simon Marchi <simon.marchi@efficios.com>
+
* target.c (target_close): Check in all inferiors that the
target is not pushed.