diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 7cee7c8..52a1c15 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -6196,7 +6196,7 @@ signals_info (char *signum_exp, int from_tty) /* The $_siginfo convenience variable is a bit special. We don't know for sure the type of the value until we actually have a chance to - fetch the data. The type can change depending on gdbarch, so it it + fetch the data. The type can change depending on gdbarch, so it is also dependent on which thread you have selected. 1. making $_siginfo be an internalvar that creates a new value on |