[rfc target-side break conditions 3/5 v2] GDB-side changes

Luis Gustavo luis_gustavo@mentor.com
Fri Feb 24 13:04:00 GMT 2012


On 02/24/2012 10:58 AM, Pedro Alves wrote:
> On 02/24/2012 12:19 PM, Luis Gustavo wrote:
>> @@ -14459,8 +15148,8 @@ The \"Type\" column indicates one of:\n\
>>   \twatchpoint     - watchpoint\n\
>>   The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>>   the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
>> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
>> -address and file/line number respectively.\n\
>> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
>> +the address and file/line number respectively.\n\
>>   \n\
>>   Convenience variable \"$_\" and default examine address for \"x\"\n\
>>   are set to the address of the last breakpoint listed unless the command\n\
>> @@ -14476,8 +15165,8 @@ The \"Type\" column indicates one of:\n\
>>   \twatchpoint     - watchpoint\n\
>>   The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>>   the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
>> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
>> -address and file/line number respectively.\n\
>> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
>> +the address and file/line number respectively.\n\
>>   \n\
>>   Convenience variable \"$_\" and default examine address for \"x\"\n\
>>   are set to the address of the last breakpoint listed unless the command\n\
>> @@ -14495,8 +15184,8 @@ The \"Type\" column indicates one of:\n\
>>   \twatchpoint     - watchpoint\n\
>>   The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>>   the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
>> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
>> -address and file/line number respectively.\n\
>> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
>> +the address and file/line number respectively.\n\
>>   \n\
>>   Convenience variable \"$_\" and default examine address for \"x\"\n\
>>   are set to the address of the last breakpoint listed unless the command\n\
>> @@ -14515,8 +15204,8 @@ The \"Type\" column indicates one of:\n\
>>   \tfinish         - internal breakpoint used by the \"finish\" command\n\
>>   The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>>   the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
>> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
>> -address and file/line number respectively.\n\
>> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
>> +the address and file/line number respectively.\n\
>>   \n\
>
> All these look like unintended changes now.  Otherwise looks very good.  Thanks.
>

Let me do some cleaning. Also, i realized i didn't mention the reason 
for this...

There's no "Cond" column obviously. I planned to have that in the 
beginning, but now such attribute is only available as an additional 
block of text next to the conditions and through the "Evaluated-by" MI 
field...

Luis



More information about the Gdb-patches mailing list