aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-04-24 15:46:00 -0400
committerSimon Marchi <simon.marchi@efficios.com>2023-04-24 15:49:23 -0400
commit41966608a1ee2bde59772c41aae6ec95b309ff26 (patch)
tree5425dd252a689193d4aecf665d0289b7ea49d34c /gdb/infrun.c
parent618e9847c576e97724a39077925588e4c19119b2 (diff)
downloadgdb-41966608a1ee2bde59772c41aae6ec95b309ff26.zip
gdb-41966608a1ee2bde59772c41aae6ec95b309ff26.tar.gz
gdb-41966608a1ee2bde59772c41aae6ec95b309ff26.tar.bz2
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
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index b79642e..2f1c6cd 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -8499,18 +8499,6 @@ end_stepping_range (struct execution_control_state *ecs)
with whatever uiout is right. */
void
-print_end_stepping_range_reason (struct ui_out *uiout)
-{
- /* For CLI-like interpreters, print nothing. */
-
- if (uiout->is_mi_like_p ())
- {
- uiout->field_string ("reason",
- async_reason_lookup (EXEC_ASYNC_END_STEPPING_RANGE));
- }
-}
-
-void
print_signal_exited_reason (struct ui_out *uiout, enum gdb_signal siggnal)
{
annotate_signalled ();