aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-04-20 15:35:18 -0400
committerSimon Marchi <simon.marchi@efficios.com>2023-05-30 15:07:26 -0400
commit2e5dbfab563c58b9be34d168e8aaa24878aab38c (patch)
treec4037adde2a345e6d6c189630eb5ff442fd403d3 /gdb/infrun.c
parentbf64d1d5bf718859b2687a0a011246b9cbbca9e1 (diff)
downloadfsf-binutils-gdb-2e5dbfab563c58b9be34d168e8aaa24878aab38c.zip
fsf-binutils-gdb-2e5dbfab563c58b9be34d168e8aaa24878aab38c.tar.gz
fsf-binutils-gdb-2e5dbfab563c58b9be34d168e8aaa24878aab38c.tar.bz2
gdb: add interp::on_no_history method
Same as previous patches, but for no_history. Change-Id: I06930fe7cb4082138c6c5496c5118fe4951c10da
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 43a7ff2..3328631 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -6039,7 +6039,7 @@ handle_inferior_event (struct execution_control_state *ecs)
if (handle_stop_requested (ecs))
return;
- gdb::observers::no_history.notify ();
+ interps_notify_no_history ();
stop_waiting (ecs);
return;
}