forked from Imagelibrary/binutils-gdb
gdb: add interp::on_no_history method
Same as previous patches, but for no_history. Change-Id: I06930fe7cb4082138c6c5496c5118fe4951c10da
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user