aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
AgeCommit message (Collapse)AuthorFilesLines
1995-04-13 * gdb.gdb: New file.Jim Kingdon1-12/+0
* .gdbinit: Move list-objfiles to gdb.gdb.
1994-10-13 * .gdbinit: Restore `end'; it was not excess. ReindentJim Kingdon1-8/+11
list-objfiles to make this clear. Comment out all of list-objfiles because old gdb's choke on it.
1994-10-13 * .gdbinit: Remove excess `end'.Stan Shebs1-1/+0
1994-09-21* .gdbinit: Add list-objfiles command.Jim Kingdon1-0/+10
1994-03-26 * command.c (do_setshow_command, case var_string): Never add aJim Kingdon1-1/+1
space to the end of the string. * NEWS: Document this change. * .gdbinit: Add a space to the "set prompt" command.
1993-11-09 * .gdbinit: Remove "source /.gdbinit". It causes a spurious errorJim Kingdon1-1/+0
if /.gdbinit doesn't exist (and I know of no convention of putting something in /.gdbinit).
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-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.
1992-03-15These files are replaced by the mmalloc library.Fred Fish1-0/+3
1991-09-20.gdbinit: move set complaints 1 to top.John Gilmore1-1/+2
1991-09-06* .gdbinit: Remove useless "rr" command. Set complaintsJohn Gilmore1-4/+1
to 1 for people debugging gdb.
1991-03-28Johns releaseK. Richard Pixley1-0/+15
1990-09-05Initial revisionJohn Gilmore1-15/+0
2012-06-03gdb-3.3gdb-3.31-0/+2
2012-06-03gdb-3.1gdb-3.11-0/+13