summaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* * .gdbinit: Remove "source /.gdbinit". It causes a spurious errorJim Kingdon1993-11-091-1/+0
| | | | | if /.gdbinit doesn't exist (and I know of no convention of putting something in /.gdbinit).
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-0/+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.
* These files are replaced by the mmalloc library.Fred Fish1992-03-151-0/+3
|
* .gdbinit: move set complaints 1 to top.John Gilmore1991-09-201-1/+2
|
* * .gdbinit: Remove useless "rr" command. Set complaintsJohn Gilmore1991-09-061-4/+1
| | | | to 1 for people debugging gdb.
* Johns releaseK. Richard Pixley1991-03-281-0/+15
|
* Initial revisionJohn Gilmore1990-09-051-15/+0
|
* gdb-3.3gdb-3.32012-06-031-0/+2
|
* gdb-3.1gdb-3.12012-06-031-0/+13