diff options
Diffstat (limited to 'gdb/inferior.c')
-rw-r--r-- | gdb/inferior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.c b/gdb/inferior.c index d5866e1..28a5200 100644 --- a/gdb/inferior.c +++ b/gdb/inferior.c @@ -739,7 +739,7 @@ inferior_command (char *args, int from_tty) else if (inf->pid != 0) { ui_out_text (current_uiout, "\n"); - print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC); + print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC, 1); } } |