gdb: add interp::on_normal_stop method
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 2 Mar 2023 01:38:35 +0000 (20:38 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 30 May 2023 19:07:26 +0000 (15:07 -0400)
commit8782926771b1212acb90b944f7402466c998d592
treef46baf46bc4895ecbd7fbcec6b5243f1a0bcc1ab
parent3f75a984d27da2801a9c4237b2b40917c68d6f19
gdb: add interp::on_normal_stop method

Same idea as the previous patch, but for the normal_stop event.

Change-Id: I4fc8ca8a51c63829dea390a2b6ce30b77f9fb863
gdb/cli/cli-interp.c
gdb/cli/cli-interp.h
gdb/infrun.c
gdb/infrun.h
gdb/interps.c
gdb/interps.h
gdb/mi/mi-interp.c
gdb/mi/mi-interp.h
gdb/remote.c