aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-03-01 20:38:35 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-05-30 15:07:26 -0400
commit8782926771b1212acb90b944f7402466c998d592 (patch)
treef46baf46bc4895ecbd7fbcec6b5243f1a0bcc1ab /gdb/remote.c
parent3f75a984d27da2801a9c4237b2b40917c68d6f19 (diff)
downloadfsf-binutils-gdb-8782926771b1212acb90b944f7402466c998d592.zip
fsf-binutils-gdb-8782926771b1212acb90b944f7402466c998d592.tar.gz
fsf-binutils-gdb-8782926771b1212acb90b944f7402466c998d592.tar.bz2
gdb: add interp::on_normal_stop method
Same idea as the previous patch, but for the normal_stop event. Change-Id: I4fc8ca8a51c63829dea390a2b6ce30b77f9fb863
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 0d82d0f..b25a0b7 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -4722,7 +4722,8 @@ remote_target::print_one_stopped_thread (thread_info *thread)
if (signal_print_state (sig))
notify_signal_received (sig);
}
- gdb::observers::normal_stop.notify (NULL, 1);
+
+ notify_normal_stop (nullptr, 1);
}
/* Process all initial stop replies the remote side sent in response