gdb: add interp::on_exited method
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 20 Apr 2023 18:46:58 +0000 (14:46 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 30 May 2023 19:07:26 +0000 (15:07 -0400)
commitbf64d1d5bf718859b2687a0a011246b9cbbca9e1
tree9f77aeb905a2235897e26355aa1cce894a7c0d6c
parentd6bd2ef5f4c2027a68810f4a9dbe871b61e819ab
gdb: add interp::on_exited method

Same as previous patch, but for exited.  Remove the exited observable,
since nothing uses it anymore, and we don't have anything coming that
will use it.

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