summaryrefslogtreecommitdiff
path: root/gdb/tui/tuiRegs.h
blob: a9f077d186064a72ce03b58d1930d0e2e8b767a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef _TUI_REGS_H
#define _TUI_REGS_H
/*
   ** This header file supports the display of registers in the data window.
 */

/*****************************************
** TYPE DEFINITIONS                        **
******************************************/



/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS        **
******************************************/
extern void tuiCheckRegisterValues PARAMS ((struct frame_info *));
extern void tuiShowRegisters PARAMS ((TuiRegisterDisplayType));
extern void tuiDisplayRegistersFrom PARAMS ((int));
extern int tuiDisplayRegistersFromLine PARAMS ((int, int));
extern int tuiLastRegsLineNo PARAMS ((void));
extern int tuiFirstRegElementInLine PARAMS ((int));
extern int tuiLastRegElementInLine PARAMS ((int));
extern int tuiLineFromRegElementNo PARAMS ((int));
extern void tuiToggleFloatRegs PARAMS ((void));
extern int tuiCalculateRegsColumnCount PARAMS ((TuiRegisterDisplayType));


#endif
/*_TUI_REGS_H*/