forked from Imagelibrary/binutils-gdb
gdb: add interp::on_user_selected_context_changed method
Same as previous patches, but for user_selected_context_changed. Change-Id: I40de15be897671227d4bcf3e747f0fd595f0d5be
This commit is contained in:
@@ -218,6 +218,9 @@ extern void notify_signal_received (gdb_signal sig);
|
||||
normally. */
|
||||
extern void notify_normal_stop (bpstat *bs, int print_frame);
|
||||
|
||||
/* Notify interpreters and observers that the user focus has changed. */
|
||||
extern void notify_user_selected_context_changed (user_selected_what selection);
|
||||
|
||||
/* Several print_*_reason helper functions to print why the inferior
|
||||
has stopped to the passed in UIOUT. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user