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 57618ae..9e4323c 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -6102,7 +6102,7 @@ normal_stop (void) LOCATION: Print only location SRC_AND_LOC: Print location and source line. */ if (do_frame_printing) - print_stack_frame (get_selected_frame (NULL), 0, source_flag); + print_stack_frame (get_selected_frame (NULL), 0, source_flag, 1); /* Display the auto-display expressions. */ do_displays (); |