forked from Imagelibrary/binutils-gdb
gdb: add interp::on_command_error method
Same idea as the previous patches, but for command_error. Change-Id: If6098225dd72fad8be13b3023b35bc8bc48efb9d
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
void on_exited (int status) override;
|
||||
void on_no_history () override;
|
||||
void on_sync_execution_done () override;
|
||||
void on_command_error () override;
|
||||
|
||||
private:
|
||||
struct saved_output_files
|
||||
|
||||
Reference in New Issue
Block a user