* tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
authorPedro Alves <palves@redhat.com>
Sun, 18 Jan 2009 17:05:49 +0000 (17:05 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 18 Jan 2009 17:05:49 +0000 (17:05 +0000)
skip breakpoints without a location (pending breakpoints).

gdb/ChangeLog
gdb/tui/tui-winsource.c

index d889651..93d72b0 100644 (file)
@@ -1,5 +1,10 @@
 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
 
+       * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
+       skip breakpoints without a location (pending breakpoints).
+
+2009-01-18  Pedro Alves  <pedro@codesourcery.com>
+
        PR build/9186:
        * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
 
index 241bc9f..b93c2c9 100644 (file)
@@ -441,6 +441,7 @@ tui_update_breakpoint_info (struct tui_win_info *win,
                && bp->line_number == line->line_or_addr.u.line_no)
               || (win == TUI_DISASM_WIN
                  && line->line_or_addr.loa == LOA_ADDRESS
+                 && bp->loc != NULL
                   && bp->loc->address == line->line_or_addr.u.addr))
             {
               if (bp->enable_state == bp_disabled)