mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
infcmd.c (program_info): Fix typo.
gdb/ChangeLog: * infcmd.c (program_info): Fix typo.
This commit is contained in:
parent
cf07f4d983
commit
0d41ba00c6
@ -1,3 +1,7 @@
|
||||
2014-09-06 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* infcmd.c (program_info): Fix typo.
|
||||
|
||||
2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
PR gdb/17235
|
||||
|
@ -1852,7 +1852,7 @@ program_info (char *args, int from_tty)
|
||||
gdb_signal_to_string (tp->suspend.stop_signal));
|
||||
}
|
||||
|
||||
if (!from_tty)
|
||||
if (from_tty)
|
||||
{
|
||||
printf_filtered (_("Type \"info stack\" or \"info "
|
||||
"registers\" for more information.\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user