PR symtab/17559
[deliverable/binutils-gdb.git] / gdb / tui / tui-win.c
index 9c7a23f8b4968a568ee6e2100aefade1f5c691c5..d17a1e4741c8bbe4ffe520c57804d64f02e8dcd6 100644 (file)
@@ -1386,7 +1386,7 @@ make_visible_with_new_height (struct tui_win_info *win_info)
          struct frame_info *frame = deprecated_safe_get_selected_frame ();
          struct gdbarch *gdbarch = get_frame_arch (frame);
 
-         s = find_pc_symtab (get_frame_pc (frame));
+         s = find_pc_line_symtab (get_frame_pc (frame));
          if (win_info->generic.type == SRC_WIN)
            {
              line.loa = LOA_LINE;
This page took 0.031864 seconds and 4 git commands to generate.