[RFA 1/5] Remove regcache_xmalloc

Tom Tromey tom@tromey.com
Tue Sep 26 04:55:00 GMT 2017


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> +	  struct regcache *regcache = new regcache (data.gdbarch, aspace);

The builder complained about this line.
It had to be 'new struct regcache' instead.

However, this was change in a subsequent commit, so my try run didn't
catch it.  I suppose I will have to start doing try runs for each
individual patch; which is kind of a pain :(

Anyway, I'm sorry about this.  The only good thing is that you probably
won't hit this problem unless you bisect.

Tom



More information about the Gdb-patches mailing list