forked from Imagelibrary/binutils-gdb
gdb: add interp::on_new_thread method
Same idea as previous patches, but for new_thread. Change-Id: Ib70ae3421b736fd69d86c4e7c708bec349aa256c
This commit is contained in:
@@ -446,6 +446,14 @@ interps_notify_user_selected_context_changed (user_selected_what selection)
|
||||
interps_notify (&interp::on_user_selected_context_changed, selection);
|
||||
}
|
||||
|
||||
/* See interps.h. */
|
||||
|
||||
void
|
||||
interps_notify_new_thread (thread_info *t)
|
||||
{
|
||||
interps_notify (&interp::on_new_thread, t);
|
||||
}
|
||||
|
||||
/* This just adds the "interpreter-exec" command. */
|
||||
void _initialize_interpreter ();
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user