binutils-gdb/gdb/tui
Stephane Carrez 00b2bad465 * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare.
(tui_update_breakpoint_info): Declare.
	(tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.

	* tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Update breakpoint
	information using tui_update_breakpoint_info.
	(tui_update_all_breakpoint_info): New function to refresh all
	execution windows.
	(tui_update_breakpoint_info): New function to recompute the status
	of exec info window from breakpoints.
	(tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.
	(tuiSetExecInfoContent): Use the exec info flags computed by
	tui_update_breakpoint_info to display a short status about breakpoints.

	* tuiData.h (TuiExecInfoContent): New for exec info string.
	(TuiWhichElement): Use it.
	(TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT): New defines.
	(TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): New defines.
	(TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS): Likewise.
	(TUI_EXECINFO_SIZE): Likewise.
	* tuiData.c (initContentElement): Clear exec info string.

	* tui-hooks.c (get_breakpoint): Remove.
	(tui_event_create_breakpoint): Call tui_update_all_breakpoint_info.
	(tui_event_delete_breakpoint): Likewise.
	(tui_event_modify_breakpoint): Likewise.
2002-08-30 20:07:05 +00:00
..
ChangeLog * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tui-file.c
tui-file.h
tui-hooks.c * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tui-out.c
tui.c * tui.c (tuiGetLowDisassemblyAddress): Moved from here. 2002-08-28 20:33:27 +00:00
tui.h
tuiCommand.c
tuiCommand.h
tuiData.c * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tuiData.h * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tuiDataWin.c
tuiDataWin.h
tuiDisassem.c * tui.c (tuiGetLowDisassemblyAddress): Moved from here. 2002-08-28 20:33:27 +00:00
tuiDisassem.h
tuiGeneralWin.c
tuiGeneralWin.h
tuiIO.c
tuiIO.h
tuiLayout.c
tuiLayout.h
tuiRegs.c
tuiRegs.h
tuiSource.c
tuiSource.h
tuiSourceWin.c * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tuiSourceWin.h * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare. 2002-08-30 20:07:05 +00:00
tuiStack.c
tuiStack.h
tuiWin.c
tuiWin.h