aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
AgeCommit message (Collapse)AuthorFilesLines
1994-06-30 * infrun.c (wait_for_inferior): Print "Program exited normally"Jim Kingdon1-7/+0
regardless of batch_mode. * defs.h, top.c (batch_mode): Removed.
1994-06-23 * energize-patches, main.c (main), top.c (gdb_init, pwd_command),Fred Fish1-6/+6
top.h: Change all occurances of dirbuf to gdb_dirbuf. Collides with global variable of same name in libnsl.so on UnixWare.
1994-06-15Init current_directory.Thomas Lord1-0/+3
1994-06-03 * main.c: Move entire file except for #ifndef MAIN_OVERRIDE codeJim Kingdon1-0/+2495
to new file top.c. Make things extern instead of static and similar rearrangements to deal with this. * top.h: New file. * utils.c: Move fputs_unfiltered to main.c. Remove FPUTS_UNFILTERED_OVERRIDE ifndef. * Makefile.in: Change so that gdb uses main.c, utils.c, and top.c, and libgdb uses utils.c and top.c.