* blockframe.c, breakpoint.c, core.c, command.c, findvar.c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 May 1991 04:36:15 +0000 (04:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 May 1991 04:36:15 +0000 (04:36 +0000)
commit2d0c090e4842f6898429eacf3b2b4644d2f12775
treebfa006a97a36b27a3aed5359c58920f1ac0f8a67
parente1ce8aa5ed46310d716472d19d2e87da2833d599
* blockframe.c, breakpoint.c, core.c, command.c, findvar.c,
eval.c, expprint.c, infcmd.c, infrun.c, main.c, printcmd.c,
remote.c, source.c, stack.c, dbxread.c, coffread.c, symfile.h,
symfile.c, utils.c, valarith.c, values.c, valops.c, tm-68k.h,
target.c, inftarg.c, ieee-float.c, environ.c, defs.h,
command.h, inferior.h, gdbcore.h, symtab.h, expression.h,
symtab.c, cplus-dem.c, value.h, expread.y, valprint.c,
copying.awk, solib.c, inflow.c, symmisc.c
: Lint.  Use read_memory not read_memory_integer on CORE_ADDR's.
Use {value_as,unpack}_pointer (added to values.c)
not {value_as,unpack}_long on CORE_ADDR's.
Use longest_to_int (added to defs.h) instead of cast to int.
Remove from_tty arg to mod_path.
Put symfile_bfd in {coff,dbx}read.c not symfile.h.
Use OP_NULL instead of 0 where dummy enum exp_opcode needed.
gdb/ChangeLog
This page took 0.036829 seconds and 4 git commands to generate.