gdb: add interp::on_sync_execution_done method
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 20 Apr 2023 19:47:59 +0000 (15:47 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 30 May 2023 19:07:26 +0000 (15:07 -0400)
commitc3d321de3f35dc67d7eb0826e6cc8bc1f22a91e6
tree0022bf493c246e39ead67332820e9f609b39bcdd
parent2e5dbfab563c58b9be34d168e8aaa24878aab38c
gdb: add interp::on_sync_execution_done method

Same as previous patches, but for sync_execution_done.  Except that
here, we only want to notify the interpreter that is executing the
command, not all interpreters.

Change-Id: I729c719447b5c5f29af65dbf6fed9132e2cd308b
gdb/cli/cli-interp.c
gdb/cli/cli-interp.h
gdb/infrun.c
gdb/interps.h
gdb/mi/mi-interp.c
gdb/mi/mi-interp.h
gdb/observable.c
gdb/observable.h