diff options
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r-- | gdb/tui/tui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index afcbe8a..c26802b 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -92,6 +92,9 @@ TuiPoint, *TuiPointPtr; /* tui.c */ extern void tuiFree (char *); extern CORE_ADDR tuiGetLowDisassemblyAddress (CORE_ADDR, CORE_ADDR); +extern void tui_show_assembly (CORE_ADDR addr); +extern int tui_is_window_visible (TuiWinType type); +extern int tui_get_command_dimension (int *width, int *height); /* Initialize readline and configure the keymap for the switching key shortcut. */ |