diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8101a6f54a..ad7c33fe46 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-01-06 Hannes Domani + + * source.c (print_source_lines_base): Set last_line_listed. + 2020-01-06 Shahab Vahedi * tui/tui-disasm.c: Remove trailing spaces. diff --git a/gdb/source.c b/gdb/source.c index 7230c77f73..1bc98d376e 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -1232,6 +1232,7 @@ print_source_lines_base (struct symtab *s, int line, int stopline, loc->set (s, line); first_line_listed = line; + last_line_listed = line; /* If printing of source lines is disabled, just print file and line number. */