diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-26 04:56:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-26 04:56:02 +0000 |
commit | 43795ece80a10c522ca0f7e14c5663e7219008ce (patch) | |
tree | 980eadb4cf894a4ae48f0be1c556d629f5505e2a /gdb/ChangeLog | |
parent | 2f2a70e585b2c8671b33d61fafd6f038c5bce76c (diff) | |
download | gdb-43795ece80a10c522ca0f7e14c5663e7219008ce.zip gdb-43795ece80a10c522ca0f7e14c5663e7219008ce.tar.gz gdb-43795ece80a10c522ca0f7e14c5663e7219008ce.tar.bz2 |
* printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
* source.c (line_info): Change "pc" to "address" in messages and
use print_address for addresses.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52197a9..7dba179 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Tue May 25 20:44:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here. + + * source.c (line_info): Change "pc" to "address" in messages and + use print_address for addresses. + * source.c (line_info): If we don't find a symtab, print more useful output, including the symbolic address. |