aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/libgdb.texinfo
AgeCommit message (Collapse)AuthorFilesLines
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-1/+1
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-10-25Changed the DOC parameter type to gdb_define_app_command.Thomas Lord1-8/+8
Fixed typo.
1993-10-25Substantial rewrite.Thomas Lord1-1235/+642
1993-10-06minor formatting tweaksThomas Lord1-22/+23
1993-10-04Addition of the libgdb spec.Thomas Lord1-0/+1470