mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 05:55:23 +08:00
* tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
skip breakpoints without a location (pending breakpoints).
This commit is contained in:
parent
e74994b521
commit
e7243d7347
@ -1,3 +1,8 @@
|
||||
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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user