gdb: add interp::on_about_to_proceed method
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 21 Apr 2023 13:45:30 +0000 (09:45 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 30 May 2023 19:07:26 +0000 (15:07 -0400)
commit7603ea6afa41382cefeab1e1c85f74a588fcc6ab
tree8b3c674a482bc64bd97616a8d8cc85b0a08b3aea
parentd711fe3b0f31daefa09b5d45b647da1f688c0e96
gdb: add interp::on_about_to_proceed method

Same idea as previous patches, but for about_to_proceed.  We only need
(and want, as far as the mi_interp implementation is concerned) to
notify the interpreter that caused the proceed.

Change-Id: Id259bca10dbc3d43d46607ff7b95243a9cbe2f89
gdb/infrun.c
gdb/interps.h
gdb/mi/mi-interp.c
gdb/mi/mi-interp.h