diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-26 15:15:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-26 15:15:00 +0000 |
commit | 72e35288c7ed9bf4f68a4ba527e688dc10251d7e (patch) | |
tree | 2c47dacc022d5eebb6891bdadc6d63de047b4cf2 /gdb/.gdbinit | |
parent | 00f5639008d77b60a25d9d9d54f35afda13eb3aa (diff) | |
download | gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.zip gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.tar.gz gdb-72e35288c7ed9bf4f68a4ba527e688dc10251d7e.tar.bz2 |
* command.c (do_setshow_command, case var_string): Never add a
space to the end of the string.
* NEWS: Document this change.
* .gdbinit: Add a space to the "set prompt" command.
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r-- | gdb/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 0bf56a6..f60802e 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -13,4 +13,4 @@ end dir ../mmalloc dir ../libiberty dir ../bfd -set prompt (top-gdb) +set prompt (top-gdb) |