Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-06-30 | * infrun.c (wait_for_inferior): Print "Program exited normally" | Jim Kingdon | 1 | -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 Fish | 1 | -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-15 | Init current_directory. | Thomas Lord | 1 | -0/+3 | |
1994-06-03 | * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code | Jim Kingdon | 1 | -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. |