import gdb-1999-09-21

This commit is contained in:
Jason Molenda
1999-09-22 03:28:34 +00:00
parent 54af6ff675
commit c2c6d25f0d
79 changed files with 3229 additions and 1934 deletions

View File

@ -23,6 +23,7 @@
#include "expression.h"
#include "language.h"
#include "command.h"
#include "source.h"
#include "gdbcmd.h"
#include "frame.h"
#include "value.h"
@ -58,12 +59,6 @@
#endif /* ! defined (CRLF_SOURCE_FILES) */
/* Forward declarations */
int open_source_file PARAMS ((struct symtab *));
void find_source_lines PARAMS ((struct symtab *, int));
/* Prototypes for exported functions. */
void _initialize_source PARAMS ((void));