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:
Simon Marchi
2023-04-28 14:55:18 -04:00
parent c3d321de3f
commit 2736b77153
8 changed files with 12 additions and 23 deletions

View File

@@ -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