binutils-gdb/gdb/tui/tuiRegs.h

30 lines
892 B
C
Raw Normal View History

#ifndef _TUI_REGS_H
#define _TUI_REGS_H
/*
1999-07-07 22:19:36 +02:00
** This header file supports the display of registers in the data window.
*/
/*****************************************
** TYPE DEFINITIONS **
******************************************/
/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS **
******************************************/
2000-05-28 03:12:42 +02:00
extern void tuiCheckRegisterValues (struct frame_info *);
extern void tuiShowRegisters (TuiRegisterDisplayType);
extern void tuiDisplayRegistersFrom (int);
extern int tuiDisplayRegistersFromLine (int, int);
extern int tuiLastRegsLineNo (void);
extern int tuiFirstRegElementInLine (int);
extern int tuiLastRegElementInLine (int);
extern int tuiLineFromRegElementNo (int);
extern void tuiToggleFloatRegs (void);
extern int tuiCalculateRegsColumnCount (TuiRegisterDisplayType);
1999-07-07 22:19:36 +02:00
#endif
/*_TUI_REGS_H*/