]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/tui/tuiSource.h
import gdb-1999-07-07 post reformat
[thirdparty/binutils-gdb.git] / gdb / tui / tuiSource.h
CommitLineData
c906108c
SS
1#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
14extern TuiStatus tuiSetSourceContent PARAMS ((struct symtab *, int, int));
15extern void tuiShowSource PARAMS ((struct symtab *, Opaque, int));
16extern void tuiShowSourceAsIs PARAMS ((struct symtab *, Opaque, int));
17extern int tuiSourceIsDisplayed PARAMS ((char *));
18extern 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 /*_TUI_SOURCE_H*/