OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [tui/] [tuiDataWin.h] - Rev 1774

Go to most recent revision | Compare with Previous | Blame | View Log

#ifndef _TUI_DATAWIN_H
#define _TUI_DATAWIN_H
/*
   ** This header file supports the display of registers/data in the data window.
 */
 
 
/*****************************************
** TYPE DEFINITIONS                        **
******************************************/
 
 
 
/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS        **
******************************************/
extern void tuiEraseDataContent PARAMS ((char *));
extern void tuiDisplayAllData PARAMS ((void));
extern void tuiCheckDataValues PARAMS ((struct frame_info *));
extern void tui_vCheckDataValues PARAMS ((va_list));
extern void tuiDisplayDataFromLine PARAMS ((int));
extern int tuiFirstDataItemDisplayed PARAMS ((void));
extern int tuiFirstDataElementNoInLine PARAMS ((int));
extern void tuiDeleteDataContentWindows PARAMS ((void));
extern void tuiRefreshDataWin PARAMS ((void));
extern void tuiDisplayDataFrom PARAMS ((int, int));
extern void tuiVerticalDataScroll PARAMS ((TuiScrollDirection, int));
 
#endif
/*_TUI_DATAWIN_H*/
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.