gdb: add interp::on_no_history method

Same as previous patches, but for no_history.

Change-Id: I06930fe7cb4082138c6c5496c5118fe4951c10da
This commit is contained in:
Simon Marchi
2023-04-20 15:35:18 -04:00
parent bf64d1d5bf
commit 2e5dbfab56
9 changed files with 26 additions and 55 deletions

View File

@@ -416,6 +416,14 @@ interps_notify_signal_exited (gdb_signal sig)
/* See interps.h. */
void
interps_notify_no_history ()
{
interps_notify (&interp::on_no_history);
}
/* See interps.h. */
void
interps_notify_normal_stop (bpstat *bs, int print_frame)
{