diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-28 23:16:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-28 23:16:50 +0000 |
commit | 47d3492a0e582ea7490fe7f31a2cef77e4534cc8 (patch) | |
tree | aedace62ed9f7f22156a92079306a451e082fefb /gdb/tui/tui-layout.c | |
parent | 98c6820a655019c4f039971ddbc0753ae501a6e0 (diff) | |
download | gdb-47d3492a0e582ea7490fe7f31a2cef77e4534cc8.zip gdb-47d3492a0e582ea7490fe7f31a2cef77e4534cc8.tar.gz gdb-47d3492a0e582ea7490fe7f31a2cef77e4534cc8.tar.bz2 |
2004-01-28 Andrew Cagney <cagney@redhat.com>
* tui/tui-stack.h: Update copyright.
(struct frame_info): Add opaque declaration.
(tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
(tui_show_locator_content): Rename tuiShowLocatorContent.
(tui_show_frame_info): Rename tuiShowFrameInfo.
* tui/tui-stack.c: Update copyright. Update references.
* tui/tui-winsource.c: Update references.
* tui/tui-win.c: Update references.
* tui/tui-layout.c: Update references.
* tui/tui-hooks.c: Update copyright, update references.
* tui/tui.c: Update copyright, update references.
* tui/tui-disasm.c: Update references.
Diffstat (limited to 'gdb/tui/tui-layout.c')
-rw-r--r-- | gdb/tui/tui-layout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index 38d8de5..249f5d7 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -842,7 +842,7 @@ _showSourceDisassemCommand (void) srcWin->detail.sourceInfo.hasLocator = FALSE; disassemWin->detail.sourceInfo.hasLocator = TRUE; m_beVisible (locator); - tuiShowLocatorContent (); + tui_show_locator_content (); tuiShowSourceContent (disassemWin); if (m_winPtrIsNull (cmdWin)) @@ -933,7 +933,7 @@ _showData (TuiLayoutType newLayout) } winList[winType]->detail.sourceInfo.hasLocator = TRUE; m_beVisible (locator); - tuiShowLocatorContent (); + tui_show_locator_content (); addToSourceWindows (winList[winType]); setCurrentLayoutTo (newLayout); @@ -1113,7 +1113,7 @@ _showSourceOrDisassemAndCommand (TuiLayoutType layoutType) { (*winInfoPtr)->detail.sourceInfo.hasLocator = TRUE; m_beVisible (locator); - tuiShowLocatorContent (); + tui_show_locator_content (); tuiShowSourceContent (*winInfoPtr); if (m_winPtrIsNull (cmdWin)) |