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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [tui/] [tuiSource.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_SOURCE_H
2
#define _TUI_SOURCE_H
3
/*
4
   ** This header file supports
5
 */
6
 
7
 
8
#include "defs.h"
9
#if 0
10
#include "symtab.h"
11
#include "breakpoint.h"
12
#endif
13
 
14
extern TuiStatus tuiSetSourceContent PARAMS ((struct symtab *, int, int));
15
extern void tuiShowSource PARAMS ((struct symtab *, Opaque, int));
16
extern void tuiShowSourceAsIs PARAMS ((struct symtab *, Opaque, int));
17
extern int tuiSourceIsDisplayed PARAMS ((char *));
18
extern void tuiVerticalSourceScroll PARAMS ((TuiScrollDirection, int));
19
 
20
 
21
/*******************
22
** MACROS         **
23
*******************/
24
#define m_tuiShowSourceAsIs(s, line, noerror)    tuiUpdateSourceWindowAsIs(srcWin, s, line, noerror)
25
 
26
 
27
#endif
28
/*_TUI_SOURCE_H*/

powered by: WebSVN 2.1.0

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