summaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-05-05 14:42:03 +0000
committerStan Shebs <shebs@apple.com>1999-05-05 14:42:03 +0000
commitaad9afaeb8b4386694533a6677b43853ecc486e0 (patch)
tree0b52e7950a30746f8038cf2b9425549b24544f5d /gdb/main.c
parente2b02407e128433cade9465d7cc0cdb01a4b32b5 (diff)
downloadgdb-aad9afaeb8b4386694533a6677b43853ecc486e0.tar.gz
import gdb-19990504 snapshot
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 1fef7bcfa67..809ef863af5 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -571,9 +571,14 @@ main (argc, argv)
{
if (!SET_TOP_LEVEL ())
{
+ /* 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*/
+#if 0
if (cmdarg[i][0] == '-' && cmdarg[i][1] == '\0')
read_command_file (stdin);
else
+#endif
source_command (cmdarg[i], !batch);
do_cleanups (ALL_CLEANUPS);
}