skip breakpoints without a location (pending breakpoints).
+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:
&& 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)