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: [PATCH] Forbid watchpoint on a constant value


>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:

>> > +	case UNOP_LOWER:
>> > +	case UNOP_UPPER:
>> > +	case UNOP_LENGTH:
>> > +	case UNOP_CARD:
>> > +	case UNOP_CHMAX:
>> > +	case UNOP_CHMIN:

Jan> I do not see implemented evaluation of these, also their processing should
Jan> have been probably moved to ... the already deleted Chill support files.

Sergio> Likewise.

I think the best thing to do is, if you run into some object (function,
variable, constant, type) that is truly unused in gdb, then submit a
separate patch to remove all remaining mentions of it.

Tom


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