old-cross-binutils/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 * defs.h (XMALLOC): Define. 2002-03-19 02:51:09 +00:00
tui.c * tui.c (tuiGetLowDisassemblyAddress): Moved from here. 2002-08-28 20:33:27 +00:00
tui.h * tuiSourceWin.c (tui_display_main): Rename from tuiDisplayMainFunction 2002-08-25 19:19:50 +00:00
tuiCommand.c Add FIXME explaining include problem. 2002-03-01 06:19:28 +00:00
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 Add FIXME explaining include problem. 2002-03-01 06:19:28 +00:00
tuiDataWin.h
tuiDisassem.c * tui.c (tuiGetLowDisassemblyAddress): Moved from here. 2002-08-28 20:33:27 +00:00
tuiDisassem.h * tuiDisassem.c (tui_disassemble): New function to disassemble 2002-08-27 21:59:49 +00:00
tuiGeneralWin.c * tuiSourceWin.c (tuiSetHasBreakAt): Use filename for breakpoint 2002-08-25 11:00:46 +00:00
tuiGeneralWin.h * tuiSourceWin.c (tui_show_source_line): New function. 2002-08-24 12:28:33 +00:00
tuiIO.c * tuiIO.c (CTRL_CHAR): Redefine and use readline 4.3 definition. 2002-08-27 20:58:27 +00:00
tuiIO.h
tuiLayout.c * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and 2002-08-24 15:25:25 +00:00
tuiLayout.h * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and 2002-08-24 15:25:25 +00:00
tuiRegs.c * tuiRegs.c (tuiDisplayRegistersFrom): Remove unused locals. 2002-08-25 09:12:36 +00:00
tuiRegs.h
tuiSource.c * tuiSourceWin.c (tuiSetHasBreakAt): Use filename for breakpoint 2002-08-25 11:00:46 +00:00
tuiSource.h * tuiSource.h (m_tuiShowSourceAsIs): Remove macro. 2002-08-25 18:58:58 +00:00
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.c (tuiSetLocatorContent): Remove. 2002-08-25 17:13:29 +00:00
tuiStack.h * tuiSourceWin.c (tuiDisplayMainFunction): Update to use 2002-08-25 13:13:20 +00:00
tuiWin.c * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what 2002-08-24 16:43:08 +00:00
tuiWin.h * tuiWin.h (tui_update_gdb_sizes): Declare. 2002-08-25 07:56:01 +00:00