mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -40,6 +40,7 @@ public:
|
||||
void on_no_history () override;
|
||||
void on_sync_execution_done () override;
|
||||
void on_command_error () override;
|
||||
void on_user_selected_context_changed (user_selected_what selection) override;
|
||||
|
||||
private:
|
||||
struct saved_output_files
|
||||
|
||||
Reference in New Issue
Block a user