diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-05-25 18:09:09 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-05-25 18:09:09 +0000 |
commit | 392a587b0562bfd8561bc15ad2625a4f49f461f0 (patch) | |
tree | 933e0970b7845c901c7ea3e128fa9cb0dcf9fe14 /gdb/main.c | |
parent | 751d21b5b946a4a451552fbac692b14abea3d816 (diff) | |
download | gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.zip gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.gz gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.bz2 |
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "defs.h" #include "top.h" +#include "event-loop.h" #include "target.h" #include "inferior.h" #include "call-cmds.h" @@ -65,7 +66,6 @@ GDB_FILE *gdb_stderr; extern int write_files; static void print_gdb_help PARAMS ((GDB_FILE *)); -extern void gdb_init PARAMS ((char *)); /* These two are used to set the external editor commands when gdb is farming out files to be edited by another program. */ @@ -571,7 +571,7 @@ main (argc, argv) { /* NOTE: I am commenting this out, because it is not clear where this feature is used. It is very old and - undocumented. ezannoni: 5/4/99*/ + undocumented. ezannoni: 1999-05-04*/ #if 0 if (cmdarg[i][0] == '-' && cmdarg[i][1] == '\0') read_command_file (stdin); @@ -715,17 +715,6 @@ Report bugs to \"bug-gdb@prep.ai.mit.edu\".\ } -void -init_proc () -{ -} - -void -proc_remove_foreign (pid) - int pid; -{ -} - /* All I/O sent to the *_filtered and *_unfiltered functions eventually ends up here. The fputs_unfiltered_hook is primarily used by GUIs to collect all output and send it to the GUI, instead of the controlling terminal. Only |