beta patch for PR 9065

Chris Moller cmoller@redhat.com
Tue Feb 16 22:02:00 GMT 2010


On 02/16/10 16:53, Daniel Jacobowitz wrote:
>
>> @@ -1897,6 +1923,8 @@
>>       {"struct", STRUCT, OP_NULL, 0},
>>       {"signed", SIGNED_KEYWORD, OP_NULL, 0},
>>       {"sizeof", SIZEOF, OP_NULL, 0},
>> +    {"typeid", TYPEID, OP_NULL, 0},
>> +    {"name", NAMELIT, OP_NULL, 0},
>>       {"double", DOUBLE_KEYWORD, OP_NULL, 0},
>>       {"false", FALSEKEYWORD, OP_NULL, 1},
>>       {"class", CLASS, OP_NULL, 1},
>>      
>
> I bet adding "name" to this list will break any expression with "name"
> in it, like "print name".
>    

Yeah, that occurred to me about 30 seconds after I sent the patch out. :-)





More information about the Gdb-patches mailing list