diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-04-20 15:47:59 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-05-30 15:07:26 -0400 |
commit | c3d321de3f35dc67d7eb0826e6cc8bc1f22a91e6 (patch) | |
tree | 0022bf493c246e39ead67332820e9f609b39bcdd /gdb/observable.c | |
parent | 2e5dbfab563c58b9be34d168e8aaa24878aab38c (diff) | |
download | binutils-c3d321de3f35dc67d7eb0826e6cc8bc1f22a91e6.zip binutils-c3d321de3f35dc67d7eb0826e6cc8bc1f22a91e6.tar.gz binutils-c3d321de3f35dc67d7eb0826e6cc8bc1f22a91e6.tar.bz2 |
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
Diffstat (limited to 'gdb/observable.c')
-rw-r--r-- | gdb/observable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/observable.c b/gdb/observable.c index 502e2d9..f52989d 100644 --- a/gdb/observable.c +++ b/gdb/observable.c @@ -34,7 +34,6 @@ bool observer_debug = false; DEFINE_OBSERVABLE (normal_stop); DEFINE_OBSERVABLE (signal_received); -DEFINE_OBSERVABLE (sync_execution_done); DEFINE_OBSERVABLE (command_error); DEFINE_OBSERVABLE (target_changed); DEFINE_OBSERVABLE (executable_changed); |