No description
Find a file
Thomas Lord 199b2450f6 Change the stream argument to _filtered to GDB_FILE *.
Change all references to stdout/stderr to gdb_stdout/gdb_stderr.

Replace all calls to stdio output functions with calls to
corresponding _unfiltered functions (`fprintf_unfiltered')

Replaced calls to fopen for output to gdb_fopen.

Added sufficient goo to utils.c and defs.h to make the above work.

The net effect is that stdio output functions are only directly used
in utils.c.  Elsewhere, the _unfiltered and _filtered functions and
GDB_FILE type are used.

In the near future, GDB_FILE will stop being equivalant to FILE.

The semantics of some commands has changed in a very subtle way:
called in the right context, they may cause new occurences of
prompt_for_continue() behavior.  The testsuite doesn't notice anything
like this, though.

Please respect this change by not reintroducing stdio output
dependencies in the main body of gdb code.  All output from commands
should go to a GDB_FILE.

Target-specific code can still use stdio directly to communicate with
targets.
1993-11-01 22:25:23 +00:00
bfd * reloc.c (enum bfd_reloc_code_real): Added 1993-11-01 21:17:31 +00:00
binutils put objcopy in alphabetical order 1993-10-30 02:24:39 +00:00
config * mh-hp300: Revert yesterday's change, but add comment explaining. 1993-10-21 01:37:55 +00:00
gas * config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined 1993-10-31 18:49:26 +00:00
gdb Change the stream argument to _filtered to GDB_FILE *. 1993-11-01 22:25:23 +00:00
gprof Use BFD to determine what a symbol prefix is, be better about determining 1993-08-13 21:38:41 +00:00
include Keep Sparc file 1993-11-01 19:18:08 +00:00
ld Keep Lynx file 1993-11-01 19:27:15 +00:00
mmalloc * mmalloc.texi: Fix typo ("for for" -> "for"). 1993-11-01 20:28:46 +00:00
opcodes Remove v9-specific entry 1993-11-01 20:08:35 +00:00
readline * configure.in: Add * to end of all OS names. 1993-10-22 13:32:12 +00:00
sim * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb 1993-10-26 18:01:45 +00:00
.Sanitize Get rid of "Sanitize for-fsf" stuff; it didn't get the right results. 1993-10-26 23:21:17 +00:00
Build-A-Release.mk didn't get propagated from progressive to devo. 1992-07-31 17:33:55 +00:00
build-all.mk run make check on stage 3 after *all* trees are built 1993-10-28 21:54:44 +00:00
ChangeLog * Makefile.in (CXXFLAGS): Add -O. 1993-11-01 20:18:22 +00:00
config.guess add support for aviion 1993-10-27 17:46:16 +00:00
config.sub * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). 1993-10-05 17:41:05 +00:00
configdos.bat Initial revision 1991-12-12 02:47:57 +00:00
configure fix replacement of multiline values for CC and CXX 1993-09-15 02:11:35 +00:00
configure.bat More dos scripts 1992-02-22 00:25:24 +00:00
configure.in Get rid of "Sanitize for-fsf" stuff; it didn't get the right results. 1993-10-26 23:21:17 +00:00
DOC.Sanitize Initial revision 1991-10-31 00:08:52 +00:00
INSTALL Nearly complete. Still needs pointer to "more doc". 1991-04-13 07:41:11 +00:00
install-texi.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
Install.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
install.sh (chmodcmd): Set file to mode 755 by default (should also do default 1993-09-10 00:04:38 +00:00
intro.texi Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
Makefile.in * Makefile.in (CXXFLAGS): Add -O. 1993-11-01 20:18:22 +00:00
Pack-A-Progressive Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
SUPPORTED Initial revision 1991-06-12 21:44:36 +00:00
tape-labels-tex.in Add some files from Progressive shich shouldn't be lost. 1992-07-29 16:21:34 +00:00
test-build.mk add uniq to holes, ccross changes 1993-07-08 00:57:49 +00:00