binutils-gdb/gdb/tui
Eli Zaretskii b5de0fa741 The following changes avoid polluting global namespace with the
`enable' and `disable' identifiers, because some platforms define
	in their system headers symbols with global scope that go by those
	names.

	* breakpoint.h (enum enable_state): Rename from `enum enable'.
	Also rename all the enum members to have the "bp_" prefix.
	(struct breakpoint): Rename the `enable' member to `enable_state'.
	(enum bpdisp): Rename all members to have the "disp_" prefix.

	* breakpoint.c: All users of `enum enable' and `enum bpdisp'
	changed.
	(args_for_catchpoint_enable): Rename the `enable' member to
	`enable_p'.  All users changed.

	* tracepoint.h (enum enable): Remove.
	(struct tracepoint): The member `enabled' is now `int enabled_p'.

	* tracepoint.c: All users of the `enabled' member changed.

	* printcmd.c (struct display): The `status' member is now an int.

	* memattr.h (struct mem_region): Rename the `status' member to
	`enabled_p'.
	(enum enable): Remove.

	* memattr.c: Change all users of the `status' member of struct
	mem_region to use `enabled_p' instead.

	* infcmd.c (run_stack_dummy): Use disp_del instead of del.

	* go32-nat.c: Remove the kludgey work-around for conflicts between
	<dos.h> and "breakpoint.h".
	* tui/tuiSourceWin.c: Use disp_del instead of del.

	* tui/tuiSource.c: Use disp_del instead of del.

	* tui/tuiDisassem.c: Use disp_del instead of del.
2001-08-02 11:58:29 +00:00
..
ChangeLog The following changes avoid polluting global namespace with the 2001-08-02 11:58:29 +00:00
tui-file.c * tui-file.c (tui_file_fputs): Use tui_puts. 2001-07-21 20:55:34 +00:00
tui-file.h * tui-file.h (fputs_unfiltered_hook): Remove. 2001-07-17 06:42:58 +00:00
tui-hooks.c * tui-hooks.c: New file, gdb hooks for tui. 2001-07-24 20:40:39 +00:00
tui-out.c * tui-hooks.c: New file, gdb hooks for tui. 2001-07-24 20:40:39 +00:00
tui.c * tui.c (tui_enable): Remove call to terminal_save_ours(). 2001-07-31 19:00:50 +00:00
tui.h * tuiStack.c (tuiUpdateLocatorFilename): Use const char*. 2001-07-23 21:13:57 +00:00
tuiCommand.c * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences. 2001-07-20 22:17:49 +00:00
tuiCommand.h * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences. 2001-07-20 22:17:49 +00:00
tuiData.c * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. 2001-07-20 23:06:48 +00:00
tuiData.h * tuiIO.c (tui_cont_sig): Update cursor position on the screen to 2001-07-23 21:16:20 +00:00
tuiDataWin.c * tuiSourceWin.h: Remove unused declarations. 2001-07-20 22:26:54 +00:00
tuiDataWin.h * tuiSourceWin.h: Remove unused declarations. 2001-07-20 22:26:54 +00:00
tuiDisassem.c The following changes avoid polluting global namespace with the 2001-08-02 11:58:29 +00:00
tuiDisassem.h * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. 2001-07-20 23:06:48 +00:00
tuiGeneralWin.c * tuiGeneralWin.c (boxWin): Use the tui configuration variables. 2001-07-21 19:44:38 +00:00
tuiGeneralWin.h * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright. 2001-07-14 19:01:25 +00:00
tuiIO.c * tuiIO.c (tui_cont_sig): Update cursor position on the screen to 2001-07-23 21:16:20 +00:00
tuiIO.h * tuiIO.h: Remove old declarations and add the new ones. 2001-07-21 19:56:54 +00:00
tuiLayout.c * tuiSourceWin.h: Remove unused declarations. 2001-07-20 22:26:54 +00:00
tuiLayout.h * tuiSourceWin.h: Remove unused declarations. 2001-07-20 22:26:54 +00:00
tuiRegs.c * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin. 2001-07-21 19:46:59 +00:00
tuiRegs.h * tuiStack.c (tuiSetLocatorInfo): Cleanup. 2001-07-21 20:52:56 +00:00
tuiSource.c The following changes avoid polluting global namespace with the 2001-08-02 11:58:29 +00:00
tuiSource.h * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. 2001-07-20 23:06:48 +00:00
tuiSourceWin.c The following changes avoid polluting global namespace with the 2001-08-02 11:58:29 +00:00
tuiSourceWin.h * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. 2001-07-20 23:06:48 +00:00
tuiStack.c * tuiStack.c (tuiUpdateLocatorFilename): Use const char*. 2001-07-23 21:13:57 +00:00
tuiStack.h * tuiStack.c (tuiUpdateLocatorFilename): Use const char*. 2001-07-23 21:13:57 +00:00
tuiWin.c * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for 2001-07-28 19:30:54 +00:00
tuiWin.h * tuiGeneralWin.c (boxWin): Use the tui configuration variables. 2001-07-21 19:44:38 +00:00