r279866 - in /trunk/gcc: ChangeLog gdbinit.in

amonakov@gcc.gnu.org amonakov@gcc.gnu.org
Fri Jan 3 19:35:00 GMT 2020


Author: amonakov
Date: Fri Jan  3 19:35:48 2020
New Revision: 279866

URL: https://gcc.gnu.org/viewcvs?rev=279866&root=gcc&view=rev
Log:
gdbinit.in: call a function with "call", not "set"

Calling a function foo in gdb as "set foo()" results in a warning.
Disregarding, it looks wrong to call a function with "set". Let's use
"call" instead.

2019-11-14  Konstantin Kharlamov  <Hi-Angel@yandex.ru>

	* gdbinit.in (pr, prl, pt, pct, pgg, pgq, pgs, pge, pmz, pdd, pbs, pbm):
	Use "call" instead of "set".

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gdbinit.in



More information about the Gcc-cvs mailing list