]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/tui/tuiDataWin.h
* utils.c (query): Remove tui hacks; tui must use the query_hook.
[thirdparty/binutils-gdb.git] / gdb / tui / tuiDataWin.h
CommitLineData
c906108c
SS
1#ifndef _TUI_DATAWIN_H
2#define _TUI_DATAWIN_H
3/*
c5aa993b
JM
4 ** This header file supports the display of registers/data in the data window.
5 */
c906108c
SS
6
7
8/*****************************************
9** TYPE DEFINITIONS **
10******************************************/
11
12
13
14/*****************************************
15** PUBLIC FUNCTION EXTERNAL DECLS **
16******************************************/
a14ed312
KB
17extern void tuiEraseDataContent (char *);
18extern void tuiDisplayAllData (void);
19extern void tuiCheckDataValues (struct frame_info *);
20extern void tui_vCheckDataValues (va_list);
21extern void tuiDisplayDataFromLine (int);
22extern int tuiFirstDataItemDisplayed (void);
23extern int tuiFirstDataElementNoInLine (int);
24extern void tuiDeleteDataContentWindows (void);
25extern void tuiRefreshDataWin (void);
26extern void tuiDisplayDataFrom (int, int);
27extern void tuiVerticalDataScroll (TuiScrollDirection, int);
c906108c 28
c5aa993b
JM
29#endif
30/*_TUI_DATAWIN_H*/