diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-04 15:24:41 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-04 15:24:41 +0000 |
commit | d24c05991f1e82a948bd1e362e677aad103f9edd (patch) | |
tree | cd7cc4876a1971c66b0826b50e8b043c5bc497ae /gdb/ChangeLog | |
parent | e16b9023f0ac7bc2357a7b18ecef9d28582e5a09 (diff) | |
download | gdb-d24c05991f1e82a948bd1e362e677aad103f9edd.zip gdb-d24c05991f1e82a948bd1e362e677aad103f9edd.tar.gz gdb-d24c05991f1e82a948bd1e362e677aad103f9edd.tar.bz2 |
* valprint.c (print_longest): Clarify comment about use_local.
* printcmd.c, defs.h (print_address_numeric), callers in
symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c,
cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c,
exec.c: New argument use_local.
* source.c (identify_source_line): Use filtered output. Use
print_address_numeric.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5f4be2..06b1277 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Wed May 4 06:56:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * valprint.c (print_longest): Clarify comment about use_local. + * printcmd.c, defs.h (print_address_numeric), callers in + symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c, + cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c, + exec.c: New argument use_local. + * source.c (identify_source_line): Use filtered output. Use + print_address_numeric. + * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1), language.c (type_error, range_error): Use filtered output. * utils.c (error_begin): Update comment to tell people to use |