* corelow.c (core_close): Clear inferior_pid only if there is
authorPeter Schauer <Peter.Schauer@mytum.de>
Sun, 20 Oct 1996 11:41:30 +0000 (11:41 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sun, 20 Oct 1996 11:41:30 +0000 (11:41 +0000)
commit972256e712d8fa041244f75ec25c4deba13df787
tree3c2278ea7e755a9583181cd7479ad65b7666ee1d
parente20f0dbd8d65d69f2a42b0fef4c082fe0c1c9995
* corelow.c (core_close):  Clear inferior_pid only if there is
an open core_bfd.

* cp-valprint.c (cp_print_value_fields):  Pass correct address
to val_print, not 0.

From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de):
* eval.c (evaluate_subexp_standard) [case BINOP_REPEAT]: Chase
typedefs before checking for integral type of right operand.
gdb/ChangeLog
gdb/corelow.c
gdb/cp-valprint.c