#include "defs.h"
#include "top.h"
#include "target.h"
#include "inferior.h"
#include "symfile.h"
#include "gdbcore.h"
#include "exceptions.h"
#include "getopt.h"
#include <sys/types.h>
#include "gdb_stat.h"
#include <ctype.h>
#include "gdb_string.h"
#include "event-loop.h"
#include "ui-out.h"
#include "interps.h"
#include "main.h"
#include "source.h"
#include "cli/cli-cmds.h"
#include "python/python.h"
#include "objfiles.h"
#include "auto-load.h"
#include "maint.h"
#include "filenames.h"
#include "filestuff.h"
Go to the source code of this file.
Typedef Documentation
Function Documentation
Variable Documentation
ui_file stream for serious error notifications
Definition at line 77 of file main.c.
ui_file stream for input
Definition at line 79 of file main.c.
Log/debug/trace messages that should bypass normal stdout/stderr filtering. For moment, always call this stream using _unfiltered. In the very near future that restriction shall be removed - either call shall be unfiltered. (cagney 1999-06-13).
Definition at line 78 of file main.c.
ui_file stream for normal results
Definition at line 76 of file main.c.
Target output that should bypass normal stdout/stderr filtering. For moment, always call this stream using *_unfiltered. In the very near future that restriction shall be removed - either call shall be unfiltered. (cagney 1999-07-02).
Definition at line 82 of file main.c.