diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-19 22:47:46 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-19 22:47:46 +0000 |
commit | 417832958402db68b1c2e3f345881ae0f8630100 (patch) | |
tree | 4ad17d4e6d5449aac85f44e67b98c8e768e8b5dd /gdb/tui/ChangeLog | |
parent | 3024f13a83deadef212a3d8606d3784033615ea2 (diff) | |
download | gdb-417832958402db68b1c2e3f345881ae0f8630100.zip gdb-417832958402db68b1c2e3f345881ae0f8630100.tar.gz gdb-417832958402db68b1c2e3f345881ae0f8630100.tar.bz2 |
* tuiWin.c (_initialize_tuiWin): Always define the tui commands;
create the tui class help.
* tuiLayout.c (_initialize_tuiLayout): Always define the tui commands.
* tuiRegs.c (_initialize_tuiRegs): Likewise.
* tuiStack.c (_initialize_tuiStack): Likewise.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 8277bbe..59f2b1f 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,11 @@ +2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * tuiWin.c (_initialize_tuiWin): Always define the tui commands; + create the tui class help. + * tuiLayout.c (_initialize_tuiLayout): Always define the tui commands. + * tuiRegs.c (_initialize_tuiRegs): Likewise. + * tuiStack.c (_initialize_tuiStack): Likewise. + 2001-07-19 Stephane Carrez <Stephane.Carrez@worldnet.fr> * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR. |