[RFA] 12843

Jan Kratochvil jan.kratochvil@redhat.com
Wed Aug 31 18:23:00 GMT 2011


On Wed, 31 Aug 2011 20:17:05 +0200, Keith Seitz wrote:
> -	  || p[0] == '\t'
> -	  || (p[0] == ':')
> +	  || p[0] == '\t' || p[0] == ':'

This is code cleanup outside of the scope of this patch (but OK).


> +if {[prepare_for_testing linespecs.exp memattr memattr.c {debug}]} {
  +if [prepare_for_testing linespecs.exp linespecs memattr.c] {

The testcase linespecs.exp should have binary linespecs, no matter from which
sources it was created.  (I really do not mind {debug} or not.)


Thanks,
Jan



More information about the Gdb-patches mailing list