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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [tui/] [tuiDataWin.h] - Blame information for rev 1774

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

Line No. Rev Author Line
1 106 markom
#ifndef _TUI_DATAWIN_H
2
#define _TUI_DATAWIN_H
3
/*
4
   ** This header file supports the display of registers/data in the data window.
5
 */
6
 
7
 
8
/*****************************************
9
** TYPE DEFINITIONS                        **
10
******************************************/
11
 
12
 
13
 
14
/*****************************************
15
** PUBLIC FUNCTION EXTERNAL DECLS        **
16
******************************************/
17
extern void tuiEraseDataContent PARAMS ((char *));
18
extern void tuiDisplayAllData PARAMS ((void));
19
extern void tuiCheckDataValues PARAMS ((struct frame_info *));
20
extern void tui_vCheckDataValues PARAMS ((va_list));
21
extern void tuiDisplayDataFromLine PARAMS ((int));
22
extern int tuiFirstDataItemDisplayed PARAMS ((void));
23
extern int tuiFirstDataElementNoInLine PARAMS ((int));
24
extern void tuiDeleteDataContentWindows PARAMS ((void));
25
extern void tuiRefreshDataWin PARAMS ((void));
26
extern void tuiDisplayDataFrom PARAMS ((int, int));
27
extern void tuiVerticalDataScroll PARAMS ((TuiScrollDirection, int));
28
 
29
#endif
30
/*_TUI_DATAWIN_H*/

powered by: WebSVN 2.1.0

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