gdb: remove end_stepping_range observable
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 24 Apr 2023 19:46:00 +0000 (15:46 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 24 Apr 2023 19:49:23 +0000 (15:49 -0400)
commit41966608a1ee2bde59772c41aae6ec95b309ff26
tree5425dd252a689193d4aecf665d0289b7ea49d34c
parent618e9847c576e97724a39077925588e4c19119b2
gdb: remove end_stepping_range observable

I noticed that this observable was never notified, which means we can
probably safely remove it.  The notification was removed in:

    commit 243a925328f8e3184b2356bee497181049c0174f
    Author: Pedro Alves <palves@redhat.com>
    Date:   Wed Sep 9 18:23:24 2015 +0100

        Replace "struct continuation" mechanism by something more extensible

print_end_stepping_range_reason in turn becomes unused, so remote it as
well.

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