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/tuiStack.c | |
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/tuiStack.c')
-rw-r--r-- | gdb/tui/tuiStack.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/tui/tuiStack.c b/gdb/tui/tuiStack.c index 80fb33d..ce979dd 100644 --- a/gdb/tui/tuiStack.c +++ b/gdb/tui/tuiStack.c @@ -422,14 +422,9 @@ tui_vShowFrameInfo (va_list args) void _initialize_tuiStack (void) { - if (tui_version) - { - add_com ("update", class_tui, _tuiUpdateLocation_command, - "Update the source window and locator to display the current execution point.\n"); - } - - return; -} /* _initialize_tuiStack */ + add_com ("update", class_tui, _tuiUpdateLocation_command, + "Update the source window and locator to display the current execution point.\n"); +} /***************************************** |