]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/tui/tuiRegs.h
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / tui / tuiRegs.h
1 #ifndef _TUI_REGS_H
2 #define _TUI_REGS_H
3 /*
4 ** This header file supports the display of registers in the data window.
5 */
6
7 /*****************************************
8 ** TYPE DEFINITIONS **
9 ******************************************/
10
11
12
13 /*****************************************
14 ** PUBLIC FUNCTION EXTERNAL DECLS **
15 ******************************************/
16 extern void tuiCheckRegisterValues PARAMS ((struct frame_info *));
17 extern void tuiShowRegisters PARAMS ((TuiRegisterDisplayType));
18 extern void tuiDisplayRegistersFrom PARAMS ((int));
19 extern int tuiDisplayRegistersFromLine PARAMS ((int, int));
20 extern int tuiLastRegsLineNo PARAMS ((void));
21 extern int tuiFirstRegElementInLine PARAMS ((int));
22 extern int tuiLastRegElementInLine PARAMS ((int));
23 extern int tuiLineFromRegElementNo PARAMS ((int));
24 extern void tuiToggleFloatRegs PARAMS ((void));
25 extern int tuiCalculateRegsColumnCount PARAMS ((TuiRegisterDisplayType));
26
27
28 #endif /*_TUI_REGS_H*/