diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 4a91a40..c4cdb06 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1009,7 +1009,7 @@ step_once (int skip_subroutines, int single_inst, int count, int thread) target_terminal_ours (); printf_filtered (_("\ -Single stepping until exit from function %s, \n\ +Single stepping until exit from function %s,\n\ which has no line number information.\n"), name); } } |