This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] 12843


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]